Lines Matching refs:fe
29 struct dvb_frontend *fe; member
39 static int it913x_init(struct dvb_frontend *fe) in it913x_init() argument
41 struct it913x_dev *dev = fe->tuner_priv; in it913x_init()
159 static int it913x_sleep(struct dvb_frontend *fe) in it913x_sleep() argument
161 struct it913x_dev *dev = fe->tuner_priv; in it913x_sleep()
217 static int it913x_set_params(struct dvb_frontend *fe) in it913x_set_params() argument
219 struct it913x_dev *dev = fe->tuner_priv; in it913x_set_params()
220 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in it913x_set_params()
392 struct dvb_frontend *fe = cfg->fe; in it913x_probe() local
409 dev->fe = cfg->fe; in it913x_probe()
418 fe->tuner_priv = dev; in it913x_probe()
419 memcpy(&fe->ops.tuner_ops, &it913x_tuner_ops, in it913x_probe()
446 struct dvb_frontend *fe = dev->fe; in it913x_remove() local
450 memset(&fe->ops.tuner_ops, 0, sizeof(struct dvb_tuner_ops)); in it913x_remove()
451 fe->tuner_priv = NULL; in it913x_remove()