Searched refs:muxsel_hook (Results 1 – 3 of 3) sorted by relevance
/drivers/media/video/bt8xx/ |
D | bttv-cards.c | 799 .muxsel_hook = PXC200_muxsel, 1559 .muxsel_hook = rv605_muxsel, 1828 .muxsel_hook = eagle_muxsel, 2006 .muxsel_hook = xguard_muxsel, 2080 .muxsel_hook = phytec_muxsel, 2095 .muxsel_hook = phytec_muxsel, 2126 .muxsel_hook = ivc120_muxsel, 2188 .muxsel_hook = gvc1100_muxsel, 2269 ….muxsel_hook = picolo_tetra_muxsel,/*Required as it doesn't follow the classic input selection … 2327 .muxsel_hook = sigmaSQ_muxsel, [all …]
|
D | bttv.h | 216 void (*muxsel_hook)(struct bttv *btv, unsigned int input); member
|
D | bttv-driver.c | 1162 if(bttv_tvcards[btv->c.type].muxsel_hook) in video_mux() 1163 bttv_tvcards[btv->c.type].muxsel_hook (btv, input); in video_mux()
|