Lines Matching defs:fe
28 static int tda18271_toggle_output(struct dvb_frontend *fe, int standby) in tda18271_toggle_output()
49 static inline int charge_pump_source(struct dvb_frontend *fe, int force) in charge_pump_source()
58 static inline void tda18271_set_if_notch(struct dvb_frontend *fe) in tda18271_set_if_notch()
73 static int tda18271_channel_configuration(struct dvb_frontend *fe, in tda18271_channel_configuration()
198 static int tda18271_read_thermometer(struct dvb_frontend *fe) in tda18271_read_thermometer()
242 static int tda18271c2_rf_tracking_filters_correction(struct dvb_frontend *fe, in tda18271c2_rf_tracking_filters_correction()
295 static int tda18271_por(struct dvb_frontend *fe) in tda18271_por()
328 static int tda18271_calibrate_rf(struct dvb_frontend *fe, u32 freq) in tda18271_calibrate_rf()
431 static int tda18271_powerscan(struct dvb_frontend *fe, in tda18271_powerscan()
524 static int tda18271_powerscan_init(struct dvb_frontend *fe) in tda18271_powerscan_init()
560 static int tda18271_rf_tracking_filters_init(struct dvb_frontend *fe, u32 freq) in tda18271_rf_tracking_filters_init()
632 static int tda18271_calc_rf_filter_curve(struct dvb_frontend *fe) in tda18271_calc_rf_filter_curve()
663 static int tda18271c2_rf_cal_init(struct dvb_frontend *fe) in tda18271c2_rf_cal_init()
694 static int tda18271c1_rf_tracking_filter_calibration(struct dvb_frontend *fe, in tda18271c1_rf_tracking_filter_calibration()
795 static int tda18271_ir_cal_init(struct dvb_frontend *fe) in tda18271_ir_cal_init()
812 static int tda18271_init(struct dvb_frontend *fe) in tda18271_init()
837 static int tda18271_sleep(struct dvb_frontend *fe) in tda18271_sleep()
854 static int tda18271_agc(struct dvb_frontend *fe) in tda18271_agc()
885 static int tda18271_tune(struct dvb_frontend *fe, in tda18271_tune()
921 static int tda18271_set_params(struct dvb_frontend *fe) in tda18271_set_params()
984 static int tda18271_set_analog_params(struct dvb_frontend *fe, in tda18271_set_analog_params()
1040 static void tda18271_release(struct dvb_frontend *fe) in tda18271_release()
1054 static int tda18271_get_frequency(struct dvb_frontend *fe, u32 *frequency) in tda18271_get_frequency()
1061 static int tda18271_get_bandwidth(struct dvb_frontend *fe, u32 *bandwidth) in tda18271_get_bandwidth()
1068 static int tda18271_get_if_frequency(struct dvb_frontend *fe, u32 *frequency) in tda18271_get_if_frequency()
1094 static int tda18271_dump_std_map(struct dvb_frontend *fe) in tda18271_dump_std_map()
1119 static int tda18271_update_std_map(struct dvb_frontend *fe, in tda18271_update_std_map()
1147 static int tda18271_get_id(struct dvb_frontend *fe) in tda18271_get_id()
1187 static int tda18271_setup_configuration(struct dvb_frontend *fe, in tda18271_setup_configuration()
1213 static int tda18271_set_config(struct dvb_frontend *fe, void *priv_cfg) in tda18271_set_config()
1247 struct dvb_frontend *tda18271_attach(struct dvb_frontend *fe, u8 addr, in tda18271_attach()