Searched refs:fe_tuner_ops (Results 1 – 1 of 1) sorted by relevance
239 struct dvb_tuner_ops *fe_tuner_ops = &fe->ops.tuner_ops; in fe_set_params() local242 if (NULL == fe_tuner_ops->set_analog_params) { in fe_set_params()246 fe_tuner_ops->set_analog_params(fe, params); in fe_set_params()251 struct dvb_tuner_ops *fe_tuner_ops = &fe->ops.tuner_ops; in fe_standby() local253 if (fe_tuner_ops->sleep) in fe_standby()254 fe_tuner_ops->sleep(fe); in fe_standby()259 struct dvb_tuner_ops *fe_tuner_ops = &fe->ops.tuner_ops; in fe_set_config() local262 if (fe_tuner_ops->set_config) in fe_set_config()263 return fe_tuner_ops->set_config(fe, priv_cfg); in fe_set_config()302 struct dvb_tuner_ops *fe_tuner_ops = &t->fe.ops.tuner_ops; in set_type() local[all …]