Searched refs:muxsel_hook (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/media/pci/bt8xx/ |
A D | bttv-cards.c | 768 .muxsel_hook = PXC200_muxsel, 1506 .muxsel_hook = rv605_muxsel, 1771 .muxsel_hook = eagle_muxsel, 1945 .muxsel_hook = xguard_muxsel, 2016 .muxsel_hook = phytec_muxsel, 2030 .muxsel_hook = phytec_muxsel, 2059 .muxsel_hook = ivc120_muxsel, 2255 .muxsel_hook = sigmaSQ_muxsel, 2270 .muxsel_hook = sigmaSLC_muxsel, 2652 .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 | 960 if(bttv_tvcards[btv->c.type].muxsel_hook) in video_mux() 961 bttv_tvcards[btv->c.type].muxsel_hook (btv, input); in video_mux()
|
Completed in 16 milliseconds