Lines Matching defs:fe
103 static int stv6110x_init(struct dvb_frontend *fe) in stv6110x_init()
118 static int stv6110x_set_frequency(struct dvb_frontend *fe, u32 frequency) in stv6110x_set_frequency()
179 static int stv6110x_get_frequency(struct dvb_frontend *fe, u32 *frequency) in stv6110x_get_frequency()
197 static int stv6110x_set_bandwidth(struct dvb_frontend *fe, u32 bandwidth) in stv6110x_set_bandwidth()
231 static int stv6110x_get_bandwidth(struct dvb_frontend *fe, u32 *bandwidth) in stv6110x_get_bandwidth()
241 static int stv6110x_set_refclock(struct dvb_frontend *fe, u32 refclock) in stv6110x_set_refclock()
267 static int stv6110x_get_bbgain(struct dvb_frontend *fe, u32 *gain) in stv6110x_get_bbgain()
277 static int stv6110x_set_bbgain(struct dvb_frontend *fe, u32 gain) in stv6110x_set_bbgain()
287 static int stv6110x_set_mode(struct dvb_frontend *fe, enum tuner_mode mode) in stv6110x_set_mode()
315 static int stv6110x_sleep(struct dvb_frontend *fe) in stv6110x_sleep()
323 static int stv6110x_get_status(struct dvb_frontend *fe, u32 *status) in stv6110x_get_status()
338 static int stv6110x_release(struct dvb_frontend *fe) in stv6110x_release()
372 struct stv6110x_devctl *stv6110x_attach(struct dvb_frontend *fe, in stv6110x_attach()