Lines Matching refs:tuner

148 struct tuner {  struct
227 static inline struct tuner *to_tuner(struct v4l2_subdev *sd) in to_tuner()
229 return container_of(sd, struct tuner, sd); in to_tuner()
240 struct tuner *t = fe->analog_demod_priv; in fe_set_params()
260 struct tuner *t = fe->analog_demod_priv; in fe_set_config()
301 struct tuner *t = to_tuner(i2c_get_clientdata(c)); in set_type()
523 struct tuner *t = to_tuner(sd); in tuner_s_type_addr()
557 struct tuner *t = to_tuner(sd); in tuner_s_config()
560 if (t->type != cfg->tuner) in tuner_s_config()
587 struct tuner **radio, struct tuner **tv) in tuner_lookup()
589 struct tuner *pos; in tuner_lookup()
631 struct tuner *t; in tuner_probe()
632 struct tuner *radio; in tuner_probe()
633 struct tuner *tv; in tuner_probe()
638 t = kzalloc(sizeof(struct tuner), GFP_KERNEL); in tuner_probe()
784 struct tuner *t = to_tuner(i2c_get_clientdata(client)); in tuner_remove()
819 static inline int check_mode(struct tuner *t, enum v4l2_tuner_type mode) in check_mode()
842 static int set_mode(struct tuner *t, enum v4l2_tuner_type mode) in set_mode()
866 static void set_freq(struct tuner *t, unsigned int freq) in set_freq()
893 struct tuner *t = to_tuner(i2c_get_clientdata(c)); in set_tv_freq()
944 static v4l2_std_id tuner_fixup_std(struct tuner *t, v4l2_std_id std) in tuner_fixup_std()
1034 struct tuner *t = to_tuner(i2c_get_clientdata(c)); in set_radio_freq()
1089 struct tuner *t = fe->analog_demod_priv; in tuner_status()
1143 struct tuner *t = to_tuner(sd); in tuner_s_radio()
1160 struct tuner *t = to_tuner(sd); in tuner_standby()
1172 struct tuner *t = to_tuner(sd); in tuner_s_std()
1186 struct tuner *t = to_tuner(sd); in tuner_s_frequency()
1205 struct tuner *t = to_tuner(sd); in tuner_g_frequency()
1236 struct tuner *t = to_tuner(sd); in tuner_g_tuner()
1289 struct tuner *t = to_tuner(sd); in tuner_s_tuner()
1313 struct tuner *t = to_tuner(sd); in tuner_log_status()
1325 struct tuner *t = to_tuner(i2c_get_clientdata(c)); in tuner_suspend()
1341 struct tuner *t = to_tuner(i2c_get_clientdata(c)); in tuner_resume()
1394 .tuner = &tuner_tuner_ops,