Lines Matching refs:fe
29 struct dvb_frontend *fe; member
69 static int tda665x_get_state(struct dvb_frontend *fe, in tda665x_get_state() argument
73 struct tda665x_state *state = fe->tuner_priv; in tda665x_get_state()
91 static int tda665x_get_status(struct dvb_frontend *fe, u32 *status) in tda665x_get_status() argument
93 struct tda665x_state *state = fe->tuner_priv; in tda665x_get_status()
114 static int tda665x_set_state(struct dvb_frontend *fe, in tda665x_set_state() argument
118 struct tda665x_state *state = fe->tuner_priv; in tda665x_set_state()
185 err = tda665x_get_status(fe, &status); in tda665x_set_state()
206 static int tda665x_release(struct dvb_frontend *fe) in tda665x_release() argument
208 struct tda665x_state *state = fe->tuner_priv; in tda665x_release()
210 fe->tuner_priv = NULL; in tda665x_release()
223 struct dvb_frontend *tda665x_attach(struct dvb_frontend *fe, in tda665x_attach() argument
236 state->fe = fe; in tda665x_attach()
237 fe->tuner_priv = state; in tda665x_attach()
238 fe->ops.tuner_ops = tda665x_ops; in tda665x_attach()
239 info = &fe->ops.tuner_ops.info; in tda665x_attach()
248 return fe; in tda665x_attach()