Lines Matching refs:tuner_instance
182 struct tuner_instance;
184 typedef int(*tuner_open_func_t) (struct tuner_instance *tuner);
185 typedef int(*tuner_close_func_t) (struct tuner_instance *tuner);
187 typedef int(*tuner_set_frequency_func_t) (struct tuner_instance *tuner,
192 typedef int(*tuner_get_frequency_func_t) (struct tuner_instance *tuner,
199 typedef int(*tuner_lock_status_func_t) (struct tuner_instance *tuner,
203 typedef int(*tune_ri2c_write_read_func_t) (struct tuner_instance *tuner,
221 struct tuner_instance { struct
228 int drxbsp_tuner_set_frequency(struct tuner_instance *tuner, argument
232 int drxbsp_tuner_get_frequency(struct tuner_instance *tuner,
237 int drxbsp_tuner_default_i2c_write_read(struct tuner_instance *tuner,