Searched refs:tuner_instance (Results 1 – 1 of 1) sorted by relevance
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 { struct227 int drxbsp_tuner_set_frequency(struct tuner_instance *tuner, argument231 int drxbsp_tuner_get_frequency(struct tuner_instance *tuner,[all …]