Lines Matching defs:radio
65 without radio and a PVR-350 with. Normally this would give a
94 static int radio[IVTV_MAX_CARDS] = { -1, -1, -1, -1, -1, -1, -1, -1,
145 module_param_array(radio, int, &radio_c, 0644);
173 MODULE_PARM_DESC(radio,
174 "Enable or disable the radio. Use only if autodetection\n"
473 is that the card presents itself with a non-working radio device.
475 This detection is needed since the eeprom reports incorrectly that a radio is
479 .radio = { 0x60, I2C_CLIENT_END },
492 IVTV_INFO("Correcting tveeprom data: no radio present on second unit\n");
513 if (itv->options.radio == -1)
514 itv->options.radio = (tv.has_radio != 0);
652 itv->options.radio = radio[itv->instance];
1136 if (itv->options.radio == -1)
1137 itv->options.radio = (itv->card->radio_input.audio_type != 0);
1181 if (itv->options.radio > 0)
1190 if (itv->options.radio > 0)