Lines Matching defs:fe
299 static int load_all_firmwares(struct dvb_frontend *fe, in load_all_firmwares()
432 static int seek_firmware(struct dvb_frontend *fe, unsigned int type, in seek_firmware()
523 static inline int do_tuner_callback(struct dvb_frontend *fe, int cmd, int arg) in do_tuner_callback()
540 static int load_firmware(struct dvb_frontend *fe, unsigned int type, in load_firmware()
651 static int load_scode(struct dvb_frontend *fe, unsigned int type, in load_scode()
715 static int check_firmware(struct dvb_frontend *fe, unsigned int type, in check_firmware()
905 static int xc2028_signal(struct dvb_frontend *fe, u16 *strength) in xc2028_signal()
959 static int xc2028_get_afc(struct dvb_frontend *fe, s32 *afc) in xc2028_get_afc()
1010 static int generic_set_freq(struct dvb_frontend *fe, u32 freq /* in HZ */, in generic_set_freq()
1159 static int xc2028_set_analog_freq(struct dvb_frontend *fe, in xc2028_set_analog_freq()
1190 static int xc2028_set_params(struct dvb_frontend *fe) in xc2028_set_params()
1288 static int xc2028_sleep(struct dvb_frontend *fe) in xc2028_sleep()
1326 static int xc2028_dvb_release(struct dvb_frontend *fe) in xc2028_dvb_release()
1351 static int xc2028_get_frequency(struct dvb_frontend *fe, u32 *frequency) in xc2028_get_frequency()
1370 struct dvb_frontend *fe = context; in load_firmware_cb() local
1390 static int xc2028_set_config(struct dvb_frontend *fe, void *priv_cfg) in xc2028_set_config()
1465 struct dvb_frontend *xc2028_attach(struct dvb_frontend *fe, in xc2028_attach()