Searched refs:bttv_tvcards (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/ |
H A D | bttv-cards.c | 347 struct tvcard bttv_tvcards[] = { variable 2884 static const unsigned int bttv_num_tvcards = ARRAY_SIZE(bttv_tvcards); 2930 btv->c.nr, bttv_tvcards[btv->c.type].name, btv->c.type, in bttv_idcard() 2940 for (i = 0; i < ARRAY_SIZE(bttv_tvcards->gpiomux); i++) { in bttv_idcard() 2941 bttv_tvcards[btv->c.type].gpiomux[i] = audiomux[i]; in bttv_idcard() 2946 for (i = 0; i < ARRAY_SIZE(bttv_tvcards->gpiomux); i++) { in bttv_idcard() 2947 bttv_tvcards[btv->c.type].gpiomux[i] = audioall; in bttv_idcard() 2950 bttv_tvcards[btv->c.type].gpiomask = (UNSET != gpiomask) ? gpiomask : gpiobits; in bttv_idcard() 2952 btv->c.nr, bttv_tvcards[btv->c.type].gpiomask); in bttv_idcard() 2953 for (i = 0; i < ARRAY_SIZE(bttv_tvcards in bttv_idcard() [all...] |
H A D | bttv-driver.c | 940 if (input >= bttv_tvcards[btv->c.type].video_inputs) in video_mux() 944 mask2 = bttv_tvcards[btv->c.type].gpiomask2; in video_mux() 960 if(bttv_tvcards[btv->c.type].muxsel_hook) in video_mux() 961 bttv_tvcards[btv->c.type].muxsel_hook (btv, input); in video_mux() 975 gpio_inout(bttv_tvcards[btv->c.type].gpiomask, in audio_mux_gpio() 976 bttv_tvcards[btv->c.type].gpiomask); in audio_mux_gpio() 984 gpio_val = bttv_tvcards[btv->c.type].gpiomute; in audio_mux_gpio() 986 gpio_val = bttv_tvcards[btv->c.type].gpiomux[input]; in audio_mux_gpio() 995 gpio_bits(bttv_tvcards[btv->c.type].gpiomask, gpio_val); in audio_mux_gpio() 1189 if (bttv_tvcards[bt in init_irqreg() [all...] |
H A D | bttvp.h | 511 return (bttv_tvcards[btv->c.type].muxsel >> (input * 2)) & 3; in bttv_muxsel()
|
H A D | bttv.h | 258 extern struct tvcard bttv_tvcards[];
|
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/ |
H A D | bttv-cards.c | 344 struct tvcard bttv_tvcards[] = { variable 2881 static const unsigned int bttv_num_tvcards = ARRAY_SIZE(bttv_tvcards); 2927 btv->c.nr, bttv_tvcards[btv->c.type].name, btv->c.type, in bttv_idcard() 2937 for (i = 0; i < ARRAY_SIZE(bttv_tvcards->gpiomux); i++) { in bttv_idcard() 2938 bttv_tvcards[btv->c.type].gpiomux[i] = audiomux[i]; in bttv_idcard() 2943 for (i = 0; i < ARRAY_SIZE(bttv_tvcards->gpiomux); i++) { in bttv_idcard() 2944 bttv_tvcards[btv->c.type].gpiomux[i] = audioall; in bttv_idcard() 2947 bttv_tvcards[btv->c.type].gpiomask = (UNSET != gpiomask) ? gpiomask : gpiobits; in bttv_idcard() 2949 btv->c.nr, bttv_tvcards[btv->c.type].gpiomask); in bttv_idcard() 2950 for (i = 0; i < ARRAY_SIZE(bttv_tvcards in bttv_idcard() [all...] |
H A D | bttv-driver.c | 925 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[bt in init_irqreg() [all...] |
H A D | bttvp.h | 484 return (bttv_tvcards[btv->c.type].muxsel >> (input * 2)) & 3; in bttv_muxsel()
|
H A D | bttv.h | 258 extern struct tvcard bttv_tvcards[];
|
Completed in 19 milliseconds