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()
293 static int tda18271_por(struct dvb_frontend *fe) in tda18271_por()
326 static int tda18271_calibrate_rf(struct dvb_frontend *fe, u32 freq) in tda18271_calibrate_rf()
429 static int tda18271_powerscan(struct dvb_frontend *fe, in tda18271_powerscan()
523 static int tda18271_powerscan_init(struct dvb_frontend *fe) in tda18271_powerscan_init()
559 static int tda18271_rf_tracking_filters_init(struct dvb_frontend *fe, u32 freq) in tda18271_rf_tracking_filters_init()
631 static int tda18271_calc_rf_filter_curve(struct dvb_frontend *fe) in tda18271_calc_rf_filter_curve()
662 static int tda18271c2_rf_cal_init(struct dvb_frontend *fe) in tda18271c2_rf_cal_init()
693 static int tda18271c1_rf_tracking_filter_calibration(struct dvb_frontend *fe, in tda18271c1_rf_tracking_filter_calibration()
794 static int tda18271_ir_cal_init(struct dvb_frontend *fe) in tda18271_ir_cal_init()
811 static int tda18271_init(struct dvb_frontend *fe) in tda18271_init()
836 static int tda18271_sleep(struct dvb_frontend *fe) in tda18271_sleep()
853 static int tda18271_agc(struct dvb_frontend *fe) in tda18271_agc()
884 static int tda18271_tune(struct dvb_frontend *fe, in tda18271_tune()
920 static int tda18271_set_params(struct dvb_frontend *fe) in tda18271_set_params()
983 static int tda18271_set_analog_params(struct dvb_frontend *fe, in tda18271_set_analog_params()
1039 static void tda18271_release(struct dvb_frontend *fe) in tda18271_release()
1053 static int tda18271_get_frequency(struct dvb_frontend *fe, u32 *frequency) in tda18271_get_frequency()
1060 static int tda18271_get_bandwidth(struct dvb_frontend *fe, u32 *bandwidth) in tda18271_get_bandwidth()
1067 static int tda18271_get_if_frequency(struct dvb_frontend *fe, u32 *frequency) in tda18271_get_if_frequency()
1093 static int tda18271_dump_std_map(struct dvb_frontend *fe) in tda18271_dump_std_map()
1118 static int tda18271_update_std_map(struct dvb_frontend *fe, in tda18271_update_std_map()
1146 static int tda18271_get_id(struct dvb_frontend *fe) in tda18271_get_id()
1186 static int tda18271_setup_configuration(struct dvb_frontend *fe, in tda18271_setup_configuration()
1212 static int tda18271_set_config(struct dvb_frontend *fe, void *priv_cfg) in tda18271_set_config()
1246 struct dvb_frontend *tda18271_attach(struct dvb_frontend *fe, u8 addr, in tda18271_attach()