Lines Matching refs:bttv_tvcards

355 struct tvcard bttv_tvcards[] = {  variable
2898 static const unsigned int bttv_num_tvcards = ARRAY_SIZE(bttv_tvcards);
2944 btv->c.nr, bttv_tvcards[btv->c.type].name, btv->c.type, in bttv_idcard()
2954 for (i = 0; i < ARRAY_SIZE(bttv_tvcards->gpiomux); i++) { in bttv_idcard()
2955 bttv_tvcards[btv->c.type].gpiomux[i] = audiomux[i]; in bttv_idcard()
2960 for (i = 0; i < ARRAY_SIZE(bttv_tvcards->gpiomux); i++) { in bttv_idcard()
2961 bttv_tvcards[btv->c.type].gpiomux[i] = audioall; in bttv_idcard()
2964 bttv_tvcards[btv->c.type].gpiomask = (UNSET != gpiomask) ? gpiomask : gpiobits; in bttv_idcard()
2966 btv->c.nr, bttv_tvcards[btv->c.type].gpiomask); in bttv_idcard()
2967 for (i = 0; i < ARRAY_SIZE(bttv_tvcards->gpiomux); i++) { in bttv_idcard()
2969 i ? "," : "", bttv_tvcards[btv->c.type].gpiomux[i]); in bttv_idcard()
2993 btv->c.nr, bttv_tvcards[btv->c.type].name, btv->c.type); in identify_by_eeprom()
3332 if (!bttv_tvcards[btv->c.type].has_dvb) in bttv_init_card1()
3452 if (PLL_28 == bttv_tvcards[btv->c.type].pll) { in bttv_init_card2()
3456 if (PLL_35 == bttv_tvcards[btv->c.type].pll) { in bttv_init_card2()
3484 if (UNSET != bttv_tvcards[btv->c.type].tuner_type) in bttv_init_card2()
3486 btv->tuner_type = bttv_tvcards[btv->c.type].tuner_type; in bttv_init_card2()
3506 btv->dig = bttv_tvcards[btv->c.type].has_dig_in ? in bttv_init_card2()
3507 bttv_tvcards[btv->c.type].video_inputs - 1 : UNSET; in bttv_init_card2()
3508 btv->svhs = bttv_tvcards[btv->c.type].svhs == NO_SVHS ? in bttv_init_card2()
3509 UNSET : bttv_tvcards[btv->c.type].svhs; in bttv_init_card2()
3515 if (bttv_tvcards[btv->c.type].has_radio) in bttv_init_card2()
3517 if (bttv_tvcards[btv->c.type].has_remote) in bttv_init_card2()
3519 if (!bttv_tvcards[btv->c.type].no_gpioirq) in bttv_init_card2()
3521 if (bttv_tvcards[btv->c.type].volume_gpio) in bttv_init_card2()
3522 btv->volume_gpio = bttv_tvcards[btv->c.type].volume_gpio; in bttv_init_card2()
3523 if (bttv_tvcards[btv->c.type].audio_mode_gpio) in bttv_init_card2()
3524 btv->audio_mode_gpio = bttv_tvcards[btv->c.type].audio_mode_gpio; in bttv_init_card2()
3603 if (!bttv_tvcards[btv->c.type].no_msp34xx) { in bttv_init_card2()
3607 } else if (bttv_tvcards[btv->c.type].msp34xx_alt) { in bttv_init_card2()
3618 if (!bttv_tvcards[btv->c.type].no_tda7432) { in bttv_init_card2()
3645 if (ADDR_UNSET != bttv_tvcards[btv->c.type].tuner_addr) in bttv_init_tuner()
3646 addr = bttv_tvcards[btv->c.type].tuner_addr; in bttv_init_tuner()
3652 if (bttv_tvcards[btv->c.type].has_radio) in bttv_init_tuner()
3667 if (bttv_tvcards[btv->c.type].has_radio) in bttv_init_tuner()
3723 bttv_tvcards[btv->c.type].name, in hauppauge_eeprom()
3724 bttv_tvcards[BTTV_BOARD_HAUPPAUGE_IMPACTVCB].name); in hauppauge_eeprom()
3930 cardid > 0 ? bttv_tvcards[cardid].name : "Unknown", serial); in osprey_eeprom()
4014 gpio_bits(bttv_tvcards[btv->c.type].gpiomask, gpiobits); in bttv_tda9880_setnorm()