Searched refs:fe_tuner_ops (Results 1 – 1 of 1) sorted by relevance
191 struct dvb_tuner_ops *fe_tuner_ops = &fe->ops.tuner_ops; in fe_set_params() local194 if (NULL == fe_tuner_ops->set_analog_params) { in fe_set_params()198 fe_tuner_ops->set_analog_params(fe, params); in fe_set_params()203 struct dvb_tuner_ops *fe_tuner_ops = &fe->ops.tuner_ops; in fe_standby() local205 if (fe_tuner_ops->sleep) in fe_standby()206 fe_tuner_ops->sleep(fe); in fe_standby()211 struct dvb_tuner_ops *fe_tuner_ops = &fe->ops.tuner_ops; in fe_set_config() local214 if (fe_tuner_ops->set_config) in fe_set_config()215 return fe_tuner_ops->set_config(fe, priv_cfg); in fe_set_config()254 struct dvb_tuner_ops *fe_tuner_ops = &t->fe.ops.tuner_ops; in set_type() local[all …]