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