Lines Matching defs:bttv_tvcards
344 struct tvcard bttv_tvcards[] = {
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,
2937 for (i = 0; i < ARRAY_SIZE(bttv_tvcards->gpiomux); i++) {
2938 bttv_tvcards[btv->c.type].gpiomux[i] = audiomux[i];
2943 for (i = 0; i < ARRAY_SIZE(bttv_tvcards->gpiomux); i++) {
2944 bttv_tvcards[btv->c.type].gpiomux[i] = audioall;
2947 bttv_tvcards[btv->c.type].gpiomask = (UNSET != gpiomask) ? gpiomask : gpiobits;
2949 btv->c.nr, bttv_tvcards[btv->c.type].gpiomask);
2950 for (i = 0; i < ARRAY_SIZE(bttv_tvcards->gpiomux); i++) {
2952 i ? "," : "", bttv_tvcards[btv->c.type].gpiomux[i]);
2976 btv->c.nr, bttv_tvcards[btv->c.type].name, btv->c.type);
3318 if (!bttv_tvcards[btv->c.type].has_dvb)
3438 if (PLL_28 == bttv_tvcards[btv->c.type].pll) {
3442 if (PLL_35 == bttv_tvcards[btv->c.type].pll) {
3446 if (PLL_14 == bttv_tvcards[btv->c.type].pll) {
3480 if (UNSET != bttv_tvcards[btv->c.type].tuner_type)
3482 btv->tuner_type = bttv_tvcards[btv->c.type].tuner_type;
3502 btv->dig = bttv_tvcards[btv->c.type].has_dig_in ?
3503 bttv_tvcards[btv->c.type].video_inputs - 1 : UNSET;
3504 btv->svhs = bttv_tvcards[btv->c.type].svhs == NO_SVHS ?
3505 UNSET : bttv_tvcards[btv->c.type].svhs;
3511 if (bttv_tvcards[btv->c.type].has_radio)
3513 if (bttv_tvcards[btv->c.type].has_remote)
3515 if (!bttv_tvcards[btv->c.type].no_gpioirq)
3517 if (bttv_tvcards[btv->c.type].volume_gpio)
3518 btv->volume_gpio = bttv_tvcards[btv->c.type].volume_gpio;
3519 if (bttv_tvcards[btv->c.type].audio_mode_gpio)
3520 btv->audio_mode_gpio = bttv_tvcards[btv->c.type].audio_mode_gpio;
3599 if (!bttv_tvcards[btv->c.type].no_msp34xx) {
3603 } else if (bttv_tvcards[btv->c.type].msp34xx_alt) {
3624 if (!bttv_tvcards[btv->c.type].no_tda7432) {
3648 if (ADDR_UNSET != bttv_tvcards[btv->c.type].tuner_addr)
3649 addr = bttv_tvcards[btv->c.type].tuner_addr;
3726 bttv_tvcards[btv->c.type].name,
3727 bttv_tvcards[BTTV_BOARD_HAUPPAUGE_IMPACTVCB].name);
4017 cardid > 0 ? bttv_tvcards[cardid].name : "Unknown", serial);
4101 gpio_bits(bttv_tvcards[btv->c.type].gpiomask, gpiobits);
4705 /* mux = bttv_tvcards[btv->type].muxsel[input] & 3; */