Searched refs:fe_tuner_ops (Results 1 – 1 of 1) sorted by relevance
206 struct dvb_tuner_ops *fe_tuner_ops = &fe->ops.tuner_ops; in fe_set_params() local209 if (NULL == fe_tuner_ops->set_analog_params) { in fe_set_params()213 fe_tuner_ops->set_analog_params(fe, params); in fe_set_params()218 struct dvb_tuner_ops *fe_tuner_ops = &fe->ops.tuner_ops; in fe_standby() local220 if (fe_tuner_ops->sleep) in fe_standby()221 fe_tuner_ops->sleep(fe); in fe_standby()226 struct dvb_tuner_ops *fe_tuner_ops = &fe->ops.tuner_ops; in fe_set_config() local229 if (fe_tuner_ops->set_config) in fe_set_config()230 return fe_tuner_ops->set_config(fe, priv_cfg); in fe_set_config()269 struct dvb_tuner_ops *fe_tuner_ops = &t->fe.ops.tuner_ops; in set_type() local[all …]