Lines Matching refs:tuner_instance
181 struct tuner_instance;
183 typedef int(*tuner_open_func_t) (struct tuner_instance *tuner);
184 typedef int(*tuner_close_func_t) (struct tuner_instance *tuner);
186 typedef int(*tuner_set_frequency_func_t) (struct tuner_instance *tuner,
191 typedef int(*tuner_get_frequency_func_t) (struct tuner_instance *tuner,
198 typedef int(*tuner_lock_status_func_t) (struct tuner_instance *tuner,
202 typedef int(*tune_ri2c_write_read_func_t) (struct tuner_instance *tuner,
220 struct tuner_instance { struct
227 int drxbsp_tuner_set_frequency(struct tuner_instance *tuner, argument
231 int drxbsp_tuner_get_frequency(struct tuner_instance *tuner,
236 int drxbsp_tuner_default_i2c_write_read(struct tuner_instance *tuner,