Home
last modified time | relevance | path

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

/linux/drivers/media/pci/bt8xx/
H A Dbttv-cards.c345 struct tvcard bttv_tvcards[] = { variable
2882 static const unsigned int bttv_num_tvcards = ARRAY_SIZE(bttv_tvcards);
2928 btv->c.nr, bttv_tvcards[btv->c.type].name, btv->c.type, in bttv_idcard()
2938 for (i = 0; i < ARRAY_SIZE(bttv_tvcards->gpiomux); i++) { in bttv_idcard()
2939 bttv_tvcards[btv->c.type].gpiomux[i] = audiomux[i]; in bttv_idcard()
2944 for (i = 0; i < ARRAY_SIZE(bttv_tvcards->gpiomux); i++) { in bttv_idcard()
2945 bttv_tvcards[btv->c.type].gpiomux[i] = audioall; in bttv_idcard()
2948 bttv_tvcards[btv->c.type].gpiomask = (UNSET != gpiomask) ? gpiomask : gpiobits; in bttv_idcard()
2950 btv->c.nr, bttv_tvcards[btv->c.type].gpiomask); in bttv_idcard()
2951 for (i = 0; i < ARRAY_SIZE(bttv_tvcards->gpiomux); i++) { in bttv_idcard()
[all …]
H A Dbttv-driver.c925 if (input >= bttv_tvcards[btv->c.type].video_inputs) in video_mux()
929 mask2 = bttv_tvcards[btv->c.type].gpiomask2; in video_mux()
945 if(bttv_tvcards[btv->c.type].muxsel_hook) in video_mux()
946 bttv_tvcards[btv->c.type].muxsel_hook (btv, input); 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()
969 gpio_val = bttv_tvcards[btv->c.type].gpiomute; in audio_mux_gpio()
971 gpio_val = bttv_tvcards[btv->c.type].gpiomux[input]; in audio_mux_gpio()
980 gpio_bits(bttv_tvcards[btv->c.type].gpiomask, gpio_val); in audio_mux_gpio()
1174 if (bttv_tvcards[btv->c.type].no_video) { in init_irqreg()
[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()