Lines Matching refs:tuner
68 static int tuner[CX18_MAX_CARDS] = { -1, -1, -1, -1, -1, -1, -1, -1, variable
112 module_param_array(tuner, int, &tuner_c, 0644);
144 MODULE_PARM_DESC(tuner, "Tuner type selection,\n"
423 if (cx->options.tuner == -1) in cx18_process_eeprom()
424 cx->options.tuner = tv.tuner_type; in cx18_process_eeprom()
644 cx->options.tuner = tuner[cx->instance]; in cx18_process_options()
1050 if (cx->options.tuner == -1) { in cx18_probe()
1054 cx->options.tuner = cx->card->tuners[i].tuner; in cx18_probe()
1059 if (cx->options.tuner == -1 && cx->card->tuners[0].std) { in cx18_probe()
1067 cx->options.tuner = cx->card->tuners[0].tuner; in cx18_probe()
1088 if (cx->options.tuner > -1) { in cx18_probe()
1092 setup.type = cx->options.tuner; in cx18_probe()
1099 cx18_call_all(cx, tuner, s_type_addr, &setup); in cx18_probe()
1106 .tuner = cx->options.tuner, in cx18_probe()
1109 cx18_call_all(cx, tuner, s_config, &cfg); in cx18_probe()
1234 vf.tuner = 0; in cx18_init_on_first_open()