Searched refs:active_input (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx18/
H A Dcx18-video.c28 int inp = cx->active_input;
H A Dcx18-ioctl.c594 *i = cx->active_input;
611 if (inp == cx->active_input) {
617 cx->active_input, inp);
619 cx->active_input = inp;
1027 cx18_get_input(cx, cx->active_input, &vidin);
H A Dcx18-driver.c771 cx->active_input = i;
1183 video_input = cx->active_input;
1184 cx->active_input++; /* Force update of input */
H A Dcx18-driver.h638 u32 active_input; member in struct:cx18
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/ivtv/
H A Divtv-routing.c64 int inp = itv->active_input;
H A Divtv-ioctl.c986 *i = itv->active_input;
998 if (inp == itv->active_input) {
1008 itv->active_input, inp);
1010 itv->active_input = inp;
1491 ivtv_get_input(itv, itv->active_input, &vidin);
H A Divtv-driver.c805 itv->active_input = i;
1295 video_input = itv->active_input;
1296 itv->active_input++; /* Force update of input */
H A Divtv-driver.h648 u32 active_input; /* current video input */ member in struct:ivtv

Completed in 117 milliseconds