Searched refs:bttv_tvcards (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/bt8xx/
H A Dbttv-cards.c323 struct tvcard bttv_tvcards[] = { variable in typeref:struct:tvcard
2931 static const unsigned int bttv_num_tvcards = ARRAY_SIZE(bttv_tvcards);
2982 bttv_tvcards[btv->c.type].name, btv->c.type,
2992 for (i = 0; i < ARRAY_SIZE(bttv_tvcards->gpiomux); i++) {
2993 bttv_tvcards[btv->c.type].gpiomux[i] = audiomux[i];
2998 for (i = 0; i < ARRAY_SIZE(bttv_tvcards->gpiomux); i++) {
2999 bttv_tvcards[btv->c.type].gpiomux[i] = audioall;
3002 bttv_tvcards[btv->c.type].gpiomask = (UNSET != gpiomask) ? gpiomask : gpiobits;
3004 btv->c.nr,bttv_tvcards[btv->c.type].gpiomask);
3005 for (i = 0; i < ARRAY_SIZE(bttv_tvcards
[all...]
H A Dbttv-i2c.c304 if (ADDR_UNSET != bttv_tvcards[btv->c.type].tuner_addr)
305 addr = bttv_tvcards[btv->c.type].tuner_addr;
460 if (bttv_tvcards[btv->c.type].no_video)
462 if (bttv_tvcards[btv->c.type].has_dvb)
H A Dbttv-driver.c1043 if (UNSET == bttv_tvcards[btv->c.type].muxsel[btv->input]) {
1130 if (input >= bttv_tvcards[btv->c.type].video_inputs)
1134 mask2 = bttv_tvcards[btv->c.type].gpiomask2;
1145 mux = bttv_tvcards[btv->c.type].muxsel[input] & 3;
1151 if(bttv_tvcards[btv->c.type].muxsel_hook)
1152 bttv_tvcards[btv->c.type].muxsel_hook (btv, input);
1168 gpio_inout(bttv_tvcards[btv->c.type].gpiomask,
1169 bttv_tvcards[btv->c.type].gpiomask);
1179 gpio_val = bttv_tvcards[btv->c.type].gpiomute;
1181 gpio_val = bttv_tvcards[bt
[all...]
H A Dbttv.h244 extern struct tvcard bttv_tvcards[];
H A Dbttv-risc.c340 if (bttv_tvcards[btv->c.type].muxsel[btv->input] < 0) {
390 || bttv_tvcards[btv->c.type].muxsel[btv->input] < 0) {

Completed in 74 milliseconds