Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/pci/bt8xx/
H A Dbttv-cards.c765 .muxsel_hook = PXC200_muxsel,
1503 .muxsel_hook = rv605_muxsel,
1768 .muxsel_hook = eagle_muxsel,
1942 .muxsel_hook = xguard_muxsel,
2013 .muxsel_hook = phytec_muxsel,
2027 .muxsel_hook = phytec_muxsel,
2056 .muxsel_hook = ivc120_muxsel,
2117 .muxsel_hook = gvc1100_muxsel,
2194 ….muxsel_hook = picolo_tetra_muxsel,/*Required as it doesn't follow the classic input selection …
2252 .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()