Lines Matching refs:T_RADIO
340 t->mode_mask = T_RADIO; in set_type()
346 t->mode_mask = T_RADIO; in set_type()
602 if (*radio == NULL && mode_mask == T_RADIO) in tuner_lookup()
668 t->mode_mask = T_RADIO; in tuner_probe()
671 tv->mode_mask &= ~T_RADIO; in tuner_probe()
689 t->mode_mask = T_RADIO | T_ANALOG_TV; in tuner_probe()
698 t->mode_mask = T_RADIO; in tuner_probe()
702 tv->mode_mask &= ~T_RADIO; in tuner_probe()
721 t->mode_mask |= T_RADIO; in tuner_probe()
771 t->mode_mask & T_RADIO ? " Radio" : "", in tuner_probe()
822 t_mode = T_RADIO; in check_mode()