Lines Matching refs:T_RADIO
292 t->mode_mask = T_RADIO; in set_type()
298 t->mode_mask = T_RADIO; in set_type()
554 if (*radio == NULL && mode_mask == T_RADIO) in tuner_lookup()
620 t->mode_mask = T_RADIO; in tuner_probe()
623 tv->mode_mask &= ~T_RADIO; in tuner_probe()
641 t->mode_mask = T_RADIO | T_ANALOG_TV; in tuner_probe()
650 t->mode_mask = T_RADIO; in tuner_probe()
654 tv->mode_mask &= ~T_RADIO; in tuner_probe()
673 t->mode_mask |= T_RADIO; in tuner_probe()
718 t->mode_mask & T_RADIO ? " Radio" : "", in tuner_probe()
770 t_mode = T_RADIO; in check_mode()