• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/bt8xx/

Lines Matching defs:bttv_tvcards

349 struct tvcard bttv_tvcards[] = {
2915 static const unsigned int bttv_num_tvcards = ARRAY_SIZE(bttv_tvcards);
2966 bttv_tvcards[btv->c.type].name, btv->c.type,
2976 for (i = 0; i < ARRAY_SIZE(bttv_tvcards->gpiomux); i++) {
2977 bttv_tvcards[btv->c.type].gpiomux[i] = audiomux[i];
2982 for (i = 0; i < ARRAY_SIZE(bttv_tvcards->gpiomux); i++) {
2983 bttv_tvcards[btv->c.type].gpiomux[i] = audioall;
2986 bttv_tvcards[btv->c.type].gpiomask = (UNSET != gpiomask) ? gpiomask : gpiobits;
2988 btv->c.nr,bttv_tvcards[btv->c.type].gpiomask);
2989 for (i = 0; i < ARRAY_SIZE(bttv_tvcards->gpiomux); i++) {
2990 printk("%s0x%x", i ? "," : "", bttv_tvcards[btv->c.type].gpiomux[i]);
3014 btv->c.nr, bttv_tvcards[btv->c.type].name, btv->c.type);
3318 if (!bttv_tvcards[btv->c.type].has_dvb)
3437 if (PLL_28 == bttv_tvcards[btv->c.type].pll) {
3441 if (PLL_35 == bttv_tvcards[btv->c.type].pll) {
3469 if (UNSET != bttv_tvcards[btv->c.type].tuner_type)
3471 btv->tuner_type = bttv_tvcards[btv->c.type].tuner_type;
3492 btv->dig = bttv_tvcards[btv->c.type].has_dig_in ?
3493 bttv_tvcards[btv->c.type].video_inputs - 1 : UNSET;
3494 btv->svhs = bttv_tvcards[btv->c.type].svhs == NO_SVHS ?
3495 UNSET : bttv_tvcards[btv->c.type].svhs;
3501 if (bttv_tvcards[btv->c.type].has_radio)
3503 if (bttv_tvcards[btv->c.type].has_remote)
3505 if (!bttv_tvcards[btv->c.type].no_gpioirq)
3507 if (bttv_tvcards[btv->c.type].volume_gpio)
3508 btv->volume_gpio = bttv_tvcards[btv->c.type].volume_gpio;
3509 if (bttv_tvcards[btv->c.type].audio_mode_gpio)
3510 btv->audio_mode_gpio = bttv_tvcards[btv->c.type].audio_mode_gpio;
3590 if (!bttv_tvcards[btv->c.type].no_msp34xx) {
3594 } else if (bttv_tvcards[btv->c.type].msp34xx_alt) {
3605 if (!bttv_tvcards[btv->c.type].no_tda7432) {
3633 if (ADDR_UNSET != bttv_tvcards[btv->c.type].tuner_addr)
3634 addr = bttv_tvcards[btv->c.type].tuner_addr;
3640 if (bttv_tvcards[btv->c.type].has_radio)
3655 if (bttv_tvcards[btv->c.type].has_radio)
3711 bttv_tvcards[btv->c.type].name,
3712 bttv_tvcards[BTTV_BOARD_HAUPPAUGE_IMPACTVCB].name);
3921 cardid>0 ? bttv_tvcards[cardid].name : "Unknown", serial);
4006 gpio_bits(bttv_tvcards[btv->c.type].gpiomask, gpiobits);
4693 /* mux = bttv_tvcards[btv->type].muxsel[input] & 3; */