Lines Matching defs:tuner

61 #include "tuner-xc2028.h"
90 static int tuner[IVTV_MAX_CARDS] = { -1, -1, -1, -1, -1, -1, -1, -1,
144 module_param_array(tuner, int, &tuner_c, 0644);
171 MODULE_PARM_DESC(tuner, "Tuner type selection,\n"
172 "\t\t\tsee tuner.h for values");
213 "Specify tuner type:\n"
214 "\t\t\t 0 = tuner for PAL-B/G/H/D/K/I, SECAM-B/G/H/D/K/L/Lc\n"
215 "\t\t\t 1 = tuner for NTSC-M/J/K, PAL-M/N/Nc\n"
453 the tuner. */
512 IVTV_ERR("tveeprom cannot autodetect tuner!\n");
514 if (itv->options.tuner == -1)
515 itv->options.tuner = tv.tuner_type;
529 /* user specified tuner standard */
532 /* autodetect tuner standard */
534 IVTV_DEBUG_INFO("PAL tuner detected\n");
537 IVTV_DEBUG_INFO("NTSC tuner detected\n");
540 IVTV_DEBUG_INFO("SECAM tuner detected\n");
543 IVTV_INFO("No tuner detected, default to NTSC-M\n");
654 itv->options.tuner = tuner[itv->instance];
823 /* Find tuner input */
1128 if (itv->options.tuner == -1) {
1134 itv->options.tuner = itv->card->tuners[i].tuner;
1138 /* if no tuner was found, then pick the first tuner in the card list */
1139 if (itv->options.tuner == -1 && itv->card->tuners[0].std) {
1147 itv->options.tuner = itv->card->tuners[0].tuner;
1197 if (itv->options.tuner > -1) {
1201 setup.type = itv->options.tuner;
1207 ivtv_call_all(itv, tuner, s_type_addr, &setup);
1214 .tuner = itv->options.tuner,
1217 ivtv_call_all(itv, tuner, s_config, &cfg);
1221 /* The tuner is fixed to the standard. The other inputs (e.g. S-Video)
1349 vf.tuner = 0;
1351 vf.frequency = 6400; /* the tuner 'baseline' frequency */