tuner_instance
struct tuner_instance;
typedef int(*tuner_open_func_t) (struct tuner_instance *tuner);
typedef int(*tuner_close_func_t) (struct tuner_instance *tuner);
typedef int(*tuner_set_frequency_func_t) (struct tuner_instance *tuner,
typedef int(*tuner_get_frequency_func_t) (struct tuner_instance *tuner,
typedef int(*tuner_lock_status_func_t) (struct tuner_instance *tuner,
typedef int(*tune_ri2c_write_read_func_t) (struct tuner_instance *tuner,
int drxbsp_tuner_set_frequency(struct tuner_instance *tuner,
int drxbsp_tuner_get_frequency(struct tuner_instance *tuner,
int drxbsp_tuner_default_i2c_write_read(struct tuner_instance *tuner,