Lines Matching refs:tuner
116 struct tuner { struct
194 static inline struct tuner *to_tuner(struct v4l2_subdev *sd) in to_tuner()
196 return container_of(sd, struct tuner, sd); in to_tuner()
207 struct tuner *t = fe->analog_demod_priv; in fe_set_params()
227 struct tuner *t = fe->analog_demod_priv; in fe_set_config()
268 struct tuner *t = to_tuner(i2c_get_clientdata(c)); in set_type()
490 struct tuner *t = to_tuner(sd); in tuner_s_type_addr()
525 struct tuner *t = to_tuner(sd); in tuner_s_config()
528 if (t->type != cfg->tuner) in tuner_s_config()
555 struct tuner **radio, struct tuner **tv) in tuner_lookup()
557 struct tuner *pos; in tuner_lookup()
599 struct tuner *t; in tuner_probe()
600 struct tuner *radio; in tuner_probe()
601 struct tuner *tv; in tuner_probe()
606 t = kzalloc(sizeof(struct tuner), GFP_KERNEL); in tuner_probe()
732 struct tuner *t = to_tuner(i2c_get_clientdata(client)); in tuner_remove()
765 static inline int check_mode(struct tuner *t, enum v4l2_tuner_type mode) in check_mode()
788 static int set_mode(struct tuner *t, enum v4l2_tuner_type mode) in set_mode()
812 static void set_freq(struct tuner *t, unsigned int freq) in set_freq()
839 struct tuner *t = to_tuner(i2c_get_clientdata(c)); in set_tv_freq()
890 static v4l2_std_id tuner_fixup_std(struct tuner *t, v4l2_std_id std) in tuner_fixup_std()
980 struct tuner *t = to_tuner(i2c_get_clientdata(c)); in set_radio_freq()
1035 struct tuner *t = fe->analog_demod_priv; in tuner_status()
1089 struct tuner *t = to_tuner(sd); in tuner_s_radio()
1107 struct tuner *t = to_tuner(sd); in tuner_s_power()
1127 struct tuner *t = to_tuner(sd); in tuner_s_std()
1141 struct tuner *t = to_tuner(sd); in tuner_s_frequency()
1160 struct tuner *t = to_tuner(sd); in tuner_g_frequency()
1191 struct tuner *t = to_tuner(sd); in tuner_g_tuner()
1244 struct tuner *t = to_tuner(sd); in tuner_s_tuner()
1268 struct tuner *t = to_tuner(sd); in tuner_log_status()
1280 struct tuner *t = to_tuner(i2c_get_clientdata(c)); in tuner_suspend()
1296 struct tuner *t = to_tuner(i2c_get_clientdata(c)); in tuner_resume()
1349 .tuner = &tuner_tuner_ops,