Searched refs:bttv_tvcards (Results 1 – 3 of 3) sorted by relevance
345 struct tvcard bttv_tvcards[] = { variable2882 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 …]
258 extern struct tvcard bttv_tvcards[];
484 return (bttv_tvcards[btv->c.type].muxsel >> (input * 2)) & 3; in bttv_muxsel()