Searched refs:muxsel_hook (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/media/pci/bt8xx/ |
| A D | bttv-cards.c | 766 .muxsel_hook = PXC200_muxsel, 1504 .muxsel_hook = rv605_muxsel, 1769 .muxsel_hook = eagle_muxsel, 1943 .muxsel_hook = xguard_muxsel, 2014 .muxsel_hook = phytec_muxsel, 2028 .muxsel_hook = phytec_muxsel, 2057 .muxsel_hook = ivc120_muxsel, 2253 .muxsel_hook = sigmaSQ_muxsel, 2268 .muxsel_hook = sigmaSLC_muxsel, 2650 .muxsel_hook = geovision_muxsel, [all …]
|
| A D | bttv.h | 221 void (*muxsel_hook)(struct bttv *btv, unsigned int input); member
|
| A D | bttv-driver.c | 945 if(bttv_tvcards[btv->c.type].muxsel_hook) in video_mux() 946 bttv_tvcards[btv->c.type].muxsel_hook (btv, input); in video_mux()
|
Completed in 20 milliseconds