Lines Matching defs:tuner
19 static unsigned int tuner[] = {[0 ... (CX88_MAXBOARDS - 1)] = UNSET };
23 module_param_array(tuner, int, NULL, 0444);
27 MODULE_PARM_DESC(tuner, "tuner type");
28 MODULE_PARM_DESC(radio, "radio tuner type");
86 .gpio0 = 0xff01, // mono from tuner chip
434 .tuner_type = UNSET, /* No analog tuner */
462 .gpio0 = 0x07f9, // mono from tuner chip
493 * GPIO[3] selects RF input connector on tuner module
558 .tuner_type = UNSET, /* No analog tuner */
1080 /* Kworld V-stream Xpert DVB-T with Thomson tuner */
1103 .tuner_type = UNSET, /* No analog tuner */
1536 /* xc3008 tuner, digital only for now */
1715 * from the tuner on boot for a little while.
1913 * otherwise, tuner-xc3028 won't be detected.
1915 * tuner-xc3028 without doing an i2c probe.
2194 * 12: tuner reset pin
2195 * 13: audio source (0=tuner audio,1=line in)
2235 * 12: tuner reset pin
2236 * 13: audio source (0=tuner audio,1=line in)
2276 * 13: 1: audio input is line in (0: tuner)
2781 /* WinFast DTV1800 H with XC4000 tuner */
2830 /* WinFast TV2000 XP Global with XC4000 tuner */
2835 /* WinFast TV2000 XP Global with XC4000 tuner and different GPIOs */
2876 pr_info("Leadtek Winfast 2000XP Expert config: tuner=%d, eeprom[0]=0x%02x\n",
2983 pr_info("GDI: tuner=%s\n", name ? name : "unknown");
3001 /* GPIO-4 xc3028 tuner */
3058 /* GPIO 12 (xc3028 tuner reset) */
3075 /* GPIO 12 (xc4000 tuner reset) */
3209 * PCTV HD 800i with an xc5000 silicon tuner. This is used for both
3210 * analog tuner attach (tuner-core.c) and dvb tuner attach (cx88-dvb.c)
3239 dprintk(1, "xc5000: unknown tuner callback command.\n");
3249 dprintk(1, "xc5000: unknown tuner callback command.\n");
3286 pr_err("Error: Calling callback for tuner %d\n",
3346 /* Enable the xc5000 tuner */
3529 /* enable tuner */
3543 pr_warn("Unable to enable tuner(%i).\n",
3559 tea5767_cfg.tuner = TUNER_TEA5767;
3562 call_all(core, tuner, s_config, &tea5767_cfg);
3592 call_all(core, tuner, s_type_addr, &tun_setup);
3602 call_all(core, tuner, s_type_addr, &tun_setup);
3608 tda9887_cfg.tuner = TUNER_TDA9887;
3611 call_all(core, tuner, s_config, &tda9887_cfg);
3621 /* Sends parameters to xc2028/3028 tuner */
3623 xc2028_cfg.tuner = TUNER_XC2028;
3627 call_all(core, tuner, s_config, &xc2028_cfg);
3629 call_all(core, tuner, standby);
3797 if (tuner[core->nr] != UNSET)
3798 core->board.tuner_type = tuner[core->nr];
3802 dprintk(1, "TV tuner type %d, Radio tuner type %d\n",
3810 /* load tuner module, if needed */
3832 "tuner", 0,
3836 &core->i2c_adap, "tuner",
3840 &core->i2c_adap, "tuner",
3844 "tuner", core->board.tuner_addr,