Home
last modified time | relevance | path

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

/drivers/media/pci/bt8xx/
Dbttv-cards.c777 .muxsel_hook = PXC200_muxsel,
1515 .muxsel_hook = rv605_muxsel,
1780 .muxsel_hook = eagle_muxsel,
1954 .muxsel_hook = xguard_muxsel,
2025 .muxsel_hook = phytec_muxsel,
2039 .muxsel_hook = phytec_muxsel,
2068 .muxsel_hook = ivc120_muxsel,
2129 .muxsel_hook = gvc1100_muxsel,
2206 ….muxsel_hook = picolo_tetra_muxsel,/*Required as it doesn't follow the classic input selection …
2264 .muxsel_hook = sigmaSQ_muxsel,
[all …]
Dbttv.h221 void (*muxsel_hook)(struct bttv *btv, unsigned int input); member
Dbttv-driver.c991 if(bttv_tvcards[btv->c.type].muxsel_hook) in video_mux()
992 bttv_tvcards[btv->c.type].muxsel_hook (btv, input); in video_mux()