Searched refs:decoder_ctrl (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-video-v4l.c132 ctxt->hdw->decoder_ctrl = NULL;
205 if (hdw->decoder_ctrl) return 0;
220 hdw->decoder_ctrl = &ctxt->ctrl;
H A Dpvrusb2-cx2584x-v4l.c143 ctxt->hdw->decoder_ctrl = NULL;
228 if (hdw->decoder_ctrl) return 0;
244 hdw->decoder_ctrl = &ctxt->ctrl;
H A Dpvrusb2-hdw-internal.h236 struct pvr2_decoder_ctrl *decoder_ctrl; member in struct:pvr2_hdw
H A Dpvrusb2-hdw.c1440 if (hdw->decoder_ctrl) {
1441 hdw->decoder_ctrl->enable(
1442 hdw->decoder_ctrl->ctxt,0);
1488 if (hdw->decoder_ctrl) {
1489 hdw->decoder_ctrl->enable(
1490 hdw->decoder_ctrl->ctxt,!0);
2184 if (hdw->decoder_ctrl) {
2185 hdw->decoder_ctrl->detach(hdw->decoder_ctrl->ctxt);
3135 if (!hdw->decoder_ctrl) {
[all...]

Completed in 56 milliseconds