Searched refs:flag_tripped (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pvrusb2/
H A Dpvrusb2-hdw.h305 int flag_tripped; member in struct:pvr2_hdw_debug_info
H A Dpvrusb2-hdw-internal.h287 int flag_tripped; /* Indicates overall failure to start */ member in struct:pvr2_hdw
H A Dpvrusb2-hdw.c1737 if (!hdw->flag_tripped) return 0;
1738 hdw->flag_tripped = 0;
4331 if (hdw->flag_tripped) return 0;
4343 hdw->flag_tripped = !0;
4344 trace_stbit("flag_tripped",hdw->flag_tripped);
4834 (hdw->flag_tripped ? " <tripped>" : ""),
5049 } else if (hdw->flag_tripped ||

Completed in 55 milliseconds