Home
last modified time | relevance | path

Searched refs:tuner_instance (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/media/dvb-frontends/drx39xyj/
H A Ddrx_driver.h182 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,
[all …]