Lines Matching refs:fe

103 static int stv6110x_init(struct dvb_frontend *fe)  in stv6110x_init()  argument
105 struct stv6110x_state *stv6110x = fe->tuner_priv; in stv6110x_init()
118 static int stv6110x_set_frequency(struct dvb_frontend *fe, u32 frequency) in stv6110x_set_frequency() argument
120 struct stv6110x_state *stv6110x = fe->tuner_priv; in stv6110x_set_frequency()
179 static int stv6110x_get_frequency(struct dvb_frontend *fe, u32 *frequency) in stv6110x_get_frequency() argument
181 struct stv6110x_state *stv6110x = fe->tuner_priv; in stv6110x_get_frequency()
197 static int stv6110x_set_bandwidth(struct dvb_frontend *fe, u32 bandwidth) in stv6110x_set_bandwidth() argument
199 struct stv6110x_state *stv6110x = fe->tuner_priv; in stv6110x_set_bandwidth()
231 static int stv6110x_get_bandwidth(struct dvb_frontend *fe, u32 *bandwidth) in stv6110x_get_bandwidth() argument
233 struct stv6110x_state *stv6110x = fe->tuner_priv; in stv6110x_get_bandwidth()
241 static int stv6110x_set_refclock(struct dvb_frontend *fe, u32 refclock) in stv6110x_set_refclock() argument
243 struct stv6110x_state *stv6110x = fe->tuner_priv; in stv6110x_set_refclock()
267 static int stv6110x_get_bbgain(struct dvb_frontend *fe, u32 *gain) in stv6110x_get_bbgain() argument
269 struct stv6110x_state *stv6110x = fe->tuner_priv; in stv6110x_get_bbgain()
277 static int stv6110x_set_bbgain(struct dvb_frontend *fe, u32 gain) in stv6110x_set_bbgain() argument
279 struct stv6110x_state *stv6110x = fe->tuner_priv; in stv6110x_set_bbgain()
287 static int stv6110x_set_mode(struct dvb_frontend *fe, enum tuner_mode mode) in stv6110x_set_mode() argument
289 struct stv6110x_state *stv6110x = fe->tuner_priv; in stv6110x_set_mode()
315 static int stv6110x_sleep(struct dvb_frontend *fe) in stv6110x_sleep() argument
317 if (fe->tuner_priv) in stv6110x_sleep()
318 return stv6110x_set_mode(fe, TUNER_SLEEP); in stv6110x_sleep()
323 static int stv6110x_get_status(struct dvb_frontend *fe, u32 *status) in stv6110x_get_status() argument
325 struct stv6110x_state *stv6110x = fe->tuner_priv; in stv6110x_get_status()
338 static int stv6110x_release(struct dvb_frontend *fe) in stv6110x_release() argument
340 struct stv6110x_state *stv6110x = fe->tuner_priv; in stv6110x_release()
342 fe->tuner_priv = NULL; in stv6110x_release()
372 struct stv6110x_devctl *stv6110x_attach(struct dvb_frontend *fe, in stv6110x_attach() argument
406 fe->tuner_priv = stv6110x; in stv6110x_attach()
407 fe->ops.tuner_ops = stv6110x_ops; in stv6110x_attach()