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

/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-hdw.h279 int flag_decoder_missed; member in struct:pvr2_hdw_debug_info
H A Dpvrusb2-hdw-internal.h273 int flag_decoder_missed;/* We've noticed missing decoder */ member in struct:pvr2_hdw
H A Dpvrusb2-hdw.c1672 if (!hdw->flag_decoder_missed) {
1675 hdw->flag_decoder_missed = !0;
1676 trace_stbit("flag_decoder_missed",
1677 hdw->flag_decoder_missed);
4476 if (!hdw->flag_decoder_missed) {
4521 if (hdw->flag_decoder_missed) return 0;
4718 (hdw->flag_decoder_missed ? " <no decoder>" : ""),
4934 (analog_mode && hdw->flag_decoder_missed)) {

Completed in 130 milliseconds