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()
629 struct tuner *t; in tuner_probe()
630 struct tuner *radio; in tuner_probe()
631 struct tuner *tv; in tuner_probe()
636 t = kzalloc(sizeof(struct tuner), GFP_KERNEL); in tuner_probe()
782 struct tuner *t = to_tuner(i2c_get_clientdata(client)); in tuner_remove()
816 static inline int check_mode(struct tuner *t, enum v4l2_tuner_type mode) in check_mode()
839 static int set_mode(struct tuner *t, enum v4l2_tuner_type mode) in set_mode()
863 static void set_freq(struct tuner *t, unsigned int freq) in set_freq()
890 struct tuner *t = to_tuner(i2c_get_clientdata(c)); in set_tv_freq()
941 static v4l2_std_id tuner_fixup_std(struct tuner *t, v4l2_std_id std) in tuner_fixup_std()
1031 struct tuner *t = to_tuner(i2c_get_clientdata(c)); in set_radio_freq()
1086 struct tuner *t = fe->analog_demod_priv; in tuner_status()
1140 struct tuner *t = to_tuner(sd); in tuner_s_radio()
1157 struct tuner *t = to_tuner(sd); in tuner_standby()
1169 struct tuner *t = to_tuner(sd); in tuner_s_std()
1183 struct tuner *t = to_tuner(sd); in tuner_s_frequency()
1202 struct tuner *t = to_tuner(sd); in tuner_g_frequency()
1233 struct tuner *t = to_tuner(sd); in tuner_g_tuner()
1286 struct tuner *t = to_tuner(sd); in tuner_s_tuner()
1310 struct tuner *t = to_tuner(sd); in tuner_log_status()
1322 struct tuner *t = to_tuner(i2c_get_clientdata(c)); in tuner_suspend()
1338 struct tuner *t = to_tuner(i2c_get_clientdata(c)); in tuner_resume()
1391 .tuner = &tuner_tuner_ops,