Searched refs:flag_decoder_missed (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.h304 int flag_decoder_missed; member in struct:pvr2_hdw_debug_info
H A Dpvrusb2-hdw-internal.h286 int flag_decoder_missed;/* We've noticed missing decoder */ member in struct:pvr2_hdw
H A Dpvrusb2-hdw.c1718 if (!hdw->flag_decoder_missed) {
1721 hdw->flag_decoder_missed = !0;
1722 trace_stbit("flag_decoder_missed",
1723 hdw->flag_decoder_missed);
4591 if (!hdw->flag_decoder_missed) {
4637 if (hdw->flag_decoder_missed) return 0;
4835 (hdw->flag_decoder_missed ? " <no decoder>" : ""),
5050 (analog_mode && hdw->flag_decoder_missed)) {

Completed in 71 milliseconds