Home
last modified time | relevance | path

Searched refs:bttv_tvcards (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/media/pci/bt8xx/
H A Dbttv-cards.c344 struct tvcard bttv_tvcards[] = { variable
3318 if (!bttv_tvcards[btv->c.type].has_dvb) in bttv_init_card1()
3505 UNSET : bttv_tvcards[btv->c.type].svhs; in bttv_init_card2()
3511 if (bttv_tvcards[btv->c.type].has_radio) in bttv_init_card2()
3513 if (bttv_tvcards[btv->c.type].has_remote) in bttv_init_card2()
3515 if (!bttv_tvcards[btv->c.type].no_gpioirq) in bttv_init_card2()
3517 if (bttv_tvcards[btv->c.type].volume_gpio) in bttv_init_card2()
3599 if (!bttv_tvcards[btv->c.type].no_msp34xx) { in bttv_init_card2()
3624 if (!bttv_tvcards[btv->c.type].no_tda7432) { in bttv_init_card2()
3649 addr = bttv_tvcards[btv->c.type].tuner_addr; in bttv_init_tuner()
[all …]
H A Dbttv-driver.c929 mask2 = bttv_tvcards[btv->c.type].gpiomask2; in video_mux()
945 if(bttv_tvcards[btv->c.type].muxsel_hook) in video_mux()
960 gpio_inout(bttv_tvcards[btv->c.type].gpiomask, in audio_mux_gpio()
961 bttv_tvcards[btv->c.type].gpiomask); in audio_mux_gpio()
1174 if (bttv_tvcards[btv->c.type].no_video) { in init_irqreg()
1193 if (bttv_tvcards[btv->c.type].no_video) { in init_bt848()
3087 type_name, bttv_tvcards[btv->c.type].name); in vdev_init()
3398 if (!bttv_tvcards[btv->c.type].no_video) in bttv_probe()
3408 if (!bttv_tvcards[btv->c.type].no_video) { in bttv_probe()
3424 if (bttv_tvcards[btv->c.type].has_dvb) { in bttv_probe()
[all …]
H A Dbttv.h258 extern struct tvcard bttv_tvcards[];
H A Dbttvp.h484 return (bttv_tvcards[btv->c.type].muxsel >> (input * 2)) & 3; in bttv_muxsel()