Home
last modified time | relevance | path

Searched refs:muxsel_hook (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/media/pci/bt8xx/
H A Dbttv-cards.c766 .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,
2118 .muxsel_hook = gvc1100_muxsel,
2195 ….muxsel_hook = picolo_tetra_muxsel,/*Required as it doesn't follow the classic input selection …
2253 .muxsel_hook = sigmaSQ_muxsel,
[all …]
H A Dbttv.h221 void (*muxsel_hook)(struct bttv *btv, unsigned int input); member
H A Dbttv-driver.c945 if(bttv_tvcards[btv->c.type].muxsel_hook) in video_mux()
946 bttv_tvcards[btv->c.type].muxsel_hook (btv, input); in video_mux()