Lines Matching defs:fe
29 struct dvb_frontend *fe; member
48 static int ts2020_release(struct dvb_frontend *fe) in ts2020_release()
55 static int ts2020_writereg(struct dvb_frontend *fe, int reg, int data) in ts2020_writereg()
86 static int ts2020_readreg(struct dvb_frontend *fe, u8 reg) in ts2020_readreg()
123 static int ts2020_sleep(struct dvb_frontend *fe) in ts2020_sleep()
136 static int ts2020_init(struct dvb_frontend *fe) in ts2020_init()
201 static int ts2020_tuner_gate_ctrl(struct dvb_frontend *fe, u8 offset) in ts2020_tuner_gate_ctrl()
212 static int ts2020_set_tuner_rf(struct dvb_frontend *fe) in ts2020_set_tuner_rf()
231 static int ts2020_set_params(struct dvb_frontend *fe) in ts2020_set_params()
347 static int ts2020_get_frequency(struct dvb_frontend *fe, u32 *frequency) in ts2020_get_frequency()
355 static int ts2020_get_if_frequency(struct dvb_frontend *fe, u32 *frequency) in ts2020_get_if_frequency()
362 static int ts2020_read_signal_strength(struct dvb_frontend *fe, in ts2020_read_signal_strength()
401 struct dvb_frontend *ts2020_attach(struct dvb_frontend *fe, in ts2020_attach()
457 struct dvb_frontend *fe = pdata->fe; in ts2020_probe() local
582 struct dvb_frontend *fe = dev->fe; in ts2020_remove() local