Lines Matching refs:fe
237 static int cx22700_init (struct dvb_frontend* fe) in cx22700_init() argument
239 { struct cx22700_state* state = fe->demodulator_priv; in cx22700_init()
257 static int cx22700_read_status(struct dvb_frontend *fe, enum fe_status *status) in cx22700_read_status() argument
259 struct cx22700_state* state = fe->demodulator_priv; in cx22700_read_status()
285 static int cx22700_read_ber(struct dvb_frontend* fe, u32* ber) in cx22700_read_ber() argument
287 struct cx22700_state* state = fe->demodulator_priv; in cx22700_read_ber()
295 static int cx22700_read_signal_strength(struct dvb_frontend* fe, u16* signal_strength) in cx22700_read_signal_strength() argument
297 struct cx22700_state* state = fe->demodulator_priv; in cx22700_read_signal_strength()
306 static int cx22700_read_snr(struct dvb_frontend* fe, u16* snr) in cx22700_read_snr() argument
308 struct cx22700_state* state = fe->demodulator_priv; in cx22700_read_snr()
317 static int cx22700_read_ucblocks(struct dvb_frontend* fe, u32* ucblocks) in cx22700_read_ucblocks() argument
319 struct cx22700_state* state = fe->demodulator_priv; in cx22700_read_ucblocks()
327 static int cx22700_set_frontend(struct dvb_frontend *fe) in cx22700_set_frontend() argument
329 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx22700_set_frontend()
330 struct cx22700_state* state = fe->demodulator_priv; in cx22700_set_frontend()
335 if (fe->ops.tuner_ops.set_params) { in cx22700_set_frontend()
336 fe->ops.tuner_ops.set_params(fe); in cx22700_set_frontend()
337 if (fe->ops.i2c_gate_ctrl) fe->ops.i2c_gate_ctrl(fe, 0); in cx22700_set_frontend()
348 static int cx22700_get_frontend(struct dvb_frontend *fe) in cx22700_get_frontend() argument
350 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx22700_get_frontend()
351 struct cx22700_state* state = fe->demodulator_priv; in cx22700_get_frontend()
358 static int cx22700_i2c_gate_ctrl(struct dvb_frontend* fe, int enable) in cx22700_i2c_gate_ctrl() argument
360 struct cx22700_state* state = fe->demodulator_priv; in cx22700_i2c_gate_ctrl()
369 static int cx22700_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings* fe… in cx22700_get_tune_settings() argument
377 static void cx22700_release(struct dvb_frontend* fe) in cx22700_release() argument
379 struct cx22700_state* state = fe->demodulator_priv; in cx22700_release()