Searched refs:flag_ok (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-hdw-internal.h228 int flag_ok; // device in known good state member in struct:pvr2_hdw
229 int flag_disconnected; // flag_ok == 0 due to disconnect
H A Dpvrusb2-hdw.h276 int flag_ok; member in struct:pvr2_hdw_debug_info
H A Dpvrusb2-hdw.c1388 if (!hdw->flag_ok) return;
1580 if (!hdw->flag_ok) return -EIO;
1606 if (!hdw->flag_ok) return -EIO;
1617 if (!hdw->flag_ok) return -EIO;
1876 hdw,hdw->flag_ok,hdw->flag_init_ok);
2103 hdw->flag_ok = !0;
2212 return (hdw && hdw->flag_ok);
2773 if ((!hdw->flag_ok) && !probe_fl) {
3043 if (!hdw->flag_ok) return;
3045 hdw->flag_ok
[all...]
H A Dpvrusb2-debugifc.c263 (dbg.flag_ok ? "ok" : "fail"),

Completed in 100 milliseconds