Lines Matching defs:tuner

33 static unsigned int tuner[] = {[0 ... (CX88_MAXBOARDS - 1)] = UNSET };
37 module_param_array(tuner, int, NULL, 0444);
41 MODULE_PARM_DESC(tuner,"tuner type");
42 MODULE_PARM_DESC(radio,"radio tuner type");
109 .gpio0 = 0xff01, // mono from tuner chip
458 .tuner_type = TUNER_ABSENT, /* No analog tuner */
486 .gpio0 = 0x07f9, // mono from tuner chip
517 GPIO[3] selects RF input connector on tuner module
582 .tuner_type = TUNER_ABSENT, /* No analog tuner */
1101 /* Kworld V-stream Xpert DVB-T with Thomson tuner */
1124 .tuner_type = TUNER_ABSENT, /* No analog tuner */
1555 /* xc3008 tuner, digital only for now */
1733 }, { /* from the tuner on boot for a little while. */
1888 otherwise, tuner-xc3028 won't be detected.
1890 tuner-xc3028 without doing an i2c probe.
2169 * 12: tuner reset pin
2170 * 13: audio source (0=tuner audio,1=line in)
2210 * 12: tuner reset pin
2211 * 13: audio source (0=tuner audio,1=line in)
2251 * 13: 1: audio input is line in (0: tuner)
2755 /* WinFast DTV1800 H with XC4000 tuner */
2804 /* WinFast TV2000 XP Global with XC4000 tuner */
2809 /* WinFast TV2000 XP Global with XC4000 tuner and different GPIOs */
2851 "tuner=%d, eeprom[0]=0x%02x\n",
2959 info_printk(core, "GDI: tuner=%s\n", name ? name : "unknown");
2976 /* GPIO-4 xc3028 tuner */
3033 /* GPIO 12 (xc3028 tuner reset) */
3050 /* GPIO 12 (xc4000 tuner reset) */
3181 * PCTV HD 800i with an xc5000 sillicon tuner. This is used for both *
3182 * analog tuner attach (tuner-core.c) and dvb tuner attach (cx88-dvb.c) */
3208 dprintk(1, "xc5000: unknown tuner callback command.\n");
3219 dprintk(1, "xc5000: unknown tuner callback command.\n");
3258 err_printk(core, "Error: Calling callback for tuner %d\n",
3324 /* Enable the xc5000 tuner */
3499 /* enable tuner */
3514 "tuner(%i).\n", i);
3529 tea5767_cfg.tuner = TUNER_TEA5767;
3532 call_all(core, tuner, s_config, &tea5767_cfg);
3563 call_all(core, tuner, s_type_addr, &tun_setup);
3573 call_all(core, tuner, s_type_addr, &tun_setup);
3579 tda9887_cfg.tuner = TUNER_TDA9887;
3582 call_all(core, tuner, s_config, &tda9887_cfg);
3592 /* Sends parameters to xc2028/3028 tuner */
3594 xc2028_cfg.tuner = TUNER_XC2028;
3598 call_all(core, tuner, s_config, &xc2028_cfg);
3761 if (tuner[core->nr] != UNSET)
3762 core->board.tuner_type = tuner[core->nr];
3766 dprintk(1, "TV tuner type %d, Radio tuner type %d\n",
3774 /* load tuner module, if needed */
3793 "tuner", 0, v4l2_i2c_tuner_addrs(ADDRS_RADIO));
3796 &core->i2c_adap, "tuner",
3800 &core->i2c_adap, "tuner",
3804 "tuner", core->board.tuner_addr, NULL);