Lines Matching refs:tuner
33 static unsigned int tuner[] = {[0 ... (CX88_MAXBOARDS - 1)] = UNSET }; variable
37 module_param_array(tuner, int, NULL, 0444);
41 MODULE_PARM_DESC(tuner,"tuner type");
3529 tea5767_cfg.tuner = TUNER_TEA5767; in cx88_card_setup()
3532 call_all(core, tuner, s_config, &tea5767_cfg); in cx88_card_setup()
3563 call_all(core, tuner, s_type_addr, &tun_setup); in cx88_card_setup()
3573 call_all(core, tuner, s_type_addr, &tun_setup); in cx88_card_setup()
3579 tda9887_cfg.tuner = TUNER_TDA9887; in cx88_card_setup()
3582 call_all(core, tuner, s_config, &tda9887_cfg); in cx88_card_setup()
3594 xc2028_cfg.tuner = TUNER_XC2028; in cx88_card_setup()
3598 call_all(core, tuner, s_config, &xc2028_cfg); in cx88_card_setup()
3766 if (tuner[core->nr] != UNSET) in cx88_core_create()
3767 core->board.tuner_type = tuner[core->nr]; in cx88_core_create()