Lines Matching full:fe

76 extern struct dvb_frontend *dib0090_register(struct dvb_frontend *fe, struct i2c_adapter *i2c, cons…
77 extern struct dvb_frontend *dib0090_fw_register(struct dvb_frontend *fe, struct i2c_adapter *i2c, c…
78 extern void dib0090_dcc_freq(struct dvb_frontend *fe, u8 fast);
79 extern void dib0090_pwm_gain_reset(struct dvb_frontend *fe);
81 extern u16 dib0090_get_wbd_offset(struct dvb_frontend *fe);
82 extern int dib0090_gain_control(struct dvb_frontend *fe);
83 extern enum frontend_tune_state dib0090_get_tune_state(struct dvb_frontend *fe);
84 extern int dib0090_set_tune_state(struct dvb_frontend *fe, enum frontend_tune_state tune_state);
85 extern void dib0090_get_current_gain(struct dvb_frontend *fe, u16 * rf, u16 * bb, u16 * rf_gain_lim…
86 extern void dib0090_set_dc_servo(struct dvb_frontend *fe, u8 DC_servo_cutoff);
87 extern int dib0090_set_switch(struct dvb_frontend *fe, u8 sw1, u8 sw2, u8 sw3);
88 extern int dib0090_set_vga(struct dvb_frontend *fe, u8 onoff);
89 extern int dib0090_update_rframp_7090(struct dvb_frontend *fe,
91 extern int dib0090_update_tuning_table_7090(struct dvb_frontend *fe,
94 static inline struct dvb_frontend *dib0090_register(struct dvb_frontend *fe, struct i2c_adapter *i2… in dib0090_register() argument
100 static inline struct dvb_frontend *dib0090_fw_register(struct dvb_frontend *fe, struct i2c_adapter … in dib0090_fw_register() argument
106 static inline void dib0090_dcc_freq(struct dvb_frontend *fe, u8 fast) in dib0090_dcc_freq() argument
111 static inline void dib0090_pwm_gain_reset(struct dvb_frontend *fe) in dib0090_pwm_gain_reset() argument
122 static inline u16 dib0090_get_wbd_offset(struct dvb_frontend *fe) in dib0090_get_wbd_offset() argument
128 static inline int dib0090_gain_control(struct dvb_frontend *fe) in dib0090_gain_control() argument
134 static inline enum frontend_tune_state dib0090_get_tune_state(struct dvb_frontend *fe) in dib0090_get_tune_state() argument
140 static inline int dib0090_set_tune_state(struct dvb_frontend *fe, enum frontend_tune_state tune_sta… in dib0090_set_tune_state() argument
146 static inline void dib0090_get_current_gain(struct dvb_frontend *fe, u16 * rf, u16 * bb, u16 * rf_g… in dib0090_get_current_gain() argument
151 static inline void dib0090_set_dc_servo(struct dvb_frontend *fe, u8 DC_servo_cutoff) in dib0090_set_dc_servo() argument
156 static inline int dib0090_set_switch(struct dvb_frontend *fe, in dib0090_set_switch() argument
163 static inline int dib0090_set_vga(struct dvb_frontend *fe, u8 onoff) in dib0090_set_vga() argument
169 static inline int dib0090_update_rframp_7090(struct dvb_frontend *fe, in dib0090_update_rframp_7090() argument
176 static inline int dib0090_update_tuning_table_7090(struct dvb_frontend *fe, in dib0090_update_tuning_table_7090() argument