Lines Matching defs:fe
92 static int stv6110x_init(struct dvb_frontend *fe) in stv6110x_init()
107 static int stv6110x_set_frequency(struct dvb_frontend *fe, u32 frequency) in stv6110x_set_frequency()
168 static int stv6110x_get_frequency(struct dvb_frontend *fe, u32 *frequency) in stv6110x_get_frequency()
186 static int stv6110x_set_bandwidth(struct dvb_frontend *fe, u32 bandwidth) in stv6110x_set_bandwidth()
220 static int stv6110x_get_bandwidth(struct dvb_frontend *fe, u32 *bandwidth) in stv6110x_get_bandwidth()
230 static int stv6110x_set_refclock(struct dvb_frontend *fe, u32 refclock) in stv6110x_set_refclock()
256 static int stv6110x_get_bbgain(struct dvb_frontend *fe, u32 *gain) in stv6110x_get_bbgain()
266 static int stv6110x_set_bbgain(struct dvb_frontend *fe, u32 gain) in stv6110x_set_bbgain()
276 static int stv6110x_set_mode(struct dvb_frontend *fe, enum tuner_mode mode) in stv6110x_set_mode()
304 static int stv6110x_sleep(struct dvb_frontend *fe) in stv6110x_sleep()
312 static int stv6110x_get_status(struct dvb_frontend *fe, u32 *status) in stv6110x_get_status()
327 static int stv6110x_release(struct dvb_frontend *fe) in stv6110x_release()
361 struct stv6110x_devctl *stv6110x_attach(struct dvb_frontend *fe, in stv6110x_attach()