Lines Matching refs:tv
555 struct tuner **radio, struct tuner **tv) in tuner_lookup() argument
560 *tv = NULL; in tuner_lookup()
575 else if (*tv == NULL && pos->type != TUNER_TDA9887 && in tuner_lookup()
577 *tv = pos; in tuner_lookup()
601 struct tuner *tv; in tuner_probe() local
639 tuner_lookup(t->i2c->adapter, &radio, &tv); in tuner_probe()
640 if (tv) in tuner_probe()
641 tv->mode_mask &= ~T_RADIO; in tuner_probe()
670 tuner_lookup(t->i2c->adapter, &radio, &tv); in tuner_probe()
671 if (tv) in tuner_probe()
672 tv->mode_mask &= ~T_RADIO; in tuner_probe()
687 tuner_lookup(t->i2c->adapter, &radio, &tv); in tuner_probe()
688 if (tv == NULL) { in tuner_probe()