Lines Matching refs:fe

57 static int rtl2830_init(struct dvb_frontend *fe)  in rtl2830_init()  argument
59 struct i2c_client *client = fe->demodulator_priv; in rtl2830_init()
61 struct dtv_frontend_properties *c = &dev->fe.dtv_property_cache; in rtl2830_init()
149 static int rtl2830_sleep(struct dvb_frontend *fe) in rtl2830_sleep() argument
151 struct i2c_client *client = fe->demodulator_priv; in rtl2830_sleep()
162 static int rtl2830_get_tune_settings(struct dvb_frontend *fe, in rtl2830_get_tune_settings() argument
166 s->step_size = fe->ops.info.frequency_stepsize * 2; in rtl2830_get_tune_settings()
167 s->max_drift = (fe->ops.info.frequency_stepsize * 2) + 1; in rtl2830_get_tune_settings()
172 static int rtl2830_set_frontend(struct dvb_frontend *fe) in rtl2830_set_frontend() argument
174 struct i2c_client *client = fe->demodulator_priv; in rtl2830_set_frontend()
176 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in rtl2830_set_frontend()
209 if (fe->ops.tuner_ops.set_params) in rtl2830_set_frontend()
210 fe->ops.tuner_ops.set_params(fe); in rtl2830_set_frontend()
233 if (fe->ops.tuner_ops.get_if_frequency) in rtl2830_set_frontend()
234 ret = fe->ops.tuner_ops.get_if_frequency(fe, &if_frequency); in rtl2830_set_frontend()
282 static int rtl2830_get_frontend(struct dvb_frontend *fe) in rtl2830_get_frontend() argument
284 struct i2c_client *client = fe->demodulator_priv; in rtl2830_get_frontend()
286 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in rtl2830_get_frontend()
395 static int rtl2830_read_status(struct dvb_frontend *fe, enum fe_status *status) in rtl2830_read_status() argument
397 struct i2c_client *client = fe->demodulator_priv; in rtl2830_read_status()
428 static int rtl2830_read_snr(struct dvb_frontend *fe, u16 *snr) in rtl2830_read_snr() argument
430 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in rtl2830_read_snr()
440 static int rtl2830_read_ber(struct dvb_frontend *fe, u32 *ber) in rtl2830_read_ber() argument
442 struct i2c_client *client = fe->demodulator_priv; in rtl2830_read_ber()
451 static int rtl2830_read_ucblocks(struct dvb_frontend *fe, u32 *ucblocks) in rtl2830_read_ucblocks() argument
458 static int rtl2830_read_signal_strength(struct dvb_frontend *fe, u16 *strength) in rtl2830_read_signal_strength() argument
460 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in rtl2830_read_signal_strength()
510 struct dtv_frontend_properties *c = &dev->fe.dtv_property_cache; in rtl2830_stat_work()
609 static int rtl2830_pid_filter_ctrl(struct dvb_frontend *fe, int onoff) in rtl2830_pid_filter_ctrl() argument
611 struct i2c_client *client = fe->demodulator_priv; in rtl2830_pid_filter_ctrl()
633 static int rtl2830_pid_filter(struct dvb_frontend *fe, u8 index, u16 pid, int onoff) in rtl2830_pid_filter() argument
635 struct i2c_client *client = fe->demodulator_priv; in rtl2830_pid_filter()
706 return &dev->fe; in rtl2830_get_dvb_frontend()
876 memcpy(&dev->fe.ops, &rtl2830_ops, sizeof(dev->fe.ops)); in rtl2830_probe()
877 dev->fe.demodulator_priv = client; in rtl2830_probe()