Symbol: dvb_frontend
drivers/media/common/b2c2/flexcop-common.h
77
struct dvb_frontend *fe;
drivers/media/common/b2c2/flexcop-common.h
83
int (*fe_sleep) (struct dvb_frontend *);
drivers/media/common/b2c2/flexcop-fe-tuner.c
109
static void flexcop_diseqc_send_bit(struct dvb_frontend* fe, int data)
drivers/media/common/b2c2/flexcop-fe-tuner.c
117
static void flexcop_diseqc_send_byte(struct dvb_frontend* fe, int data)
drivers/media/common/b2c2/flexcop-fe-tuner.c
128
static int flexcop_send_diseqc_msg(struct dvb_frontend *fe,
drivers/media/common/b2c2/flexcop-fe-tuner.c
154
static int flexcop_diseqc_send_master_cmd(struct dvb_frontend *fe,
drivers/media/common/b2c2/flexcop-fe-tuner.c
160
static int flexcop_diseqc_send_burst(struct dvb_frontend *fe,
drivers/media/common/b2c2/flexcop-fe-tuner.c
198
static int samsung_tbmu24112_set_symbol_rate(struct dvb_frontend *fe,
drivers/media/common/b2c2/flexcop-fe-tuner.c
31
static int flexcop_fe_request_firmware(struct dvb_frontend *fe,
drivers/media/common/b2c2/flexcop-fe-tuner.c
42
static int flexcop_set_voltage(struct dvb_frontend *fe,
drivers/media/common/b2c2/flexcop-fe-tuner.c
422
static int samsung_tdtc9251dh0_demod_init(struct dvb_frontend *fe)
drivers/media/common/b2c2/flexcop-fe-tuner.c
71
static int __maybe_unused flexcop_sleep(struct dvb_frontend* fe)
drivers/media/common/b2c2/flexcop-fe-tuner.c
82
static int flexcop_set_tone(struct dvb_frontend *fe, enum fe_sec_tone_mode tone)
drivers/media/common/siano/smsdvb-main.c
1018
static int smsdvb_set_frontend(struct dvb_frontend *fe)
drivers/media/common/siano/smsdvb-main.c
1043
static int smsdvb_init(struct dvb_frontend *fe)
drivers/media/common/siano/smsdvb-main.c
1054
static int smsdvb_sleep(struct dvb_frontend *fe)
drivers/media/common/siano/smsdvb-main.c
1067
static void smsdvb_release(struct dvb_frontend *fe)
drivers/media/common/siano/smsdvb-main.c
116
static void smsdvb_stats_not_ready(struct dvb_frontend *fe)
drivers/media/common/siano/smsdvb-main.c
243
struct dvb_frontend *fe = &client->frontend;
drivers/media/common/siano/smsdvb-main.c
260
struct dvb_frontend *fe = &client->frontend;
drivers/media/common/siano/smsdvb-main.c
300
struct dvb_frontend *fe = &client->frontend;
drivers/media/common/siano/smsdvb-main.c
352
struct dvb_frontend *fe = &client->frontend;
drivers/media/common/siano/smsdvb-main.c
452
struct dvb_frontend *fe = &client->frontend;
drivers/media/common/siano/smsdvb-main.c
547
struct dvb_frontend *fe = &client->frontend;
drivers/media/common/siano/smsdvb-main.c
782
static int smsdvb_read_status(struct dvb_frontend *fe, enum fe_status *stat)
drivers/media/common/siano/smsdvb-main.c
797
static int smsdvb_read_ber(struct dvb_frontend *fe, u32 *ber)
drivers/media/common/siano/smsdvb-main.c
813
static int smsdvb_read_signal_strength(struct dvb_frontend *fe, u16 *strength)
drivers/media/common/siano/smsdvb-main.c
836
static int smsdvb_read_snr(struct dvb_frontend *fe, u16 *snr)
drivers/media/common/siano/smsdvb-main.c
854
static int smsdvb_read_ucblocks(struct dvb_frontend *fe, u32 *ucblocks)
drivers/media/common/siano/smsdvb-main.c
871
static int smsdvb_get_tune_settings(struct dvb_frontend *fe,
drivers/media/common/siano/smsdvb-main.c
882
static int smsdvb_dvbt_set_frontend(struct dvb_frontend *fe)
drivers/media/common/siano/smsdvb-main.c
948
static int smsdvb_isdbt_set_frontend(struct dvb_frontend *fe)
drivers/media/common/siano/smsdvb.h
29
struct dvb_frontend frontend;
drivers/media/common/videobuf2/videobuf2-dvb.c
275
struct dvb_frontend *p)
drivers/media/dvb-core/dvb_frontend.c
1006
static int dvb_frontend_clear_cache(struct dvb_frontend *fe)
drivers/media/dvb-core/dvb_frontend.c
1172
static int dtv_property_cache_sync(struct dvb_frontend *fe,
drivers/media/dvb-core/dvb_frontend.c
1248
dtv_property_legacy_params_sync(struct dvb_frontend *fe,
drivers/media/dvb-core/dvb_frontend.c
131
static void dvb_frontend_invoke_release(struct dvb_frontend *fe,
drivers/media/dvb-core/dvb_frontend.c
132
void (*release)(struct dvb_frontend *fe));
drivers/media/dvb-core/dvb_frontend.c
1322
static int dtv_get_frontend(struct dvb_frontend *fe,
drivers/media/dvb-core/dvb_frontend.c
134
static void __dvb_frontend_free(struct dvb_frontend *fe)
drivers/media/dvb-core/dvb_frontend.c
1344
static int dtv_property_process_get(struct dvb_frontend *fe,
drivers/media/dvb-core/dvb_frontend.c
148
struct dvb_frontend *fe =
drivers/media/dvb-core/dvb_frontend.c
149
container_of(ref, struct dvb_frontend, refcount);
drivers/media/dvb-core/dvb_frontend.c
154
static void dvb_frontend_put(struct dvb_frontend *fe)
drivers/media/dvb-core/dvb_frontend.c
1602
static int dtv_set_frontend(struct dvb_frontend *fe);
drivers/media/dvb-core/dvb_frontend.c
1620
static int emulate_delivery_system(struct dvb_frontend *fe, u32 delsys)
drivers/media/dvb-core/dvb_frontend.c
1674
static int dvbv5_set_delivery_system(struct dvb_frontend *fe,
drivers/media/dvb-core/dvb_frontend.c
169
static void dvb_frontend_get(struct dvb_frontend *fe)
drivers/media/dvb-core/dvb_frontend.c
174
static void dvb_frontend_wakeup(struct dvb_frontend *fe);
drivers/media/dvb-core/dvb_frontend.c
175
static int dtv_get_frontend(struct dvb_frontend *fe,
drivers/media/dvb-core/dvb_frontend.c
1778
static int dvbv3_set_delivery_system(struct dvb_frontend *fe)
drivers/media/dvb-core/dvb_frontend.c
179
dtv_property_legacy_params_sync(struct dvb_frontend *fe,
drivers/media/dvb-core/dvb_frontend.c
1820
static void prepare_tuning_algo_parameters(struct dvb_frontend *fe)
drivers/media/dvb-core/dvb_frontend.c
183
static bool has_get_frontend(struct dvb_frontend *fe)
drivers/media/dvb-core/dvb_frontend.c
1882
static int dtv_property_process_set(struct dvb_frontend *fe,
drivers/media/dvb-core/dvb_frontend.c
2066
struct dvb_frontend *fe = dvbdev->priv;
drivers/media/dvb-core/dvb_frontend.c
2146
struct dvb_frontend *fe = dvbdev->priv;
drivers/media/dvb-core/dvb_frontend.c
2240
struct dvb_frontend *fe = dvbdev->priv;
drivers/media/dvb-core/dvb_frontend.c
2258
static int dtv_set_frontend(struct dvb_frontend *fe)
drivers/media/dvb-core/dvb_frontend.c
2357
static int dvb_get_property(struct dvb_frontend *fe, struct file *file,
drivers/media/dvb-core/dvb_frontend.c
237
static void dvb_frontend_add_event(struct dvb_frontend *fe,
drivers/media/dvb-core/dvb_frontend.c
2414
static int dvb_get_frontend(struct dvb_frontend *fe,
drivers/media/dvb-core/dvb_frontend.c
2434
struct dvb_frontend *fe = dvbdev->priv;
drivers/media/dvb-core/dvb_frontend.c
2750
struct dvb_frontend *fe = dvbdev->priv;
drivers/media/dvb-core/dvb_frontend.c
2766
struct dvb_frontend *fe = dvbdev->priv;
drivers/media/dvb-core/dvb_frontend.c
2794
struct dvb_frontend
drivers/media/dvb-core/dvb_frontend.c
282
static int dvb_frontend_get_event(struct dvb_frontend *fe,
drivers/media/dvb-core/dvb_frontend.c
2903
struct dvb_frontend *fe = dvbdev->priv;
drivers/media/dvb-core/dvb_frontend.c
2951
int dvb_frontend_suspend(struct dvb_frontend *fe)
drivers/media/dvb-core/dvb_frontend.c
2972
int dvb_frontend_resume(struct dvb_frontend *fe)
drivers/media/dvb-core/dvb_frontend.c
3005
struct dvb_frontend *fe)
drivers/media/dvb-core/dvb_frontend.c
3072
int dvb_unregister_frontend(struct dvb_frontend *fe)
drivers/media/dvb-core/dvb_frontend.c
3089
static void dvb_frontend_invoke_release(struct dvb_frontend *fe,
drivers/media/dvb-core/dvb_frontend.c
3090
void (*release)(struct dvb_frontend *fe))
drivers/media/dvb-core/dvb_frontend.c
3100
void dvb_frontend_detach(struct dvb_frontend *fe)
drivers/media/dvb-core/dvb_frontend.c
324
static void dvb_frontend_clear_events(struct dvb_frontend *fe)
drivers/media/dvb-core/dvb_frontend.c
334
static void dvb_frontend_init(struct dvb_frontend *fe)
drivers/media/dvb-core/dvb_frontend.c
351
void dvb_frontend_reinitialise(struct dvb_frontend *fe)
drivers/media/dvb-core/dvb_frontend.c
363
struct dvb_frontend *fe = fepriv->dvbdev->priv;
drivers/media/dvb-core/dvb_frontend.c
388
static int dvb_frontend_swzigzag_autotune(struct dvb_frontend *fe, int check_wrapped)
drivers/media/dvb-core/dvb_frontend.c
486
static void dvb_frontend_swzigzag(struct dvb_frontend *fe)
drivers/media/dvb-core/dvb_frontend.c
624
static int dvb_frontend_is_exiting(struct dvb_frontend *fe)
drivers/media/dvb-core/dvb_frontend.c
639
static int dvb_frontend_should_wakeup(struct dvb_frontend *fe)
drivers/media/dvb-core/dvb_frontend.c
650
static void dvb_frontend_wakeup(struct dvb_frontend *fe)
drivers/media/dvb-core/dvb_frontend.c
660
struct dvb_frontend *fe = data;
drivers/media/dvb-core/dvb_frontend.c
809
static void dvb_frontend_stop(struct dvb_frontend *fe)
drivers/media/dvb-core/dvb_frontend.c
856
static int dvb_frontend_start(struct dvb_frontend *fe)
drivers/media/dvb-core/dvb_frontend.c
895
static void dvb_frontend_get_frequency_limits(struct dvb_frontend *fe,
drivers/media/dvb-core/dvb_frontend.c
942
static u32 dvb_frontend_get_stepsize(struct dvb_frontend *fe)
drivers/media/dvb-core/dvb_frontend.c
964
static int dvb_frontend_check_parameters(struct dvb_frontend *fe)
drivers/media/dvb-frontends/a8293.c
142
static int a8293_set_voltage_noslew(struct dvb_frontend *fe,
drivers/media/dvb-frontends/a8293.c
193
static int a8293_set_voltage(struct dvb_frontend *fe,
drivers/media/dvb-frontends/a8293.c
217
struct dvb_frontend *fe = pdata->dvb_frontend;
drivers/media/dvb-frontends/a8293.h
25
struct dvb_frontend *dvb_frontend;
drivers/media/dvb-frontends/af9013.c
105
static int af9013_set_frontend(struct dvb_frontend *fe)
drivers/media/dvb-frontends/af9013.c
1163
static int af9013_pid_filter_ctrl(struct dvb_frontend *fe, int onoff)
drivers/media/dvb-frontends/af9013.c
1181
static int af9013_pid_filter(struct dvb_frontend *fe, u8 index, u16 pid,
drivers/media/dvb-frontends/af9013.c
1213
static struct dvb_frontend *af9013_get_dvb_frontend(struct i2c_client *client)
drivers/media/dvb-frontends/af9013.c
17
struct dvb_frontend fe;
drivers/media/dvb-frontends/af9013.c
397
static int af9013_get_frontend(struct dvb_frontend *fe,
drivers/media/dvb-frontends/af9013.c
515
static int af9013_read_status(struct dvb_frontend *fe, enum fe_status *status)
drivers/media/dvb-frontends/af9013.c
793
static int af9013_read_snr(struct dvb_frontend *fe, u16 *snr)
drivers/media/dvb-frontends/af9013.c
802
static int af9013_read_signal_strength(struct dvb_frontend *fe, u16 *strength)
drivers/media/dvb-frontends/af9013.c
811
static int af9013_read_ber(struct dvb_frontend *fe, u32 *ber)
drivers/media/dvb-frontends/af9013.c
820
static int af9013_read_ucblocks(struct dvb_frontend *fe, u32 *ucblocks)
drivers/media/dvb-frontends/af9013.c
829
static int af9013_init(struct dvb_frontend *fe)
drivers/media/dvb-frontends/af9013.c
95
static int af9013_get_tune_settings(struct dvb_frontend *fe,
drivers/media/dvb-frontends/af9013.c
977
static int af9013_sleep(struct dvb_frontend *fe)
drivers/media/dvb-frontends/af9013.h
72
struct dvb_frontend* (*get_dvb_frontend)(struct i2c_client *);
drivers/media/dvb-frontends/af9013.h
74
int (*pid_filter_ctrl)(struct dvb_frontend *, int);
drivers/media/dvb-frontends/af9013.h
75
int (*pid_filter)(struct dvb_frontend *, u8, u16, int);
drivers/media/dvb-frontends/af9033.c
14
struct dvb_frontend fe;
drivers/media/dvb-frontends/af9033.c
304
static int af9033_sleep(struct dvb_frontend *fe)
drivers/media/dvb-frontends/af9033.c
344
static int af9033_get_tune_settings(struct dvb_frontend *fe,
drivers/media/dvb-frontends/af9033.c
355
static int af9033_set_frontend(struct dvb_frontend *fe)
drivers/media/dvb-frontends/af9033.c
486
static int af9033_get_frontend(struct dvb_frontend *fe,
drivers/media/dvb-frontends/af9033.c
612
static int af9033_read_status(struct dvb_frontend *fe, enum fe_status *status)
drivers/media/dvb-frontends/af9033.c
68
static int af9033_init(struct dvb_frontend *fe)
drivers/media/dvb-frontends/af9033.c
819
static int af9033_read_snr(struct dvb_frontend *fe, u16 *snr)
drivers/media/dvb-frontends/af9033.c
870
static int af9033_read_signal_strength(struct dvb_frontend *fe, u16 *strength)
drivers/media/dvb-frontends/af9033.c
927
static int af9033_read_ber(struct dvb_frontend *fe, u32 *ber)
drivers/media/dvb-frontends/af9033.c
937
static int af9033_read_ucblocks(struct dvb_frontend *fe, u32 *ucblocks)
drivers/media/dvb-frontends/af9033.c
946
static int af9033_i2c_gate_ctrl(struct dvb_frontend *fe, int enable)
drivers/media/dvb-frontends/af9033.c
964
static int af9033_pid_filter_ctrl(struct dvb_frontend *fe, int onoff)
drivers/media/dvb-frontends/af9033.c
982
static int af9033_pid_filter(struct dvb_frontend *fe, int index, u16 pid,
drivers/media/dvb-frontends/af9033.h
76
struct dvb_frontend **fe;
drivers/media/dvb-frontends/af9033.h
86
int (*pid_filter_ctrl)(struct dvb_frontend *fe, int onoff);
drivers/media/dvb-frontends/af9033.h
87
int (*pid_filter)(struct dvb_frontend *fe, int index, u16 pid,
drivers/media/dvb-frontends/as102_fe.c
13
struct dvb_frontend frontend;
drivers/media/dvb-frontends/as102_fe.c
184
static int as102_fe_get_frontend(struct dvb_frontend *fe,
drivers/media/dvb-frontends/as102_fe.c
292
static int as102_fe_get_tune_settings(struct dvb_frontend *fe,
drivers/media/dvb-frontends/as102_fe.c
301
static int as102_fe_read_status(struct dvb_frontend *fe, enum fe_status *status)
drivers/media/dvb-frontends/as102_fe.c
354
static int as102_fe_read_snr(struct dvb_frontend *fe, u16 *snr)
drivers/media/dvb-frontends/as102_fe.c
363
static int as102_fe_read_ber(struct dvb_frontend *fe, u32 *ber)
drivers/media/dvb-frontends/as102_fe.c
372
static int as102_fe_read_signal_strength(struct dvb_frontend *fe,
drivers/media/dvb-frontends/as102_fe.c
382
static int as102_fe_read_ucblocks(struct dvb_frontend *fe, u32 *ucblocks)
drivers/media/dvb-frontends/as102_fe.c
394
static int as102_fe_ts_bus_ctrl(struct dvb_frontend *fe, int acquire)
drivers/media/dvb-frontends/as102_fe.c
402
static void as102_fe_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/as102_fe.c
442
struct dvb_frontend *as102_attach(const char *name,
drivers/media/dvb-frontends/as102_fe.c
448
struct dvb_frontend *fe;
drivers/media/dvb-frontends/as102_fe.c
54
static int as102_fe_set_frontend(struct dvb_frontend *fe)
drivers/media/dvb-frontends/as102_fe.h
17
struct dvb_frontend *as102_attach(const char *name,
drivers/media/dvb-frontends/ascot2e.c
242
static int ascot2e_init(struct dvb_frontend *fe)
drivers/media/dvb-frontends/ascot2e.c
250
static void ascot2e_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/ascot2e.c
259
static int ascot2e_sleep(struct dvb_frontend *fe)
drivers/media/dvb-frontends/ascot2e.c
268
static enum ascot2e_tv_system_t ascot2e_get_tv_system(struct dvb_frontend *fe)
drivers/media/dvb-frontends/ascot2e.c
312
static int ascot2e_set_params(struct dvb_frontend *fe)
drivers/media/dvb-frontends/ascot2e.c
451
static int ascot2e_get_frequency(struct dvb_frontend *fe, u32 *frequency)
drivers/media/dvb-frontends/ascot2e.c
473
struct dvb_frontend *ascot2e_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/ascot2e.h
44
extern struct dvb_frontend *ascot2e_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/ascot2e.h
48
static inline struct dvb_frontend *ascot2e_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/atbm8830.c
217
static int atbm8830_init(struct dvb_frontend *fe)
drivers/media/dvb-frontends/atbm8830.c
249
static void atbm8830_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/atbm8830.c
257
static int atbm8830_set_fe(struct dvb_frontend *fe)
drivers/media/dvb-frontends/atbm8830.c
287
static int atbm8830_get_fe(struct dvb_frontend *fe,
drivers/media/dvb-frontends/atbm8830.c
316
static int atbm8830_get_tune_settings(struct dvb_frontend *fe,
drivers/media/dvb-frontends/atbm8830.c
325
static int atbm8830_read_status(struct dvb_frontend *fe,
drivers/media/dvb-frontends/atbm8830.c
348
static int atbm8830_read_ber(struct dvb_frontend *fe, u32 *ber)
drivers/media/dvb-frontends/atbm8830.c
372
static int atbm8830_read_signal_strength(struct dvb_frontend *fe, u16 *signal)
drivers/media/dvb-frontends/atbm8830.c
397
static int atbm8830_read_snr(struct dvb_frontend *fe, u16 *snr)
drivers/media/dvb-frontends/atbm8830.c
404
static int atbm8830_read_ucblocks(struct dvb_frontend *fe, u32 *ucblocks)
drivers/media/dvb-frontends/atbm8830.c
411
static int atbm8830_i2c_gate_ctrl(struct dvb_frontend *fe, int enable)
drivers/media/dvb-frontends/atbm8830.c
450
struct dvb_frontend *atbm8830_attach(const struct atbm8830_config *config,
drivers/media/dvb-frontends/atbm8830.h
51
extern struct dvb_frontend *atbm8830_attach(const struct atbm8830_config *config,
drivers/media/dvb-frontends/atbm8830.h
55
struct dvb_frontend *atbm8830_attach(const struct atbm8830_config *config,
drivers/media/dvb-frontends/atbm8830_priv.h
16
struct dvb_frontend frontend;
drivers/media/dvb-frontends/au8522.h
52
extern struct dvb_frontend *au8522_attach(const struct au8522_config *config,
drivers/media/dvb-frontends/au8522.h
56
struct dvb_frontend *au8522_attach(const struct au8522_config *config,
drivers/media/dvb-frontends/au8522_common.c
214
int au8522_init(struct dvb_frontend *fe)
drivers/media/dvb-frontends/au8522_common.c
235
int au8522_sleep(struct dvb_frontend *fe)
drivers/media/dvb-frontends/au8522_common.c
69
int au8522_i2c_gate_ctrl(struct dvb_frontend *fe, int enable)
drivers/media/dvb-frontends/au8522_common.c
90
int au8522_analog_i2c_gate_ctrl(struct dvb_frontend *fe, int enable)
drivers/media/dvb-frontends/au8522_dig.c
232
static int au8522_set_if(struct dvb_frontend *fe, enum au8522_if_freq if_freq)
drivers/media/dvb-frontends/au8522_dig.c
541
static int au8522_enable_modulation(struct dvb_frontend *fe,
drivers/media/dvb-frontends/au8522_dig.c
596
static int au8522_set_frontend(struct dvb_frontend *fe)
drivers/media/dvb-frontends/au8522_dig.c
634
static int au8522_read_status(struct dvb_frontend *fe, enum fe_status *status)
drivers/media/dvb-frontends/au8522_dig.c
725
static int au8522_read_snr(struct dvb_frontend *fe, u16 *snr)
drivers/media/dvb-frontends/au8522_dig.c
754
static int au8522_read_signal_strength(struct dvb_frontend *fe,
drivers/media/dvb-frontends/au8522_dig.c
789
static int au8522_read_ucblocks(struct dvb_frontend *fe, u32 *ucblocks)
drivers/media/dvb-frontends/au8522_dig.c
801
static int au8522_read_ber(struct dvb_frontend *fe, u32 *ber)
drivers/media/dvb-frontends/au8522_dig.c
806
static int au8522_get_frontend(struct dvb_frontend *fe,
drivers/media/dvb-frontends/au8522_dig.c
817
static int au8522_get_tune_settings(struct dvb_frontend *fe,
drivers/media/dvb-frontends/au8522_dig.c
827
static void au8522_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/au8522_dig.c
833
struct dvb_frontend *au8522_attach(const struct au8522_config *config,
drivers/media/dvb-frontends/au8522_priv.h
51
struct dvb_frontend frontend;
drivers/media/dvb-frontends/au8522_priv.h
77
int au8522_init(struct dvb_frontend *fe);
drivers/media/dvb-frontends/au8522_priv.h
78
int au8522_sleep(struct dvb_frontend *fe);
drivers/media/dvb-frontends/au8522_priv.h
83
int au8522_i2c_gate_ctrl(struct dvb_frontend *fe, int enable);
drivers/media/dvb-frontends/au8522_priv.h
84
int au8522_analog_i2c_gate_ctrl(struct dvb_frontend *fe, int enable);
drivers/media/dvb-frontends/bcm3510.c
292
static int bcm3510_read_status(struct dvb_frontend *fe, enum fe_status *status)
drivers/media/dvb-frontends/bcm3510.c
316
static int bcm3510_read_ber(struct dvb_frontend* fe, u32* ber)
drivers/media/dvb-frontends/bcm3510.c
325
static int bcm3510_read_unc(struct dvb_frontend* fe, u32* unc)
drivers/media/dvb-frontends/bcm3510.c
333
static int bcm3510_read_signal_strength(struct dvb_frontend* fe, u16* strength)
drivers/media/dvb-frontends/bcm3510.c
353
static int bcm3510_read_snr(struct dvb_frontend* fe, u16* snr)
drivers/media/dvb-frontends/bcm3510.c
495
static int bcm3510_set_frontend(struct dvb_frontend *fe)
drivers/media/dvb-frontends/bcm3510.c
54
struct dvb_frontend frontend;
drivers/media/dvb-frontends/bcm3510.c
585
static int bcm3510_sleep(struct dvb_frontend* fe)
drivers/media/dvb-frontends/bcm3510.c
590
static int bcm3510_get_tune_settings(struct dvb_frontend *fe, struct dvb_frontend_tune_settings *s)
drivers/media/dvb-frontends/bcm3510.c
598
static void bcm3510_release(struct dvb_frontend* fe)
drivers/media/dvb-frontends/bcm3510.c
630
static int bcm3510_download_firmware(struct dvb_frontend* fe)
drivers/media/dvb-frontends/bcm3510.c
760
static int bcm3510_init(struct dvb_frontend* fe)
drivers/media/dvb-frontends/bcm3510.c
796
struct dvb_frontend* bcm3510_attach(const struct bcm3510_config *config,
drivers/media/dvb-frontends/bcm3510.h
21
int (*request_firmware)(struct dvb_frontend* fe, const struct firmware **fw, char* name);
drivers/media/dvb-frontends/bcm3510.h
25
extern struct dvb_frontend* bcm3510_attach(const struct bcm3510_config* config,
drivers/media/dvb-frontends/bcm3510.h
28
static inline struct dvb_frontend* bcm3510_attach(const struct bcm3510_config* config,
drivers/media/dvb-frontends/bsbe1.h
34
static int alps_bsbe1_set_symbol_rate(struct dvb_frontend* fe, u32 srate, u32 ratio)
drivers/media/dvb-frontends/bsbe1.h
55
static int alps_bsbe1_tuner_set_params(struct dvb_frontend *fe)
drivers/media/dvb-frontends/bsru6.h
53
static int alps_bsru6_set_symbol_rate(struct dvb_frontend *fe, u32 srate, u32 ratio)
drivers/media/dvb-frontends/bsru6.h
87
static int alps_bsru6_tuner_set_params(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cx22700.c
225
static int cx22700_init (struct dvb_frontend* fe)
drivers/media/dvb-frontends/cx22700.c
245
static int cx22700_read_status(struct dvb_frontend *fe, enum fe_status *status)
drivers/media/dvb-frontends/cx22700.c
26
struct dvb_frontend frontend;
drivers/media/dvb-frontends/cx22700.c
273
static int cx22700_read_ber(struct dvb_frontend* fe, u32* ber)
drivers/media/dvb-frontends/cx22700.c
283
static int cx22700_read_signal_strength(struct dvb_frontend* fe, u16* signal_strength)
drivers/media/dvb-frontends/cx22700.c
294
static int cx22700_read_snr(struct dvb_frontend* fe, u16* snr)
drivers/media/dvb-frontends/cx22700.c
305
static int cx22700_read_ucblocks(struct dvb_frontend* fe, u32* ucblocks)
drivers/media/dvb-frontends/cx22700.c
315
static int cx22700_set_frontend(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cx22700.c
336
static int cx22700_get_frontend(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cx22700.c
346
static int cx22700_i2c_gate_ctrl(struct dvb_frontend* fe, int enable)
drivers/media/dvb-frontends/cx22700.c
357
static int cx22700_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings* fesettings)
drivers/media/dvb-frontends/cx22700.c
365
static void cx22700_release(struct dvb_frontend* fe)
drivers/media/dvb-frontends/cx22700.c
373
struct dvb_frontend* cx22700_attach(const struct cx22700_config* config,
drivers/media/dvb-frontends/cx22700.h
23
extern struct dvb_frontend* cx22700_attach(const struct cx22700_config* config,
drivers/media/dvb-frontends/cx22700.h
26
static inline struct dvb_frontend* cx22700_attach(const struct cx22700_config* config,
drivers/media/dvb-frontends/cx22702.c
236
static int cx22702_i2c_gate_ctrl(struct dvb_frontend *fe, int enable)
drivers/media/dvb-frontends/cx22702.c
251
static int cx22702_set_tps(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cx22702.c
32
struct dvb_frontend frontend;
drivers/media/dvb-frontends/cx22702.c
423
static int cx22702_init(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cx22702.c
443
static int cx22702_read_status(struct dvb_frontend *fe, enum fe_status *status)
drivers/media/dvb-frontends/cx22702.c
472
static int cx22702_read_ber(struct dvb_frontend *fe, u32 *ber)
drivers/media/dvb-frontends/cx22702.c
489
static int cx22702_read_signal_strength(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cx22702.c
517
static int cx22702_read_snr(struct dvb_frontend *fe, u16 *snr)
drivers/media/dvb-frontends/cx22702.c
536
static int cx22702_read_ucblocks(struct dvb_frontend *fe, u32 *ucblocks)
drivers/media/dvb-frontends/cx22702.c
553
static int cx22702_get_frontend(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cx22702.c
564
static int cx22702_get_tune_settings(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cx22702.c
571
static void cx22702_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cx22702.c
579
struct dvb_frontend *cx22702_attach(const struct cx22702_config *config,
drivers/media/dvb-frontends/cx22702.h
32
extern struct dvb_frontend *cx22702_attach(
drivers/media/dvb-frontends/cx22702.h
36
static inline struct dvb_frontend *cx22702_attach(
drivers/media/dvb-frontends/cx24110.c
27
struct dvb_frontend frontend;
drivers/media/dvb-frontends/cx24110.c
299
static int _cx24110_pll_write (struct dvb_frontend* fe, const u8 buf[], int len)
drivers/media/dvb-frontends/cx24110.c
341
static int cx24110_initfe(struct dvb_frontend* fe)
drivers/media/dvb-frontends/cx24110.c
356
static int cx24110_set_voltage(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cx24110.c
371
static int cx24110_diseqc_send_burst(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cx24110.c
398
static int cx24110_send_diseqc_msg(struct dvb_frontend* fe,
drivers/media/dvb-frontends/cx24110.c
427
static int cx24110_read_status(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cx24110.c
456
static int cx24110_read_ber(struct dvb_frontend* fe, u32* ber)
drivers/media/dvb-frontends/cx24110.c
474
static int cx24110_read_signal_strength(struct dvb_frontend* fe, u16* signal_strength)
drivers/media/dvb-frontends/cx24110.c
485
static int cx24110_read_snr(struct dvb_frontend* fe, u16* snr)
drivers/media/dvb-frontends/cx24110.c
501
static int cx24110_read_ucblocks(struct dvb_frontend* fe, u32* ucblocks)
drivers/media/dvb-frontends/cx24110.c
522
static int cx24110_set_frontend(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cx24110.c
540
static int cx24110_get_frontend(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cx24110.c
568
static int cx24110_set_tone(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cx24110.c
576
static void cx24110_release(struct dvb_frontend* fe)
drivers/media/dvb-frontends/cx24110.c
584
struct dvb_frontend* cx24110_attach(const struct cx24110_config* config,
drivers/media/dvb-frontends/cx24110.h
23
static inline int cx24110_pll_write(struct dvb_frontend *fe, u32 val)
drivers/media/dvb-frontends/cx24110.h
37
extern struct dvb_frontend *cx24110_attach(const struct cx24110_config *config,
drivers/media/dvb-frontends/cx24110.h
40
static inline struct dvb_frontend *cx24110_attach(const struct cx24110_config *config,
drivers/media/dvb-frontends/cx24113.c
271
static int cx24113_get_status(struct dvb_frontend *fe, u32 *status)
drivers/media/dvb-frontends/cx24113.c
411
static int cx24113_init(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cx24113.c
465
static int cx24113_set_params(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cx24113.c
489
void cx24113_agc_callback(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cx24113.c
509
static int cx24113_get_frequency(struct dvb_frontend *fe, u32 *frequency)
drivers/media/dvb-frontends/cx24113.c
516
static void cx24113_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cx24113.c
541
struct dvb_frontend *cx24113_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cx24113.h
11
struct dvb_frontend;
drivers/media/dvb-frontends/cx24113.h
20
extern struct dvb_frontend *cx24113_attach(struct dvb_frontend *,
drivers/media/dvb-frontends/cx24113.h
23
extern void cx24113_agc_callback(struct dvb_frontend *fe);
drivers/media/dvb-frontends/cx24113.h
25
static inline struct dvb_frontend *cx24113_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cx24113.h
32
static inline void cx24113_agc_callback(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cx24116.c
1048
static int cx24116_diseqc_send_burst(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cx24116.c
1101
static void cx24116_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cx24116.c
1110
struct dvb_frontend *cx24116_attach(const struct cx24116_config *config,
drivers/media/dvb-frontends/cx24116.c
1148
static int cx24116_initfe(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cx24116.c
1180
static int cx24116_sleep(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cx24116.c
1207
static int cx24116_set_frontend(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cx24116.c
1432
static int cx24116_tune(struct dvb_frontend *fe, bool re_tune,
drivers/media/dvb-frontends/cx24116.c
1452
static enum dvbfe_algo cx24116_get_algo(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cx24116.c
177
struct dvb_frontend frontend;
drivers/media/dvb-frontends/cx24116.c
460
static int cx24116_load_firmware(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cx24116.c
463
static int cx24116_firmware_ondemand(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cx24116.c
514
static int cx24116_cmd_execute(struct dvb_frontend *fe, struct cx24116_cmd *cmd)
drivers/media/dvb-frontends/cx24116.c
550
static int cx24116_load_firmware(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cx24116.c
672
static int cx24116_read_status(struct dvb_frontend *fe, enum fe_status *status)
drivers/media/dvb-frontends/cx24116.c
695
static int cx24116_read_ber(struct dvb_frontend *fe, u32 *ber)
drivers/media/dvb-frontends/cx24116.c
710
static int cx24116_read_signal_strength(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cx24116.c
740
static int cx24116_read_snr_pct(struct dvb_frontend *fe, u16 *snr)
drivers/media/dvb-frontends/cx24116.c
775
static int cx24116_read_snr_esno(struct dvb_frontend *fe, u16 *snr)
drivers/media/dvb-frontends/cx24116.c
789
static int cx24116_read_snr(struct dvb_frontend *fe, u16 *snr)
drivers/media/dvb-frontends/cx24116.c
797
static int cx24116_read_ucblocks(struct dvb_frontend *fe, u32 *ucblocks)
drivers/media/dvb-frontends/cx24116.c
810
static void cx24116_clone_params(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cx24116.c
817
static int cx24116_wait_for_lnb(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cx24116.c
837
static int cx24116_set_voltage(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cx24116.c
865
static int cx24116_set_tone(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cx24116.c
909
static int cx24116_diseqc_init(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cx24116.c
951
static int cx24116_send_diseqc_msg(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cx24116.h
19
int (*set_ts_params)(struct dvb_frontend *fe, int is_punctured);
drivers/media/dvb-frontends/cx24116.h
22
int (*reset_device)(struct dvb_frontend *fe);
drivers/media/dvb-frontends/cx24116.h
32
extern struct dvb_frontend *cx24116_attach(
drivers/media/dvb-frontends/cx24116.h
36
static inline struct dvb_frontend *cx24116_attach(
drivers/media/dvb-frontends/cx24117.c
1024
static int cx24117_send_diseqc_msg(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cx24117.c
1106
static int cx24117_diseqc_send_burst(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cx24117.c
1148
static void cx24117_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cx24117.c
1159
struct dvb_frontend *cx24117_attach(const struct cx24117_config *config,
drivers/media/dvb-frontends/cx24117.c
1216
static int cx24117_initfe(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cx24117.c
1276
static int cx24117_sleep(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cx24117.c
1295
static int cx24117_set_frontend(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cx24117.c
1530
static int cx24117_tune(struct dvb_frontend *fe, bool re_tune,
drivers/media/dvb-frontends/cx24117.c
1547
static enum dvbfe_algo cx24117_get_algo(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cx24117.c
1552
static int cx24117_get_frontend(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cx24117.c
199
struct dvb_frontend frontend;
drivers/media/dvb-frontends/cx24117.c
437
static int cx24117_load_firmware(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cx24117.c
440
static int cx24117_firmware_ondemand(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cx24117.c
494
static int cx24117_cmd_execute_nolock(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cx24117.c
527
static int cx24117_cmd_execute(struct dvb_frontend *fe, struct cx24117_cmd *cmd)
drivers/media/dvb-frontends/cx24117.c
539
static int cx24117_load_firmware(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cx24117.c
732
static int cx24117_read_status(struct dvb_frontend *fe, enum fe_status *status)
drivers/media/dvb-frontends/cx24117.c
759
static int cx24117_read_ber(struct dvb_frontend *fe, u32 *ber)
drivers/media/dvb-frontends/cx24117.c
781
static int cx24117_read_signal_strength(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cx24117.c
814
static int cx24117_read_snr(struct dvb_frontend *fe, u16 *snr)
drivers/media/dvb-frontends/cx24117.c
835
static int cx24117_read_ucblocks(struct dvb_frontend *fe, u32 *ucblocks)
drivers/media/dvb-frontends/cx24117.c
867
static void cx24117_clone_params(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cx24117.c
874
static int cx24117_wait_for_lnb(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cx24117.c
898
static int cx24117_set_voltage(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cx24117.c
950
static int cx24117_set_tone(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cx24117.c
994
static int cx24117_diseqc_init(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cx24117.h
21
extern struct dvb_frontend *cx24117_attach(
drivers/media/dvb-frontends/cx24117.h
25
static inline struct dvb_frontend *cx24117_attach(
drivers/media/dvb-frontends/cx24120.c
1127
static void cx24120_clone_params(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cx24120.c
1134
static int cx24120_set_frontend(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cx24120.c
1269
static int cx24120_init(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cx24120.c
133
struct dvb_frontend frontend;
drivers/media/dvb-frontends/cx24120.c
1469
static int cx24120_tune(struct dvb_frontend *fe, bool re_tune,
drivers/media/dvb-frontends/cx24120.c
1489
static enum dvbfe_algo cx24120_get_algo(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cx24120.c
1494
static int cx24120_sleep(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cx24120.c
1499
static int cx24120_get_frontend(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cx24120.c
1526
static void cx24120_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cx24120.c
1534
static int cx24120_read_ucblocks(struct dvb_frontend *fe, u32 *ucblocks)
drivers/media/dvb-frontends/cx24120.c
264
struct dvb_frontend *cx24120_attach(const struct cx24120_config *config,
drivers/media/dvb-frontends/cx24120.c
322
static int cx24120_read_snr(struct dvb_frontend *fe, u16 *snr)
drivers/media/dvb-frontends/cx24120.c
334
static int cx24120_read_ber(struct dvb_frontend *fe, u32 *ber)
drivers/media/dvb-frontends/cx24120.c
427
static int cx24120_read_signal_strength(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cx24120.c
486
static int cx24120_diseqc_send_burst(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cx24120.c
509
static int cx24120_set_tone(struct dvb_frontend *fe, enum fe_sec_tone_mode tone)
drivers/media/dvb-frontends/cx24120.c
531
static int cx24120_set_voltage(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cx24120.c
547
static int cx24120_send_diseqc_msg(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cx24120.c
607
struct dvb_frontend *fe = &state->frontend;
drivers/media/dvb-frontends/cx24120.c
706
static void cx24120_set_clock_ratios(struct dvb_frontend *fe);
drivers/media/dvb-frontends/cx24120.c
709
static int cx24120_read_status(struct dvb_frontend *fe, enum fe_status *status)
drivers/media/dvb-frontends/cx24120.c
795
static int cx24120_get_fec(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cx24120.c
836
struct dvb_frontend *fe = &state->frontend;
drivers/media/dvb-frontends/cx24120.c
914
static void cx24120_set_clock_ratios(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cx24120.h
28
int (*request_firmware)(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cx24120.h
36
struct dvb_frontend *cx24120_attach(const struct cx24120_config *config,
drivers/media/dvb-frontends/cx24120.h
40
struct dvb_frontend *cx24120_attach(const struct cx24120_config *config,
drivers/media/dvb-frontends/cx24123.c
1004
static void cx24123_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cx24123.c
1032
cx24123_get_tuner_i2c_adapter(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cx24123.c
1041
struct dvb_frontend *cx24123_attach(const struct cx24123_config *config,
drivers/media/dvb-frontends/cx24123.c
47
struct dvb_frontend frontend;
drivers/media/dvb-frontends/cx24123.c
502
static int cx24123_pll_calculate(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cx24123.c
577
static int cx24123_pll_writereg(struct dvb_frontend *fe, u32 data)
drivers/media/dvb-frontends/cx24123.c
634
static int cx24123_pll_tune(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cx24123.c
686
static int cx24123_initfe(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cx24123.c
709
static int cx24123_set_voltage(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cx24123.c
748
static int cx24123_send_diseqc_msg(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cx24123.c
784
static int cx24123_diseqc_send_burst(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cx24123.c
821
static int cx24123_read_status(struct dvb_frontend *fe, enum fe_status *status)
drivers/media/dvb-frontends/cx24123.c
858
static int cx24123_read_ber(struct dvb_frontend *fe, u32 *ber)
drivers/media/dvb-frontends/cx24123.c
873
static int cx24123_read_signal_strength(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cx24123.c
886
static int cx24123_read_snr(struct dvb_frontend *fe, u16 *snr)
drivers/media/dvb-frontends/cx24123.c
900
static int cx24123_set_frontend(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cx24123.c
935
static int cx24123_get_frontend(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cx24123.c
956
static int cx24123_set_tone(struct dvb_frontend *fe, enum fe_sec_tone_mode tone)
drivers/media/dvb-frontends/cx24123.c
981
static int cx24123_tune(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cx24123.c
999
static enum dvbfe_algo cx24123_get_algo(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cx24123.h
19
int (*set_ts_params)(struct dvb_frontend *fe, int is_punctured);
drivers/media/dvb-frontends/cx24123.h
26
void (*agc_callback) (struct dvb_frontend *);
drivers/media/dvb-frontends/cx24123.h
30
extern struct dvb_frontend *cx24123_attach(const struct cx24123_config *config,
drivers/media/dvb-frontends/cx24123.h
32
extern struct i2c_adapter *cx24123_get_tuner_i2c_adapter(struct dvb_frontend *);
drivers/media/dvb-frontends/cx24123.h
34
static inline struct dvb_frontend *cx24123_attach(
drivers/media/dvb-frontends/cx24123.h
41
cx24123_get_tuner_i2c_adapter(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cxd2820r.h
110
extern struct dvb_frontend *cxd2820r_attach(
drivers/media/dvb-frontends/cxd2820r.h
116
static inline struct dvb_frontend *cxd2820r_attach(
drivers/media/dvb-frontends/cxd2820r.h
46
struct dvb_frontend* (*get_dvb_frontend)(struct i2c_client *);
drivers/media/dvb-frontends/cxd2820r_c.c
11
int cxd2820r_set_frontend_c(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cxd2820r_c.c
142
int cxd2820r_read_status_c(struct dvb_frontend *fe, enum fe_status *status)
drivers/media/dvb-frontends/cxd2820r_c.c
278
int cxd2820r_init_c(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cxd2820r_c.c
296
int cxd2820r_sleep_c(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cxd2820r_c.c
323
int cxd2820r_get_tune_settings_c(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cxd2820r_c.c
88
int cxd2820r_get_frontend_c(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cxd2820r_core.c
104
static int cxd2820r_set_frontend(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cxd2820r_core.c
147
static int cxd2820r_read_status(struct dvb_frontend *fe, enum fe_status *status)
drivers/media/dvb-frontends/cxd2820r_core.c
173
static int cxd2820r_get_frontend(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cxd2820r_core.c
203
static int cxd2820r_read_ber(struct dvb_frontend *fe, u32 *ber)
drivers/media/dvb-frontends/cxd2820r_core.c
217
static int cxd2820r_read_signal_strength(struct dvb_frontend *fe, u16 *strength)
drivers/media/dvb-frontends/cxd2820r_core.c
233
static int cxd2820r_read_snr(struct dvb_frontend *fe, u16 *snr)
drivers/media/dvb-frontends/cxd2820r_core.c
249
static int cxd2820r_read_ucblocks(struct dvb_frontend *fe, u32 *ucblocks)
drivers/media/dvb-frontends/cxd2820r_core.c
262
static int cxd2820r_init(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cxd2820r_core.c
267
static int cxd2820r_sleep(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cxd2820r_core.c
293
static int cxd2820r_get_tune_settings(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cxd2820r_core.c
320
static enum dvbfe_search cxd2820r_search(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cxd2820r_core.c
393
static enum dvbfe_algo cxd2820r_get_frontend_algo(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cxd2820r_core.c
398
static void cxd2820r_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cxd2820r_core.c
410
static int cxd2820r_i2c_gate_ctrl(struct dvb_frontend *fe, int enable)
drivers/media/dvb-frontends/cxd2820r_core.c
46
int cxd2820r_gpio(struct dvb_frontend *fe, u8 *gpio)
drivers/media/dvb-frontends/cxd2820r_core.c
514
struct dvb_frontend *cxd2820r_attach(const struct cxd2820r_config *config,
drivers/media/dvb-frontends/cxd2820r_core.c
541
static struct dvb_frontend *cxd2820r_get_dvb_frontend(struct i2c_client *client)
drivers/media/dvb-frontends/cxd2820r_priv.h
101
int cxd2820r_init_t(struct dvb_frontend *fe);
drivers/media/dvb-frontends/cxd2820r_priv.h
103
int cxd2820r_sleep_t(struct dvb_frontend *fe);
drivers/media/dvb-frontends/cxd2820r_priv.h
105
int cxd2820r_get_tune_settings_t(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cxd2820r_priv.h
110
int cxd2820r_get_frontend_t2(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cxd2820r_priv.h
113
int cxd2820r_set_frontend_t2(struct dvb_frontend *fe);
drivers/media/dvb-frontends/cxd2820r_priv.h
115
int cxd2820r_read_status_t2(struct dvb_frontend *fe, enum fe_status *status);
drivers/media/dvb-frontends/cxd2820r_priv.h
117
int cxd2820r_init_t2(struct dvb_frontend *fe);
drivers/media/dvb-frontends/cxd2820r_priv.h
119
int cxd2820r_sleep_t2(struct dvb_frontend *fe);
drivers/media/dvb-frontends/cxd2820r_priv.h
121
int cxd2820r_get_tune_settings_t2(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cxd2820r_priv.h
32
struct dvb_frontend fe;
drivers/media/dvb-frontends/cxd2820r_priv.h
55
int cxd2820r_gpio(struct dvb_frontend *fe, u8 *gpio);
drivers/media/dvb-frontends/cxd2820r_priv.h
78
int cxd2820r_get_frontend_c(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cxd2820r_priv.h
81
int cxd2820r_set_frontend_c(struct dvb_frontend *fe);
drivers/media/dvb-frontends/cxd2820r_priv.h
83
int cxd2820r_read_status_c(struct dvb_frontend *fe, enum fe_status *status);
drivers/media/dvb-frontends/cxd2820r_priv.h
85
int cxd2820r_init_c(struct dvb_frontend *fe);
drivers/media/dvb-frontends/cxd2820r_priv.h
87
int cxd2820r_sleep_c(struct dvb_frontend *fe);
drivers/media/dvb-frontends/cxd2820r_priv.h
89
int cxd2820r_get_tune_settings_c(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cxd2820r_priv.h
94
int cxd2820r_get_frontend_t(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cxd2820r_priv.h
97
int cxd2820r_set_frontend_t(struct dvb_frontend *fe);
drivers/media/dvb-frontends/cxd2820r_priv.h
99
int cxd2820r_read_status_t(struct dvb_frontend *fe, enum fe_status *status);
drivers/media/dvb-frontends/cxd2820r_t.c
11
int cxd2820r_set_frontend_t(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cxd2820r_t.c
126
int cxd2820r_get_frontend_t(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cxd2820r_t.c
247
int cxd2820r_read_status_t(struct dvb_frontend *fe, enum fe_status *status)
drivers/media/dvb-frontends/cxd2820r_t.c
372
int cxd2820r_init_t(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cxd2820r_t.c
390
int cxd2820r_sleep_t(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cxd2820r_t.c
417
int cxd2820r_get_tune_settings_t(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cxd2820r_t2.c
11
int cxd2820r_set_frontend_t2(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cxd2820r_t2.c
156
int cxd2820r_get_frontend_t2(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cxd2820r_t2.c
275
int cxd2820r_read_status_t2(struct dvb_frontend *fe, enum fe_status *status)
drivers/media/dvb-frontends/cxd2820r_t2.c
384
int cxd2820r_sleep_t2(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cxd2820r_t2.c
412
int cxd2820r_get_tune_settings_t2(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cxd2841er.c
1066
static int cxd2841er_read_status_tc(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cxd2841er.c
1935
static void cxd2841er_read_ber(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cxd2841er.c
1981
static void cxd2841er_read_signal_strength(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cxd2841er.c
2031
static void cxd2841er_read_snr(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cxd2841er.c
2076
static void cxd2841er_read_ucblocks(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cxd2841er.c
3262
static int cxd2841er_get_frontend(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cxd2841er.c
3299
static int cxd2841er_set_frontend_s(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cxd2841er.c
337
static int cxd2841er_tuner_set(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cxd2841er.c
3373
static int cxd2841er_set_frontend_tc(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cxd2841er.c
3501
static int cxd2841er_tune_s(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cxd2841er.c
3531
static int cxd2841er_tune_tc(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cxd2841er.c
3595
static int cxd2841er_sleep_s(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cxd2841er.c
3605
static int cxd2841er_sleep_tc(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cxd2841er.c
3639
static int cxd2841er_shutdown_tc(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cxd2841er.c
3650
static int cxd2841er_send_burst(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cxd2841er.c
3671
static int cxd2841er_set_tone(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cxd2841er.c
3691
static int cxd2841er_send_diseqc_msg(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cxd2841er.c
3736
static void cxd2841er_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cxd2841er.c
3744
static int cxd2841er_i2c_gate_ctrl(struct dvb_frontend *fe, int enable)
drivers/media/dvb-frontends/cxd2841er.c
3754
static enum dvbfe_algo cxd2841er_get_algo(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cxd2841er.c
3762
static void cxd2841er_init_stats(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cxd2841er.c
3779
static int cxd2841er_init_s(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cxd2841er.c
3806
static int cxd2841er_init_tc(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cxd2841er.c
3837
static struct dvb_frontend *cxd2841er_attach(struct cxd2841er_config *cfg,
drivers/media/dvb-frontends/cxd2841er.c
3925
struct dvb_frontend *cxd2841er_attach_s(struct cxd2841er_config *cfg,
drivers/media/dvb-frontends/cxd2841er.c
3932
struct dvb_frontend *cxd2841er_attach_t_c(struct cxd2841er_config *cfg,
drivers/media/dvb-frontends/cxd2841er.c
481
static int cxd2841er_sleep_tc(struct dvb_frontend *fe);
drivers/media/dvb-frontends/cxd2841er.c
53
struct dvb_frontend frontend;
drivers/media/dvb-frontends/cxd2841er.c
968
static int cxd2841er_read_status_s(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cxd2841er.h
40
extern struct dvb_frontend *cxd2841er_attach_s(struct cxd2841er_config *cfg,
drivers/media/dvb-frontends/cxd2841er.h
43
extern struct dvb_frontend *cxd2841er_attach_t_c(struct cxd2841er_config *cfg,
drivers/media/dvb-frontends/cxd2841er.h
46
static inline struct dvb_frontend *cxd2841er_attach_s(
drivers/media/dvb-frontends/cxd2841er.h
54
static inline struct dvb_frontend *cxd2841er_attach_t_c(
drivers/media/dvb-frontends/cxd2880/cxd2880.h
18
extern struct dvb_frontend *cxd2880_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cxd2880/cxd2880.h
21
static inline struct dvb_frontend *cxd2880_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cxd2880/cxd2880_top.c
1034
static int cxd2880_set_frontend(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cxd2880/cxd2880_top.c
1120
static int cxd2880_get_stats(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cxd2880/cxd2880_top.c
1264
static int cxd2880_check_l1post_plp(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cxd2880/cxd2880_top.c
1302
static int cxd2880_read_status(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cxd2880/cxd2880_top.c
1381
static int cxd2880_tune(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cxd2880/cxd2880_top.c
1407
static int cxd2880_get_frontend_t(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cxd2880/cxd2880_top.c
1608
static int cxd2880_get_frontend_t2(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cxd2880/cxd2880_top.c
1802
static int cxd2880_get_frontend(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cxd2880/cxd2880_top.c
1828
static enum dvbfe_algo cxd2880_get_frontend_algo(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cxd2880/cxd2880_top.c
1876
struct dvb_frontend *cxd2880_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cxd2880/cxd2880_top.c
475
static void cxd2880_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cxd2880/cxd2880_top.c
487
static int cxd2880_init(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cxd2880/cxd2880_top.c
539
static int cxd2880_sleep(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cxd2880/cxd2880_top.c
560
static int cxd2880_read_signal_strength(struct dvb_frontend *fe,
drivers/media/dvb-frontends/cxd2880/cxd2880_top.c
603
static int cxd2880_read_snr(struct dvb_frontend *fe, u16 *snr)
drivers/media/dvb-frontends/cxd2880/cxd2880_top.c
642
static int cxd2880_read_ucblocks(struct dvb_frontend *fe, u32 *ucblocks)
drivers/media/dvb-frontends/cxd2880/cxd2880_top.c
676
static int cxd2880_read_ber(struct dvb_frontend *fe, u32 *ber)
drivers/media/dvb-frontends/cxd2880/cxd2880_top.c
683
static int cxd2880_set_ber_per_period_t(struct dvb_frontend *fe)
drivers/media/dvb-frontends/cxd2880/cxd2880_top.c
794
static int cxd2880_set_ber_per_period_t2(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib0070.c
137
static int dib0070_set_bandwidth(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib0070.c
225
static int dib0070_set_ctrl_lo5(struct dvb_frontend *fe, u8 vco_bias_trim, u8 hf_div_trim, u8 cp_current, u8 third_order_filt)
drivers/media/dvb-frontends/dib0070.c
234
void dib0070_ctrl_agc_filter(struct dvb_frontend *fe, u8 open)
drivers/media/dvb-frontends/dib0070.c
321
static int dib0070_tune_digital(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib0070.c
40
struct dvb_frontend *fe;
drivers/media/dvb-frontends/dib0070.c
508
static int dib0070_tune(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib0070.c
526
static int dib0070_wakeup(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib0070.c
534
static int dib0070_sleep(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib0070.c
542
u8 dib0070_get_rf_output(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib0070.c
549
int dib0070_set_rf_output(struct dvb_frontend *fe, u8 no)
drivers/media/dvb-frontends/dib0070.c
623
u16 dib0070_wbd_offset(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib0070.c
641
static int dib0070_reset(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib0070.c
708
static int dib0070_get_frequency(struct dvb_frontend *fe, u32 *frequency)
drivers/media/dvb-frontends/dib0070.c
716
static void dib0070_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib0070.c
739
struct dvb_frontend *dib0070_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct dib0070_config *cfg)
drivers/media/dvb-frontends/dib0070.h
10
struct dvb_frontend;
drivers/media/dvb-frontends/dib0070.h
24
int (*reset) (struct dvb_frontend *, int);
drivers/media/dvb-frontends/dib0070.h
25
int (*sleep) (struct dvb_frontend *, int);
drivers/media/dvb-frontends/dib0070.h
49
extern struct dvb_frontend *dib0070_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct dib0070_config *cfg);
drivers/media/dvb-frontends/dib0070.h
50
extern u16 dib0070_wbd_offset(struct dvb_frontend *);
drivers/media/dvb-frontends/dib0070.h
51
extern void dib0070_ctrl_agc_filter(struct dvb_frontend *, u8 open);
drivers/media/dvb-frontends/dib0070.h
52
extern u8 dib0070_get_rf_output(struct dvb_frontend *fe);
drivers/media/dvb-frontends/dib0070.h
53
extern int dib0070_set_rf_output(struct dvb_frontend *fe, u8 no);
drivers/media/dvb-frontends/dib0070.h
55
static inline struct dvb_frontend *dib0070_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct dib0070_config *cfg)
drivers/media/dvb-frontends/dib0070.h
61
static inline u16 dib0070_wbd_offset(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib0070.h
67
static inline void dib0070_ctrl_agc_filter(struct dvb_frontend *fe, u8 open)
drivers/media/dvb-frontends/dib0090.c
1060
void dib0090_pwm_gain_reset(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib0090.c
1134
void dib0090_set_dc_servo(struct dvb_frontend *fe, u8 DC_servo_cutoff)
drivers/media/dvb-frontends/dib0090.c
1150
int dib0090_gain_control(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib0090.c
125
struct dvb_frontend *fe;
drivers/media/dvb-frontends/dib0090.c
1313
void dib0090_get_current_gain(struct dvb_frontend *fe, u16 * rf, u16 * bb, u16 * rf_gain_limit, u16 * rflt)
drivers/media/dvb-frontends/dib0090.c
1328
u16 dib0090_get_wbd_target(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib0090.c
1367
u16 dib0090_get_wbd_offset(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib0090.c
1374
int dib0090_set_switch(struct dvb_frontend *fe, u8 sw1, u8 sw2, u8 sw3)
drivers/media/dvb-frontends/dib0090.c
1385
int dib0090_set_vga(struct dvb_frontend *fe, u8 onoff)
drivers/media/dvb-frontends/dib0090.c
1395
int dib0090_update_rframp_7090(struct dvb_frontend *fe, u8 cfg_sensitivity)
drivers/media/dvb-frontends/dib0090.c
1545
static int dib0090_reset(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib0090.c
189
struct dvb_frontend *fe;
drivers/media/dvb-frontends/dib0090.c
2040
int dib0090_update_tuning_table_7090(struct dvb_frontend *fe,
drivers/media/dvb-frontends/dib0090.c
2232
static int dib0090_tune(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib0090.c
2509
static void dib0090_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib0090.c
2515
enum frontend_tune_state dib0090_get_tune_state(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib0090.c
2524
int dib0090_set_tune_state(struct dvb_frontend *fe, enum frontend_tune_state tune_state)
drivers/media/dvb-frontends/dib0090.c
2534
static int dib0090_get_frequency(struct dvb_frontend *fe, u32 * frequency)
drivers/media/dvb-frontends/dib0090.c
2542
static int dib0090_set_params(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib0090.c
2607
struct dvb_frontend *dib0090_register(struct dvb_frontend *fe, struct i2c_adapter *i2c, const struct dib0090_config *config)
drivers/media/dvb-frontends/dib0090.c
2639
struct dvb_frontend *dib0090_fw_register(struct dvb_frontend *fe, struct i2c_adapter *i2c, const struct dib0090_config *config)
drivers/media/dvb-frontends/dib0090.c
327
static int dib0090_identify(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib0090.c
419
static int dib0090_fw_identify(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib0090.c
509
static void dib0090_reset_digital(struct dvb_frontend *fe, const struct dib0090_config *cfg)
drivers/media/dvb-frontends/dib0090.c
576
static int dib0090_fw_reset_digital(struct dvb_frontend *fe, const struct dib0090_config *cfg)
drivers/media/dvb-frontends/dib0090.c
649
static int dib0090_wakeup(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib0090.c
660
static int dib0090_sleep(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib0090.c
668
void dib0090_dcc_freq(struct dvb_frontend *fe, u8 fast)
drivers/media/dvb-frontends/dib0090.h
10
struct dvb_frontend;
drivers/media/dvb-frontends/dib0090.h
100
static inline struct dvb_frontend *dib0090_fw_register(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct dib0090_config *config)
drivers/media/dvb-frontends/dib0090.h
106
static inline void dib0090_dcc_freq(struct dvb_frontend *fe, u8 fast)
drivers/media/dvb-frontends/dib0090.h
111
static inline void dib0090_pwm_gain_reset(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib0090.h
116
static inline u16 dib0090_get_wbd_target(struct dvb_frontend *tuner)
drivers/media/dvb-frontends/dib0090.h
122
static inline u16 dib0090_get_wbd_offset(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib0090.h
128
static inline int dib0090_gain_control(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib0090.h
134
static inline enum frontend_tune_state dib0090_get_tune_state(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib0090.h
140
static inline int dib0090_set_tune_state(struct dvb_frontend *fe, enum frontend_tune_state tune_state)
drivers/media/dvb-frontends/dib0090.h
146
static inline void dib0090_get_current_gain(struct dvb_frontend *fe, u16 * rf, u16 * bb, u16 * rf_gain_limit, u16 * rflt)
drivers/media/dvb-frontends/dib0090.h
151
static inline void dib0090_set_dc_servo(struct dvb_frontend *fe, u8 DC_servo_cutoff)
drivers/media/dvb-frontends/dib0090.h
156
static inline int dib0090_set_switch(struct dvb_frontend *fe,
drivers/media/dvb-frontends/dib0090.h
163
static inline int dib0090_set_vga(struct dvb_frontend *fe, u8 onoff)
drivers/media/dvb-frontends/dib0090.h
169
static inline int dib0090_update_rframp_7090(struct dvb_frontend *fe,
drivers/media/dvb-frontends/dib0090.h
176
static inline int dib0090_update_tuning_table_7090(struct dvb_frontend *fe,
drivers/media/dvb-frontends/dib0090.h
44
int (*reset) (struct dvb_frontend *, int);
drivers/media/dvb-frontends/dib0090.h
45
int (*sleep) (struct dvb_frontend *, int);
drivers/media/dvb-frontends/dib0090.h
51
int (*get_adc_power) (struct dvb_frontend *);
drivers/media/dvb-frontends/dib0090.h
76
extern struct dvb_frontend *dib0090_register(struct dvb_frontend *fe, struct i2c_adapter *i2c, const struct dib0090_config *config);
drivers/media/dvb-frontends/dib0090.h
77
extern struct dvb_frontend *dib0090_fw_register(struct dvb_frontend *fe, struct i2c_adapter *i2c, const struct dib0090_config *config);
drivers/media/dvb-frontends/dib0090.h
78
extern void dib0090_dcc_freq(struct dvb_frontend *fe, u8 fast);
drivers/media/dvb-frontends/dib0090.h
79
extern void dib0090_pwm_gain_reset(struct dvb_frontend *fe);
drivers/media/dvb-frontends/dib0090.h
80
extern u16 dib0090_get_wbd_target(struct dvb_frontend *tuner);
drivers/media/dvb-frontends/dib0090.h
81
extern u16 dib0090_get_wbd_offset(struct dvb_frontend *fe);
drivers/media/dvb-frontends/dib0090.h
82
extern int dib0090_gain_control(struct dvb_frontend *fe);
drivers/media/dvb-frontends/dib0090.h
83
extern enum frontend_tune_state dib0090_get_tune_state(struct dvb_frontend *fe);
drivers/media/dvb-frontends/dib0090.h
84
extern int dib0090_set_tune_state(struct dvb_frontend *fe, enum frontend_tune_state tune_state);
drivers/media/dvb-frontends/dib0090.h
85
extern void dib0090_get_current_gain(struct dvb_frontend *fe, u16 * rf, u16 * bb, u16 * rf_gain_limit, u16 * rflt);
drivers/media/dvb-frontends/dib0090.h
86
extern void dib0090_set_dc_servo(struct dvb_frontend *fe, u8 DC_servo_cutoff);
drivers/media/dvb-frontends/dib0090.h
87
extern int dib0090_set_switch(struct dvb_frontend *fe, u8 sw1, u8 sw2, u8 sw3);
drivers/media/dvb-frontends/dib0090.h
88
extern int dib0090_set_vga(struct dvb_frontend *fe, u8 onoff);
drivers/media/dvb-frontends/dib0090.h
89
extern int dib0090_update_rframp_7090(struct dvb_frontend *fe,
drivers/media/dvb-frontends/dib0090.h
91
extern int dib0090_update_tuning_table_7090(struct dvb_frontend *fe,
drivers/media/dvb-frontends/dib0090.h
94
static inline struct dvb_frontend *dib0090_register(struct dvb_frontend *fe, struct i2c_adapter *i2c, const struct dib0090_config *config)
drivers/media/dvb-frontends/dib3000.h
34
int (*pid_parse)(struct dvb_frontend *fe, int onoff);
drivers/media/dvb-frontends/dib3000.h
35
int (*fifo_ctrl)(struct dvb_frontend *fe, int onoff);
drivers/media/dvb-frontends/dib3000.h
36
int (*pid_ctrl)(struct dvb_frontend *fe, int index, int pid, int onoff);
drivers/media/dvb-frontends/dib3000.h
37
int (*tuner_pass_ctrl)(struct dvb_frontend *fe, int onoff, u8 pll_ctrl);
drivers/media/dvb-frontends/dib3000.h
41
extern struct dvb_frontend* dib3000mb_attach(const struct dib3000_config* config,
drivers/media/dvb-frontends/dib3000.h
44
static inline struct dvb_frontend* dib3000mb_attach(const struct dib3000_config* config,
drivers/media/dvb-frontends/dib3000mb.c
113
static int dib3000mb_get_frontend(struct dvb_frontend* fe,
drivers/media/dvb-frontends/dib3000mb.c
116
static int dib3000mb_set_frontend(struct dvb_frontend *fe, int tuner)
drivers/media/dvb-frontends/dib3000mb.c
364
static int dib3000mb_fe_init(struct dvb_frontend* fe, int mobile_mode)
drivers/media/dvb-frontends/dib3000mb.c
441
static int dib3000mb_get_frontend(struct dvb_frontend* fe,
drivers/media/dvb-frontends/dib3000mb.c
602
static int dib3000mb_read_status(struct dvb_frontend *fe,
drivers/media/dvb-frontends/dib3000mb.c
635
static int dib3000mb_read_ber(struct dvb_frontend* fe, u32 *ber)
drivers/media/dvb-frontends/dib3000mb.c
644
static int dib3000mb_read_signal_strength(struct dvb_frontend* fe, u16 *strength)
drivers/media/dvb-frontends/dib3000mb.c
652
static int dib3000mb_read_snr(struct dvb_frontend* fe, u16 *snr)
drivers/media/dvb-frontends/dib3000mb.c
662
static int dib3000mb_read_unc_blocks(struct dvb_frontend* fe, u32 *unc)
drivers/media/dvb-frontends/dib3000mb.c
670
static int dib3000mb_sleep(struct dvb_frontend* fe)
drivers/media/dvb-frontends/dib3000mb.c
678
static int dib3000mb_fe_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings *tune)
drivers/media/dvb-frontends/dib3000mb.c
684
static int dib3000mb_fe_init_nonmobile(struct dvb_frontend* fe)
drivers/media/dvb-frontends/dib3000mb.c
689
static int dib3000mb_set_frontend_and_tuner(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib3000mb.c
694
static void dib3000mb_release(struct dvb_frontend* fe)
drivers/media/dvb-frontends/dib3000mb.c
701
static int dib3000mb_pid_control(struct dvb_frontend *fe,int index, int pid,int onoff)
drivers/media/dvb-frontends/dib3000mb.c
709
static int dib3000mb_fifo_control(struct dvb_frontend *fe, int onoff)
drivers/media/dvb-frontends/dib3000mb.c
722
static int dib3000mb_pid_parse(struct dvb_frontend *fe, int onoff)
drivers/media/dvb-frontends/dib3000mb.c
730
static int dib3000mb_tuner_pass_ctrl(struct dvb_frontend *fe, int onoff, u8 pll_addr)
drivers/media/dvb-frontends/dib3000mb.c
743
struct dvb_frontend* dib3000mb_attach(const struct dib3000_config* config,
drivers/media/dvb-frontends/dib3000mb_priv.h
92
struct dvb_frontend frontend;
drivers/media/dvb-frontends/dib3000mc.c
323
static int dib3000mc_init(struct dvb_frontend *demod)
drivers/media/dvb-frontends/dib3000mc.c
36
struct dvb_frontend demod;
drivers/media/dvb-frontends/dib3000mc.c
443
static int dib3000mc_sleep(struct dvb_frontend *demod)
drivers/media/dvb-frontends/dib3000mc.c
584
static int dib3000mc_autosearch_start(struct dvb_frontend *demod)
drivers/media/dvb-frontends/dib3000mc.c
614
static int dib3000mc_autosearch_is_irq(struct dvb_frontend *demod)
drivers/media/dvb-frontends/dib3000mc.c
628
static int dib3000mc_tune(struct dvb_frontend *demod)
drivers/media/dvb-frontends/dib3000mc.c
662
struct i2c_adapter * dib3000mc_get_tuner_i2c_master(struct dvb_frontend *demod, int gating)
drivers/media/dvb-frontends/dib3000mc.c
670
static int dib3000mc_get_frontend(struct dvb_frontend* fe,
drivers/media/dvb-frontends/dib3000mc.c
725
static int dib3000mc_set_frontend(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib3000mc.c
770
static int dib3000mc_read_status(struct dvb_frontend *fe, enum fe_status *stat)
drivers/media/dvb-frontends/dib3000mc.c
791
static int dib3000mc_read_ber(struct dvb_frontend *fe, u32 *ber)
drivers/media/dvb-frontends/dib3000mc.c
798
static int dib3000mc_read_unc_blocks(struct dvb_frontend *fe, u32 *unc)
drivers/media/dvb-frontends/dib3000mc.c
805
static int dib3000mc_read_signal_strength(struct dvb_frontend *fe, u16 *strength)
drivers/media/dvb-frontends/dib3000mc.c
813
static int dib3000mc_read_snr(struct dvb_frontend* fe, u16 *snr)
drivers/media/dvb-frontends/dib3000mc.c
819
static int dib3000mc_fe_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings *tune)
drivers/media/dvb-frontends/dib3000mc.c
825
static void dib3000mc_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib3000mc.c
832
int dib3000mc_pid_control(struct dvb_frontend *fe, int index, int pid,int onoff)
drivers/media/dvb-frontends/dib3000mc.c
840
int dib3000mc_pid_parse(struct dvb_frontend *fe, int onoff)
drivers/media/dvb-frontends/dib3000mc.c
849
void dib3000mc_set_config(struct dvb_frontend *fe, struct dib3000mc_config *cfg)
drivers/media/dvb-frontends/dib3000mc.c
909
struct dvb_frontend * dib3000mc_attach(struct i2c_adapter *i2c_adap, u8 i2c_addr, struct dib3000mc_config *cfg)
drivers/media/dvb-frontends/dib3000mc.c
911
struct dvb_frontend *demod;
drivers/media/dvb-frontends/dib3000mc.h
40
extern struct dvb_frontend *dib3000mc_attach(struct i2c_adapter *i2c_adap,
drivers/media/dvb-frontends/dib3000mc.h
47
struct i2c_adapter *dib3000mc_get_tuner_i2c_master(struct dvb_frontend *demod,
drivers/media/dvb-frontends/dib3000mc.h
51
struct dvb_frontend *dib3000mc_attach(struct i2c_adapter *i2c_adap, u8 i2c_addr,
drivers/media/dvb-frontends/dib3000mc.h
68
struct i2c_adapter *dib3000mc_get_tuner_i2c_master(struct dvb_frontend *demod,
drivers/media/dvb-frontends/dib3000mc.h
76
extern int dib3000mc_pid_control(struct dvb_frontend *fe, int index, int pid,int onoff);
drivers/media/dvb-frontends/dib3000mc.h
77
extern int dib3000mc_pid_parse(struct dvb_frontend *fe, int onoff);
drivers/media/dvb-frontends/dib3000mc.h
79
extern void dib3000mc_set_config(struct dvb_frontend *, struct dib3000mc_config *);
drivers/media/dvb-frontends/dib7000m.c
1031
static int dib7000m_autosearch_is_irq(struct dvb_frontend *demod)
drivers/media/dvb-frontends/dib7000m.c
1040
static int dib7000m_tune(struct dvb_frontend *demod)
drivers/media/dvb-frontends/dib7000m.c
1102
static int dib7000m_wakeup(struct dvb_frontend *demod)
drivers/media/dvb-frontends/dib7000m.c
1114
static int dib7000m_sleep(struct dvb_frontend *demod)
drivers/media/dvb-frontends/dib7000m.c
1158
static int dib7000m_get_frontend(struct dvb_frontend* fe,
drivers/media/dvb-frontends/dib7000m.c
1216
static int dib7000m_set_frontend(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib7000m.c
1263
static int dib7000m_read_status(struct dvb_frontend *fe, enum fe_status *stat)
drivers/media/dvb-frontends/dib7000m.c
1284
static int dib7000m_read_ber(struct dvb_frontend *fe, u32 *ber)
drivers/media/dvb-frontends/dib7000m.c
1291
static int dib7000m_read_unc_blocks(struct dvb_frontend *fe, u32 *unc)
drivers/media/dvb-frontends/dib7000m.c
1298
static int dib7000m_read_signal_strength(struct dvb_frontend *fe, u16 *strength)
drivers/media/dvb-frontends/dib7000m.c
1306
static int dib7000m_read_snr(struct dvb_frontend* fe, u16 *snr)
drivers/media/dvb-frontends/dib7000m.c
1312
static int dib7000m_fe_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings *tune)
drivers/media/dvb-frontends/dib7000m.c
1318
static void dib7000m_release(struct dvb_frontend *demod)
drivers/media/dvb-frontends/dib7000m.c
1325
struct i2c_adapter * dib7000m_get_i2c_master(struct dvb_frontend *demod, enum dibx000_i2c_interface intf, int gating)
drivers/media/dvb-frontends/dib7000m.c
1332
int dib7000m_pid_filter_ctrl(struct dvb_frontend *fe, u8 onoff)
drivers/media/dvb-frontends/dib7000m.c
1342
int dib7000m_pid_filter(struct dvb_frontend *fe, u8 id, u16 pid, u8 onoff)
drivers/media/dvb-frontends/dib7000m.c
1402
struct dvb_frontend * dib7000m_attach(struct i2c_adapter *i2c_adap, u8 i2c_addr, struct dib7000m_config *cfg)
drivers/media/dvb-frontends/dib7000m.c
1404
struct dvb_frontend *demod;
drivers/media/dvb-frontends/dib7000m.c
31
struct dvb_frontend demod;
drivers/media/dvb-frontends/dib7000m.c
342
static int dib7000m_set_diversity_in(struct dvb_frontend *demod, int onoff)
drivers/media/dvb-frontends/dib7000m.c
752
static int dib7000m_agc_startup(struct dvb_frontend *demod)
drivers/media/dvb-frontends/dib7000m.c
964
static int dib7000m_autosearch_start(struct dvb_frontend *demod)
drivers/media/dvb-frontends/dib7000m.h
13
int (*update_lna) (struct dvb_frontend *, u16 agc_global);
drivers/media/dvb-frontends/dib7000m.h
37
int (*agc_control) (struct dvb_frontend *, u8 before);
drivers/media/dvb-frontends/dib7000m.h
43
extern struct dvb_frontend *dib7000m_attach(struct i2c_adapter *i2c_adap,
drivers/media/dvb-frontends/dib7000m.h
46
extern struct i2c_adapter *dib7000m_get_i2c_master(struct dvb_frontend *,
drivers/media/dvb-frontends/dib7000m.h
49
extern int dib7000m_pid_filter(struct dvb_frontend *, u8 id, u16 pid, u8 onoff);
drivers/media/dvb-frontends/dib7000m.h
50
extern int dib7000m_pid_filter_ctrl(struct dvb_frontend *fe, u8 onoff);
drivers/media/dvb-frontends/dib7000m.h
53
struct dvb_frontend *dib7000m_attach(struct i2c_adapter *i2c_adap,
drivers/media/dvb-frontends/dib7000m.h
61
struct i2c_adapter *dib7000m_get_i2c_master(struct dvb_frontend *demod,
drivers/media/dvb-frontends/dib7000m.h
68
static inline int dib7000m_pid_filter(struct dvb_frontend *fe, u8 id,
drivers/media/dvb-frontends/dib7000m.h
75
static inline int dib7000m_pid_filter_ctrl(struct dvb_frontend *fe,
drivers/media/dvb-frontends/dib7000p.c
1125
static int dib7000p_autosearch_start(struct dvb_frontend *demod)
drivers/media/dvb-frontends/dib7000p.c
1170
static int dib7000p_autosearch_is_irq(struct dvb_frontend *demod)
drivers/media/dvb-frontends/dib7000p.c
1272
static int dib7000p_tune(struct dvb_frontend *demod)
drivers/media/dvb-frontends/dib7000p.c
1380
static int dib7000p_wakeup(struct dvb_frontend *demod)
drivers/media/dvb-frontends/dib7000p.c
1390
static int dib7000p_sleep(struct dvb_frontend *demod)
drivers/media/dvb-frontends/dib7000p.c
1416
static int dib7000p_get_frontend(struct dvb_frontend *fe,
drivers/media/dvb-frontends/dib7000p.c
1512
static int dib7000p_set_frontend(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib7000p.c
1569
static int dib7000p_get_stats(struct dvb_frontend *fe, enum fe_status stat);
drivers/media/dvb-frontends/dib7000p.c
1571
static int dib7000p_read_status(struct dvb_frontend *fe, enum fe_status *stat)
drivers/media/dvb-frontends/dib7000p.c
1594
static int dib7000p_read_ber(struct dvb_frontend *fe, u32 * ber)
drivers/media/dvb-frontends/dib7000p.c
1601
static int dib7000p_read_unc_blocks(struct dvb_frontend *fe, u32 * unc)
drivers/media/dvb-frontends/dib7000p.c
1608
static int dib7000p_read_signal_strength(struct dvb_frontend *fe, u16 * strength)
drivers/media/dvb-frontends/dib7000p.c
1616
static u32 dib7000p_get_snr(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib7000p.c
1649
static int dib7000p_read_snr(struct dvb_frontend *fe, u16 *snr)
drivers/media/dvb-frontends/dib7000p.c
1659
static void dib7000p_reset_stats(struct dvb_frontend *demod)
drivers/media/dvb-frontends/dib7000p.c
1791
static u32 dib7000p_get_time_us(struct dvb_frontend *demod)
drivers/media/dvb-frontends/dib7000p.c
1891
static int dib7000p_get_stats(struct dvb_frontend *demod, enum fe_status stat)
drivers/media/dvb-frontends/dib7000p.c
1993
static int dib7000p_fe_get_tune_settings(struct dvb_frontend *fe, struct dvb_frontend_tune_settings *tune)
drivers/media/dvb-frontends/dib7000p.c
1999
static void dib7000p_release(struct dvb_frontend *demod)
drivers/media/dvb-frontends/dib7000p.c
2056
static struct i2c_adapter *dib7000p_get_i2c_master(struct dvb_frontend *demod, enum dibx000_i2c_interface intf, int gating)
drivers/media/dvb-frontends/dib7000p.c
2062
static int dib7000p_pid_filter_ctrl(struct dvb_frontend *fe, u8 onoff)
drivers/media/dvb-frontends/dib7000p.c
2071
static int dib7000p_pid_filter(struct dvb_frontend *fe, u8 id, u16 pid, u8 onoff)
drivers/media/dvb-frontends/dib7000p.c
2142
static s32 dib7000p_get_adc_power(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib7000p.c
221
static int dib7000p_set_diversity_in(struct dvb_frontend *demod, int onoff)
drivers/media/dvb-frontends/dib7000p.c
2402
static struct i2c_adapter *dib7090_get_i2c_tuner(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib7000p.c
2583
static int dib7090_set_diversity_in(struct dvb_frontend *fe, int onoff)
drivers/media/dvb-frontends/dib7000p.c
2616
static int dib7090_set_output_mode(struct dvb_frontend *fe, int mode)
drivers/media/dvb-frontends/dib7000p.c
2698
static int dib7090_tuner_sleep(struct dvb_frontend *fe, int onoff)
drivers/media/dvb-frontends/dib7000p.c
2722
static int dib7090_get_adc_power(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib7000p.c
2727
static int dib7090_slave_reset(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib7000p.c
2740
static struct dvb_frontend *dib7000p_init(struct i2c_adapter *i2c_adap, u8 i2c_addr, struct dib7000p_config *cfg)
drivers/media/dvb-frontends/dib7000p.c
2742
struct dvb_frontend *demod;
drivers/media/dvb-frontends/dib7000p.c
36
struct dvb_frontend demod;
drivers/media/dvb-frontends/dib7000p.c
410
static int dib7000p_set_wbd_ref(struct dvb_frontend *demod, u16 value)
drivers/media/dvb-frontends/dib7000p.c
419
static int dib7000p_get_agc_values(struct dvb_frontend *fe,
drivers/media/dvb-frontends/dib7000p.c
436
static int dib7000p_set_agc1_min(struct dvb_frontend *fe, u16 v)
drivers/media/dvb-frontends/dib7000p.c
484
static int dib7000p_update_pll(struct dvb_frontend *fe, struct dibx000_bandwidth_config *bw)
drivers/media/dvb-frontends/dib7000p.c
551
static int dib7000p_set_gpio(struct dvb_frontend *demod, u8 num, u8 dir, u8 val)
drivers/media/dvb-frontends/dib7000p.c
640
static void dib7000p_reset_stats(struct dvb_frontend *fe);
drivers/media/dvb-frontends/dib7000p.c
832
static int dib7000p_agc_startup(struct dvb_frontend *demod)
drivers/media/dvb-frontends/dib7000p.c
90
static int dib7090_set_output_mode(struct dvb_frontend *fe, int mode);
drivers/media/dvb-frontends/dib7000p.c
91
static int dib7090_set_diversity_in(struct dvb_frontend *fe, int onoff);
drivers/media/dvb-frontends/dib7000p.c
949
static u32 dib7000p_ctrl_timf(struct dvb_frontend *fe, u8 op, u32 timf)
drivers/media/dvb-frontends/dib7000p.h
11
int (*update_lna) (struct dvb_frontend *, u16 agc_global);
drivers/media/dvb-frontends/dib7000p.h
34
int (*agc_control) (struct dvb_frontend *, u8 before);
drivers/media/dvb-frontends/dib7000p.h
49
int (*set_wbd_ref)(struct dvb_frontend *demod, u16 value);
drivers/media/dvb-frontends/dib7000p.h
50
int (*get_agc_values)(struct dvb_frontend *fe,
drivers/media/dvb-frontends/dib7000p.h
52
int (*set_agc1_min)(struct dvb_frontend *fe, u16 v);
drivers/media/dvb-frontends/dib7000p.h
53
int (*update_pll)(struct dvb_frontend *fe, struct dibx000_bandwidth_config *bw);
drivers/media/dvb-frontends/dib7000p.h
54
int (*set_gpio)(struct dvb_frontend *demod, u8 num, u8 dir, u8 val);
drivers/media/dvb-frontends/dib7000p.h
55
u32 (*ctrl_timf)(struct dvb_frontend *fe, u8 op, u32 timf);
drivers/media/dvb-frontends/dib7000p.h
57
struct i2c_adapter *(*get_i2c_master)(struct dvb_frontend *demod, enum dibx000_i2c_interface intf, int gating);
drivers/media/dvb-frontends/dib7000p.h
58
int (*pid_filter_ctrl)(struct dvb_frontend *fe, u8 onoff);
drivers/media/dvb-frontends/dib7000p.h
59
int (*pid_filter)(struct dvb_frontend *fe, u8 id, u16 pid, u8 onoff);
drivers/media/dvb-frontends/dib7000p.h
61
struct i2c_adapter *(*get_i2c_tuner)(struct dvb_frontend *fe);
drivers/media/dvb-frontends/dib7000p.h
62
int (*tuner_sleep)(struct dvb_frontend *fe, int onoff);
drivers/media/dvb-frontends/dib7000p.h
63
int (*get_adc_power)(struct dvb_frontend *fe);
drivers/media/dvb-frontends/dib7000p.h
64
int (*slave_reset)(struct dvb_frontend *fe);
drivers/media/dvb-frontends/dib7000p.h
65
struct dvb_frontend *(*init)(struct i2c_adapter *i2c_adap, u8 i2c_addr, struct dib7000p_config *cfg);
drivers/media/dvb-frontends/dib8000.c
1032
static int dib8000_reset(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib8000.c
1232
static void dib8000_pwm_agc_reset(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib8000.c
1265
static int dib8000_agc_startup(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib8000.c
1526
static int dib8096p_set_diversity_in(struct dvb_frontend *fe, int onoff)
drivers/media/dvb-frontends/dib8000.c
1561
static int dib8096p_set_output_mode(struct dvb_frontend *fe, int mode)
drivers/media/dvb-frontends/dib8000.c
1886
static struct i2c_adapter *dib8096p_get_i2c_tuner(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib8000.c
1892
static int dib8096p_tuner_sleep(struct dvb_frontend *fe, int onoff)
drivers/media/dvb-frontends/dib8000.c
1922
static s32 dib8000_get_adc_power(struct dvb_frontend *fe, u8 mode)
drivers/media/dvb-frontends/dib8000.c
1941
static int dib8090p_get_dc_power(struct dvb_frontend *fe, u8 IQ)
drivers/media/dvb-frontends/dib8000.c
1969
static u32 dib8000_ctrl_timf(struct dvb_frontend *fe, uint8_t op, uint32_t timf)
drivers/media/dvb-frontends/dib8000.c
2514
static int dib8000_autosearch_start(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib8000.c
2659
static int dib8000_autosearch_irq(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib8000.c
2881
static s32 dib8000_get_status(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib8000.c
2887
static enum frontend_tune_state dib8000_get_tune_state(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib8000.c
2893
static int dib8000_set_tune_state(struct dvb_frontend *fe, enum frontend_tune_state tune_state)
drivers/media/dvb-frontends/dib8000.c
2901
static int dib8000_tune_restart_from_demod(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib8000.c
2910
static u16 dib8000_read_lock(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib8000.c
3021
static int dib8000_tune(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib8000.c
3374
static int dib8000_wakeup(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib8000.c
3397
static int dib8000_sleep(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib8000.c
3415
static int dib8000_read_status(struct dvb_frontend *fe, enum fe_status *stat);
drivers/media/dvb-frontends/dib8000.c
3417
static int dib8000_get_frontend(struct dvb_frontend *fe,
drivers/media/dvb-frontends/dib8000.c
3604
static int dib8000_set_frontend(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib8000.c
3769
static int dib8000_get_stats(struct dvb_frontend *fe, enum fe_status stat);
drivers/media/dvb-frontends/dib8000.c
3771
static int dib8000_read_status(struct dvb_frontend *fe, enum fe_status *stat)
drivers/media/dvb-frontends/dib8000.c
3813
static int dib8000_read_ber(struct dvb_frontend *fe, u32 * ber)
drivers/media/dvb-frontends/dib8000.c
3827
static int dib8000_read_unc_blocks(struct dvb_frontend *fe, u32 * unc)
drivers/media/dvb-frontends/dib8000.c
3839
static int dib8000_read_signal_strength(struct dvb_frontend *fe, u16 * strength)
drivers/media/dvb-frontends/dib8000.c
3862
static u32 dib8000_get_snr(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib8000.c
3895
static int dib8000_read_snr(struct dvb_frontend *fe, u16 * snr)
drivers/media/dvb-frontends/dib8000.c
4011
static u32 dib8000_get_time_us(struct dvb_frontend *fe, int layer)
drivers/media/dvb-frontends/dib8000.c
405
static int dib8000_set_output_mode(struct dvb_frontend *fe, int mode)
drivers/media/dvb-frontends/dib8000.c
4125
static int dib8000_get_stats(struct dvb_frontend *fe, enum fe_status stat)
drivers/media/dvb-frontends/dib8000.c
4266
static int dib8000_set_slave_frontend(struct dvb_frontend *fe, struct dvb_frontend *fe_slave)
drivers/media/dvb-frontends/dib8000.c
4283
static struct dvb_frontend *dib8000_get_slave_frontend(struct dvb_frontend *fe, int slave_index)
drivers/media/dvb-frontends/dib8000.c
4369
static int dib8000_fe_get_tune_settings(struct dvb_frontend *fe, struct dvb_frontend_tune_settings *tune)
drivers/media/dvb-frontends/dib8000.c
4377
static void dib8000_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib8000.c
4391
static struct i2c_adapter *dib8000_get_i2c_master(struct dvb_frontend *fe, enum dibx000_i2c_interface intf, int gating)
drivers/media/dvb-frontends/dib8000.c
4397
static int dib8000_pid_filter_ctrl(struct dvb_frontend *fe, u8 onoff)
drivers/media/dvb-frontends/dib8000.c
4407
static int dib8000_pid_filter(struct dvb_frontend *fe, u8 id, u16 pid, u8 onoff)
drivers/media/dvb-frontends/dib8000.c
4444
static struct dvb_frontend *dib8000_init(struct i2c_adapter *i2c_adap, u8 i2c_addr, struct dib8000_config *cfg)
drivers/media/dvb-frontends/dib8000.c
4446
struct dvb_frontend *fe;
drivers/media/dvb-frontends/dib8000.c
4454
fe = kzalloc_obj(struct dvb_frontend);
drivers/media/dvb-frontends/dib8000.c
466
static int dib8000_set_diversity_in(struct dvb_frontend *fe, int onoff)
drivers/media/dvb-frontends/dib8000.c
617
static int dib8000_set_bandwidth(struct dvb_frontend *fe, u32 bw)
drivers/media/dvb-frontends/dib8000.c
663
static int dib8000_set_wbd_ref(struct dvb_frontend *fe, u16 value)
drivers/media/dvb-frontends/dib8000.c
745
static int dib8000_update_pll(struct dvb_frontend *fe,
drivers/media/dvb-frontends/dib8000.c
853
static int dib8000_set_gpio(struct dvb_frontend *fe, u8 num, u8 dir, u8 val)
drivers/media/dvb-frontends/dib8000.c
97
struct dvb_frontend *fe[MAX_NUMBER_OF_FRONTENDS];
drivers/media/dvb-frontends/dib8000.c
993
static int dib8000_read_unc_blocks(struct dvb_frontend *fe, u32 *unc);
drivers/media/dvb-frontends/dib8000.c
995
static void dib8000_reset_stats(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib8000.h
11
int (*update_lna) (struct dvb_frontend *, u16 agc_global);
drivers/media/dvb-frontends/dib8000.h
29
void (*agc_control) (struct dvb_frontend *, u8 before);
drivers/media/dvb-frontends/dib8000.h
44
int (*set_wbd_ref)(struct dvb_frontend *fe, u16 value);
drivers/media/dvb-frontends/dib8000.h
45
int (*update_pll)(struct dvb_frontend *fe,
drivers/media/dvb-frontends/dib8000.h
47
int (*set_gpio)(struct dvb_frontend *fe, u8 num, u8 dir, u8 val);
drivers/media/dvb-frontends/dib8000.h
48
void (*pwm_agc_reset)(struct dvb_frontend *fe);
drivers/media/dvb-frontends/dib8000.h
49
struct i2c_adapter *(*get_i2c_tuner)(struct dvb_frontend *fe);
drivers/media/dvb-frontends/dib8000.h
50
int (*tuner_sleep)(struct dvb_frontend *fe, int onoff);
drivers/media/dvb-frontends/dib8000.h
51
s32 (*get_adc_power)(struct dvb_frontend *fe, u8 mode);
drivers/media/dvb-frontends/dib8000.h
52
int (*get_dc_power)(struct dvb_frontend *fe, u8 IQ);
drivers/media/dvb-frontends/dib8000.h
53
u32 (*ctrl_timf)(struct dvb_frontend *fe, uint8_t op, uint32_t timf);
drivers/media/dvb-frontends/dib8000.h
54
enum frontend_tune_state (*get_tune_state)(struct dvb_frontend *fe);
drivers/media/dvb-frontends/dib8000.h
55
int (*set_tune_state)(struct dvb_frontend *fe, enum frontend_tune_state tune_state);
drivers/media/dvb-frontends/dib8000.h
56
int (*set_slave_frontend)(struct dvb_frontend *fe, struct dvb_frontend *fe_slave);
drivers/media/dvb-frontends/dib8000.h
57
struct dvb_frontend *(*get_slave_frontend)(struct dvb_frontend *fe, int slave_index);
drivers/media/dvb-frontends/dib8000.h
60
struct i2c_adapter *(*get_i2c_master)(struct dvb_frontend *fe, enum dibx000_i2c_interface intf, int gating);
drivers/media/dvb-frontends/dib8000.h
61
int (*pid_filter_ctrl)(struct dvb_frontend *fe, u8 onoff);
drivers/media/dvb-frontends/dib8000.h
62
int (*pid_filter)(struct dvb_frontend *fe, u8 id, u16 pid, u8 onoff);
drivers/media/dvb-frontends/dib8000.h
63
struct dvb_frontend *(*init)(struct i2c_adapter *i2c_adap, u8 i2c_addr, struct dib8000_config *cfg);
drivers/media/dvb-frontends/dib9000.c
102
struct dvb_frontend *fe[MAX_NUMBER_OF_FRONTENDS];
drivers/media/dvb-frontends/dib9000.c
1176
static int dib9000_fw_get_channel(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib9000.c
1331
static int dib9000_fw_set_channel_union(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib9000.c
1476
static int dib9000_fw_tune(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib9000.c
1529
static int dib9000_fw_set_diversity_in(struct dvb_frontend *fe, int onoff)
drivers/media/dvb-frontends/dib9000.c
1536
static int dib9000_fw_set_output_mode(struct dvb_frontend *fe, int mode)
drivers/media/dvb-frontends/dib9000.c
1644
int dib9000_fw_set_component_bus_speed(struct dvb_frontend *fe, u16 speed)
drivers/media/dvb-frontends/dib9000.c
1724
struct i2c_adapter *dib9000_get_tuner_interface(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib9000.c
1731
struct i2c_adapter *dib9000_get_component_bus_interface(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib9000.c
1738
struct i2c_adapter *dib9000_get_i2c_master(struct dvb_frontend *fe, enum dibx000_i2c_interface intf, int gating)
drivers/media/dvb-frontends/dib9000.c
1745
int dib9000_set_i2c_adapter(struct dvb_frontend *fe, struct i2c_adapter *i2c)
drivers/media/dvb-frontends/dib9000.c
1771
int dib9000_set_gpio(struct dvb_frontend *fe, u8 num, u8 dir, u8 val)
drivers/media/dvb-frontends/dib9000.c
1778
int dib9000_fw_pid_filter_ctrl(struct dvb_frontend *fe, u8 onoff)
drivers/media/dvb-frontends/dib9000.c
1809
int dib9000_fw_pid_filter(struct dvb_frontend *fe, u8 id, u16 pid, u8 onoff)
drivers/media/dvb-frontends/dib9000.c
1840
int dib9000_firmware_post_pll_init(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib9000.c
1847
static void dib9000_release(struct dvb_frontend *demod)
drivers/media/dvb-frontends/dib9000.c
1863
static int dib9000_wakeup(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib9000.c
1868
static int dib9000_sleep(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib9000.c
1890
static int dib9000_fe_get_tune_settings(struct dvb_frontend *fe, struct dvb_frontend_tune_settings *tune)
drivers/media/dvb-frontends/dib9000.c
1896
static int dib9000_get_frontend(struct dvb_frontend *fe,
drivers/media/dvb-frontends/dib9000.c
1968
static int dib9000_set_tune_state(struct dvb_frontend *fe, enum frontend_tune_state tune_state)
drivers/media/dvb-frontends/dib9000.c
1978
static u32 dib9000_get_status(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib9000.c
1984
static int dib9000_set_channel_status(struct dvb_frontend *fe, struct dvb_frontend_parametersContext *channel_status)
drivers/media/dvb-frontends/dib9000.c
1992
static int dib9000_set_frontend(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib9000.c
2162
static u16 dib9000_read_lock(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib9000.c
2169
static int dib9000_read_status(struct dvb_frontend *fe, enum fe_status *stat)
drivers/media/dvb-frontends/dib9000.c
2202
static int dib9000_read_ber(struct dvb_frontend *fe, u32 * ber)
drivers/media/dvb-frontends/dib9000.c
2235
static int dib9000_read_signal_strength(struct dvb_frontend *fe, u16 * strength)
drivers/media/dvb-frontends/dib9000.c
2280
static u32 dib9000_get_snr(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib9000.c
2320
static int dib9000_read_snr(struct dvb_frontend *fe, u16 * snr)
drivers/media/dvb-frontends/dib9000.c
2345
static int dib9000_read_unc_blocks(struct dvb_frontend *fe, u32 * unc)
drivers/media/dvb-frontends/dib9000.c
2444
int dib9000_set_slave_frontend(struct dvb_frontend *fe, struct dvb_frontend *fe_slave)
drivers/media/dvb-frontends/dib9000.c
2462
struct dvb_frontend *dib9000_get_slave_frontend(struct dvb_frontend *fe, int slave_index)
drivers/media/dvb-frontends/dib9000.c
2473
struct dvb_frontend *dib9000_attach(struct i2c_adapter *i2c_adap, u8 i2c_addr, const struct dib9000_config *cfg)
drivers/media/dvb-frontends/dib9000.c
2475
struct dvb_frontend *fe;
drivers/media/dvb-frontends/dib9000.c
2480
fe = kzalloc_obj(struct dvb_frontend);
drivers/media/dvb-frontends/dib9000.c
963
static int dib9000_fw_reset(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib9000.h
100
static inline struct dvb_frontend *dib9000_get_slave_frontend(struct dvb_frontend *fe, int slave_index)
drivers/media/dvb-frontends/dib9000.h
106
static inline struct i2c_adapter *dib9000_get_component_bus_interface(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib9000.h
112
static inline int dib9000_set_i2c_adapter(struct dvb_frontend *fe, struct i2c_adapter *i2c)
drivers/media/dvb-frontends/dib9000.h
118
static inline int dib9000_fw_set_component_bus_speed(struct dvb_frontend *fe, u16 speed)
drivers/media/dvb-frontends/dib9000.h
32
extern struct dvb_frontend *dib9000_attach(struct i2c_adapter *i2c_adap, u8 i2c_addr, const struct dib9000_config *cfg);
drivers/media/dvb-frontends/dib9000.h
34
extern struct i2c_adapter *dib9000_get_tuner_interface(struct dvb_frontend *fe);
drivers/media/dvb-frontends/dib9000.h
35
extern struct i2c_adapter *dib9000_get_i2c_master(struct dvb_frontend *fe, enum dibx000_i2c_interface intf, int gating);
drivers/media/dvb-frontends/dib9000.h
36
extern int dib9000_set_gpio(struct dvb_frontend *fe, u8 num, u8 dir, u8 val);
drivers/media/dvb-frontends/dib9000.h
37
extern int dib9000_fw_pid_filter_ctrl(struct dvb_frontend *fe, u8 onoff);
drivers/media/dvb-frontends/dib9000.h
38
extern int dib9000_fw_pid_filter(struct dvb_frontend *fe, u8 id, u16 pid, u8 onoff);
drivers/media/dvb-frontends/dib9000.h
39
extern int dib9000_firmware_post_pll_init(struct dvb_frontend *fe);
drivers/media/dvb-frontends/dib9000.h
40
extern int dib9000_set_slave_frontend(struct dvb_frontend *fe, struct dvb_frontend *fe_slave);
drivers/media/dvb-frontends/dib9000.h
41
extern struct dvb_frontend *dib9000_get_slave_frontend(struct dvb_frontend *fe, int slave_index);
drivers/media/dvb-frontends/dib9000.h
42
extern struct i2c_adapter *dib9000_get_component_bus_interface(struct dvb_frontend *fe);
drivers/media/dvb-frontends/dib9000.h
43
extern int dib9000_set_i2c_adapter(struct dvb_frontend *fe, struct i2c_adapter *i2c);
drivers/media/dvb-frontends/dib9000.h
44
extern int dib9000_fw_set_component_bus_speed(struct dvb_frontend *fe, u16 speed);
drivers/media/dvb-frontends/dib9000.h
46
static inline struct dvb_frontend *dib9000_attach(struct i2c_adapter *i2c_adap, u8 i2c_addr, struct dib9000_config *cfg)
drivers/media/dvb-frontends/dib9000.h
52
static inline struct i2c_adapter *dib9000_get_i2c_master(struct dvb_frontend *fe, enum dibx000_i2c_interface intf, int gating)
drivers/media/dvb-frontends/dib9000.h
64
static inline struct i2c_adapter *dib9000_get_tuner_interface(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib9000.h
70
static inline int dib9000_set_gpio(struct dvb_frontend *fe, u8 num, u8 dir, u8 val)
drivers/media/dvb-frontends/dib9000.h
76
static inline int dib9000_fw_pid_filter_ctrl(struct dvb_frontend *fe, u8 onoff)
drivers/media/dvb-frontends/dib9000.h
82
static inline int dib9000_fw_pid_filter(struct dvb_frontend *fe, u8 id, u16 pid, u8 onoff)
drivers/media/dvb-frontends/dib9000.h
88
static inline int dib9000_firmware_post_pll_init(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dib9000.h
94
static inline int dib9000_set_slave_frontend(struct dvb_frontend *fe, struct dvb_frontend *fe_slave)
drivers/media/dvb-frontends/drx39xyj/drx39xxj.h
18
struct dvb_frontend frontend;
drivers/media/dvb-frontends/drx39xyj/drx39xxj.h
24
struct dvb_frontend *drx39xxj_attach(struct i2c_adapter *i2c);
drivers/media/dvb-frontends/drx39xyj/drx39xxj.h
26
static inline struct dvb_frontend *drx39xxj_attach(struct i2c_adapter *i2c) {
drivers/media/dvb-frontends/drx39xyj/drxj.c
11932
static int drx39xxj_set_powerstate(struct dvb_frontend *fe, int enable)
drivers/media/dvb-frontends/drx39xyj/drxj.c
11953
static int drx39xxj_read_status(struct dvb_frontend *fe, enum fe_status *status)
drivers/media/dvb-frontends/drx39xyj/drxj.c
12001
static int drx39xxj_read_ber(struct dvb_frontend *fe, u32 *ber)
drivers/media/dvb-frontends/drx39xyj/drxj.c
12022
static int drx39xxj_read_signal_strength(struct dvb_frontend *fe,
drivers/media/dvb-frontends/drx39xyj/drxj.c
12036
static int drx39xxj_read_snr(struct dvb_frontend *fe, u16 *snr)
drivers/media/dvb-frontends/drx39xyj/drxj.c
12052
static int drx39xxj_read_ucblocks(struct dvb_frontend *fe, u32 *ucb)
drivers/media/dvb-frontends/drx39xyj/drxj.c
12065
static int drx39xxj_set_frontend(struct dvb_frontend *fe)
drivers/media/dvb-frontends/drx39xyj/drxj.c
12168
static int drx39xxj_sleep(struct dvb_frontend *fe)
drivers/media/dvb-frontends/drx39xyj/drxj.c
12174
static int drx39xxj_i2c_gate_ctrl(struct dvb_frontend *fe, int enable)
drivers/media/dvb-frontends/drx39xyj/drxj.c
12207
static int drx39xxj_init(struct dvb_frontend *fe)
drivers/media/dvb-frontends/drx39xyj/drxj.c
12225
static int drx39xxj_set_lna(struct dvb_frontend *fe)
drivers/media/dvb-frontends/drx39xyj/drxj.c
12243
static int drx39xxj_get_tune_settings(struct dvb_frontend *fe,
drivers/media/dvb-frontends/drx39xyj/drxj.c
12250
static void drx39xxj_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/drx39xyj/drxj.c
12268
struct dvb_frontend *drx39xxj_attach(struct i2c_adapter *i2c)
drivers/media/dvb-frontends/drxd.h
40
struct dvb_frontend *drxd_attach(const struct drxd_config *config,
drivers/media/dvb-frontends/drxd.h
45
struct dvb_frontend *drxd_attach(const struct drxd_config *config,
drivers/media/dvb-frontends/drxd_hard.c
101
struct dvb_frontend frontend;
drivers/media/dvb-frontends/drxd_hard.c
2755
static int drxd_read_signal_strength(struct dvb_frontend *fe, u16 * strength)
drivers/media/dvb-frontends/drxd_hard.c
2769
static int drxd_read_status(struct dvb_frontend *fe, enum fe_status *status)
drivers/media/dvb-frontends/drxd_hard.c
2792
static int drxd_init(struct dvb_frontend *fe)
drivers/media/dvb-frontends/drxd_hard.c
2799
static int drxd_config_i2c(struct dvb_frontend *fe, int onoff)
drivers/media/dvb-frontends/drxd_hard.c
2809
static int drxd_get_tune_settings(struct dvb_frontend *fe,
drivers/media/dvb-frontends/drxd_hard.c
2818
static int drxd_read_ber(struct dvb_frontend *fe, u32 * ber)
drivers/media/dvb-frontends/drxd_hard.c
2824
static int drxd_read_snr(struct dvb_frontend *fe, u16 * snr)
drivers/media/dvb-frontends/drxd_hard.c
2830
static int drxd_read_ucblocks(struct dvb_frontend *fe, u32 * ucblocks)
drivers/media/dvb-frontends/drxd_hard.c
2836
static int drxd_sleep(struct dvb_frontend *fe)
drivers/media/dvb-frontends/drxd_hard.c
2844
static int drxd_i2c_gate_ctrl(struct dvb_frontend *fe, int enable)
drivers/media/dvb-frontends/drxd_hard.c
2849
static int drxd_set_frontend(struct dvb_frontend *fe)
drivers/media/dvb-frontends/drxd_hard.c
2869
static void drxd_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/drxd_hard.c
2907
struct dvb_frontend *drxd_attach(const struct drxd_config *config,
drivers/media/dvb-frontends/drxk.h
64
extern struct dvb_frontend *drxk_attach(const struct drxk_config *config,
drivers/media/dvb-frontends/drxk.h
67
static inline struct dvb_frontend *drxk_attach(const struct drxk_config *config,
drivers/media/dvb-frontends/drxk_hard.c
6253
static void drxk_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/drxk_hard.c
6263
static int drxk_sleep(struct dvb_frontend *fe)
drivers/media/dvb-frontends/drxk_hard.c
6278
static int drxk_gate_ctrl(struct dvb_frontend *fe, int enable)
drivers/media/dvb-frontends/drxk_hard.c
6290
static int drxk_set_parameters(struct dvb_frontend *fe)
drivers/media/dvb-frontends/drxk_hard.c
6462
static int drxk_get_stats(struct dvb_frontend *fe)
drivers/media/dvb-frontends/drxk_hard.c
6586
static int drxk_read_status(struct dvb_frontend *fe, enum fe_status *status)
drivers/media/dvb-frontends/drxk_hard.c
6602
static int drxk_read_signal_strength(struct dvb_frontend *fe,
drivers/media/dvb-frontends/drxk_hard.c
6619
static int drxk_read_snr(struct dvb_frontend *fe, u16 *snr)
drivers/media/dvb-frontends/drxk_hard.c
6640
static int drxk_read_ucblocks(struct dvb_frontend *fe, u32 *ucblocks)
drivers/media/dvb-frontends/drxk_hard.c
6657
static int drxk_get_tune_settings(struct dvb_frontend *fe,
drivers/media/dvb-frontends/drxk_hard.c
6716
struct dvb_frontend *drxk_attach(const struct drxk_config *config,
drivers/media/dvb-frontends/drxk_hard.h
212
struct dvb_frontend frontend;
drivers/media/dvb-frontends/ds3000.c
1034
static int ds3000_tune(struct dvb_frontend *fe,
drivers/media/dvb-frontends/ds3000.c
1051
static enum dvbfe_algo ds3000_get_algo(struct dvb_frontend *fe)
drivers/media/dvb-frontends/ds3000.c
1067
static int ds3000_initfe(struct dvb_frontend *fe)
drivers/media/dvb-frontends/ds3000.c
223
struct dvb_frontend frontend;
drivers/media/dvb-frontends/ds3000.c
247
static int ds3000_i2c_gate_ctrl(struct dvb_frontend *fe, int enable)
drivers/media/dvb-frontends/ds3000.c
330
static int ds3000_load_firmware(struct dvb_frontend *fe,
drivers/media/dvb-frontends/ds3000.c
333
static int ds3000_firmware_ondemand(struct dvb_frontend *fe)
drivers/media/dvb-frontends/ds3000.c
370
static int ds3000_load_firmware(struct dvb_frontend *fe,
drivers/media/dvb-frontends/ds3000.c
393
static int ds3000_set_voltage(struct dvb_frontend *fe,
drivers/media/dvb-frontends/ds3000.c
421
static int ds3000_read_status(struct dvb_frontend *fe, enum fe_status *status)
drivers/media/dvb-frontends/ds3000.c
459
static int ds3000_read_ber(struct dvb_frontend *fe, u32* ber)
drivers/media/dvb-frontends/ds3000.c
523
static int ds3000_read_signal_strength(struct dvb_frontend *fe,
drivers/media/dvb-frontends/ds3000.c
533
static int ds3000_read_snr(struct dvb_frontend *fe, u16 *snr)
drivers/media/dvb-frontends/ds3000.c
619
static int ds3000_read_ucblocks(struct dvb_frontend *fe, u32 *ucblocks)
drivers/media/dvb-frontends/ds3000.c
656
static int ds3000_set_tone(struct dvb_frontend *fe, enum fe_sec_tone_mode tone)
drivers/media/dvb-frontends/ds3000.c
690
static int ds3000_send_diseqc_msg(struct dvb_frontend *fe,
drivers/media/dvb-frontends/ds3000.c
755
static int ds3000_diseqc_send_burst(struct dvb_frontend *fe,
drivers/media/dvb-frontends/ds3000.c
808
static void ds3000_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/ds3000.c
821
struct dvb_frontend *ds3000_attach(const struct ds3000_config *config,
drivers/media/dvb-frontends/ds3000.c
864
static int ds3000_set_carrier_offset(struct dvb_frontend *fe,
drivers/media/dvb-frontends/ds3000.c
883
static int ds3000_set_frontend(struct dvb_frontend *fe)
drivers/media/dvb-frontends/ds3000.h
20
int (*set_ts_params)(struct dvb_frontend *fe, int is_punctured);
drivers/media/dvb-frontends/ds3000.h
22
void (*set_lock_led)(struct dvb_frontend *fe, int offon);
drivers/media/dvb-frontends/ds3000.h
26
extern struct dvb_frontend *ds3000_attach(const struct ds3000_config *config,
drivers/media/dvb-frontends/ds3000.h
30
struct dvb_frontend *ds3000_attach(const struct ds3000_config *config,
drivers/media/dvb-frontends/dvb-pll.c
111
static void thomson_dtt7520x_bw(struct dvb_frontend *fe, u8 *buf)
drivers/media/dvb-frontends/dvb-pll.c
205
static void tda665x_bw(struct dvb_frontend *fe, u8 *buf)
drivers/media/dvb-frontends/dvb-pll.c
239
static void tua6034_bw(struct dvb_frontend *fe, u8 *buf)
drivers/media/dvb-frontends/dvb-pll.c
263
static void tded4_bw(struct dvb_frontend *fe, u8 *buf)
drivers/media/dvb-frontends/dvb-pll.c
338
static void opera1_bw(struct dvb_frontend *fe, u8 *buf)
drivers/media/dvb-frontends/dvb-pll.c
411
static void samsung_dtos403ih102a_set(struct dvb_frontend *fe, u8 *buf)
drivers/media/dvb-frontends/dvb-pll.c
56
void (*set)(struct dvb_frontend *fe, u8 *buf);
drivers/media/dvb-frontends/dvb-pll.c
596
static int dvb_pll_configure(struct dvb_frontend *fe, u8 *buf,
drivers/media/dvb-frontends/dvb-pll.c
634
static void dvb_pll_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dvb-pll.c
640
static int dvb_pll_sleep(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dvb-pll.c
666
static int dvb_pll_set_params(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dvb-pll.c
698
static int dvb_pll_calc_regs(struct dvb_frontend *fe,
drivers/media/dvb-frontends/dvb-pll.c
723
static int dvb_pll_get_frequency(struct dvb_frontend *fe, u32 *frequency)
drivers/media/dvb-frontends/dvb-pll.c
730
static int dvb_pll_get_bandwidth(struct dvb_frontend *fe, u32 *bandwidth)
drivers/media/dvb-frontends/dvb-pll.c
737
static int dvb_pll_init(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dvb-pll.c
781
struct dvb_frontend *dvb_pll_attach(struct dvb_frontend *fe, int pll_addr,
drivers/media/dvb-frontends/dvb-pll.c
87
static void thomson_dtt759x_bw(struct dvb_frontend *fe, u8 *buf)
drivers/media/dvb-frontends/dvb-pll.c
877
struct dvb_frontend *fe;
drivers/media/dvb-frontends/dvb-pll.c
905
struct dvb_frontend *fe = i2c_get_clientdata(client);
drivers/media/dvb-frontends/dvb-pll.h
36
struct dvb_frontend *fe;
drivers/media/dvb-frontends/dvb-pll.h
50
extern struct dvb_frontend *dvb_pll_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/dvb-pll.h
55
static inline struct dvb_frontend *dvb_pll_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/dvb_dummy_fe.c
103
static void dvb_dummy_fe_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dvb_dummy_fe.c
112
struct dvb_frontend *dvb_dummy_fe_ofdm_attach(void)
drivers/media/dvb-frontends/dvb_dummy_fe.c
133
struct dvb_frontend *dvb_dummy_fe_qpsk_attach(void)
drivers/media/dvb-frontends/dvb_dummy_fe.c
154
struct dvb_frontend *dvb_dummy_fe_qam_attach(void)
drivers/media/dvb-frontends/dvb_dummy_fe.c
18
struct dvb_frontend frontend;
drivers/media/dvb-frontends/dvb_dummy_fe.c
22
static int dvb_dummy_fe_read_status(struct dvb_frontend *fe,
drivers/media/dvb-frontends/dvb_dummy_fe.c
34
static int dvb_dummy_fe_read_ber(struct dvb_frontend *fe, u32 *ber)
drivers/media/dvb-frontends/dvb_dummy_fe.c
40
static int dvb_dummy_fe_read_signal_strength(struct dvb_frontend *fe,
drivers/media/dvb-frontends/dvb_dummy_fe.c
47
static int dvb_dummy_fe_read_snr(struct dvb_frontend *fe, u16 *snr)
drivers/media/dvb-frontends/dvb_dummy_fe.c
53
static int dvb_dummy_fe_read_ucblocks(struct dvb_frontend *fe, u32 *ucblocks)
drivers/media/dvb-frontends/dvb_dummy_fe.c
64
static int dvb_dummy_fe_get_frontend(struct dvb_frontend *fe,
drivers/media/dvb-frontends/dvb_dummy_fe.c
70
static int dvb_dummy_fe_set_frontend(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dvb_dummy_fe.c
81
static int dvb_dummy_fe_sleep(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dvb_dummy_fe.c
86
static int dvb_dummy_fe_init(struct dvb_frontend *fe)
drivers/media/dvb-frontends/dvb_dummy_fe.c
91
static int dvb_dummy_fe_set_tone(struct dvb_frontend *fe,
drivers/media/dvb-frontends/dvb_dummy_fe.c
97
static int dvb_dummy_fe_set_voltage(struct dvb_frontend *fe,
drivers/media/dvb-frontends/dvb_dummy_fe.h
15
struct dvb_frontend *dvb_dummy_fe_ofdm_attach(void);
drivers/media/dvb-frontends/dvb_dummy_fe.h
16
struct dvb_frontend *dvb_dummy_fe_qpsk_attach(void);
drivers/media/dvb-frontends/dvb_dummy_fe.h
17
struct dvb_frontend *dvb_dummy_fe_qam_attach(void);
drivers/media/dvb-frontends/dvb_dummy_fe.h
19
static inline struct dvb_frontend *dvb_dummy_fe_ofdm_attach(void)
drivers/media/dvb-frontends/dvb_dummy_fe.h
24
static inline struct dvb_frontend *dvb_dummy_fe_qpsk_attach(void)
drivers/media/dvb-frontends/dvb_dummy_fe.h
29
static inline struct dvb_frontend *dvb_dummy_fe_qam_attach(void)
drivers/media/dvb-frontends/ec100.c
13
struct dvb_frontend frontend;
drivers/media/dvb-frontends/ec100.c
153
static int ec100_get_tune_settings(struct dvb_frontend *fe,
drivers/media/dvb-frontends/ec100.c
163
static int ec100_read_status(struct dvb_frontend *fe, enum fe_status *status)
drivers/media/dvb-frontends/ec100.c
199
static int ec100_read_ber(struct dvb_frontend *fe, u32 *ber)
drivers/media/dvb-frontends/ec100.c
231
static int ec100_read_signal_strength(struct dvb_frontend *fe, u16 *strength)
drivers/media/dvb-frontends/ec100.c
251
static int ec100_read_snr(struct dvb_frontend *fe, u16 *snr)
drivers/media/dvb-frontends/ec100.c
257
static int ec100_read_ucblocks(struct dvb_frontend *fe, u32 *ucblocks)
drivers/media/dvb-frontends/ec100.c
263
static void ec100_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/ec100.c
271
struct dvb_frontend *ec100_attach(const struct ec100_config *config,
drivers/media/dvb-frontends/ec100.c
75
static int ec100_set_frontend(struct dvb_frontend *fe)
drivers/media/dvb-frontends/ec100.h
20
extern struct dvb_frontend *ec100_attach(const struct ec100_config *config,
drivers/media/dvb-frontends/ec100.h
23
static inline struct dvb_frontend *ec100_attach(
drivers/media/dvb-frontends/gp8psk-fe.c
101
static int gp8psk_fe_read_snr(struct dvb_frontend* fe, u16 *snr)
drivers/media/dvb-frontends/gp8psk-fe.c
110
static int gp8psk_fe_read_signal_strength(struct dvb_frontend* fe, u16 *strength)
drivers/media/dvb-frontends/gp8psk-fe.c
124
static int gp8psk_fe_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings *tune)
drivers/media/dvb-frontends/gp8psk-fe.c
130
static int gp8psk_fe_set_frontend(struct dvb_frontend *fe)
drivers/media/dvb-frontends/gp8psk-fe.c
238
static int gp8psk_fe_send_diseqc_msg (struct dvb_frontend* fe,
drivers/media/dvb-frontends/gp8psk-fe.c
252
static int gp8psk_fe_send_diseqc_burst(struct dvb_frontend *fe,
drivers/media/dvb-frontends/gp8psk-fe.c
270
static int gp8psk_fe_set_tone(struct dvb_frontend *fe,
drivers/media/dvb-frontends/gp8psk-fe.c
282
static int gp8psk_fe_set_voltage(struct dvb_frontend *fe,
drivers/media/dvb-frontends/gp8psk-fe.c
29
struct dvb_frontend fe;
drivers/media/dvb-frontends/gp8psk-fe.c
294
static int gp8psk_fe_enable_high_lnb_voltage(struct dvb_frontend* fe, long onoff)
drivers/media/dvb-frontends/gp8psk-fe.c
301
static int gp8psk_fe_send_legacy_dish_cmd (struct dvb_frontend* fe, unsigned long sw_cmd)
drivers/media/dvb-frontends/gp8psk-fe.c
316
static void gp8psk_fe_release(struct dvb_frontend* fe)
drivers/media/dvb-frontends/gp8psk-fe.c
325
struct dvb_frontend *gp8psk_fe_attach(const struct gp8psk_fe_ops *ops,
drivers/media/dvb-frontends/gp8psk-fe.c
39
static int gp8psk_tuned_to_DCII(struct dvb_frontend *fe)
drivers/media/dvb-frontends/gp8psk-fe.c
48
static int gp8psk_set_tuner_mode(struct dvb_frontend *fe, int mode)
drivers/media/dvb-frontends/gp8psk-fe.c
67
static int gp8psk_fe_read_status(struct dvb_frontend *fe,
drivers/media/dvb-frontends/gp8psk-fe.c
86
static int gp8psk_fe_read_ber(struct dvb_frontend* fe, u32 *ber)
drivers/media/dvb-frontends/gp8psk-fe.c
94
static int gp8psk_fe_read_unc_blocks(struct dvb_frontend* fe, u32 *unc)
drivers/media/dvb-frontends/gp8psk-fe.h
70
struct dvb_frontend *gp8psk_fe_attach(const struct gp8psk_fe_ops *ops,
drivers/media/dvb-frontends/helene.c
1030
struct dvb_frontend *helene_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/helene.c
1069
struct dvb_frontend *fe = config->fe;
drivers/media/dvb-frontends/helene.c
422
static int helene_init(struct dvb_frontend *fe)
drivers/media/dvb-frontends/helene.c
430
static void helene_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/helene.c
439
static int helene_sleep(struct dvb_frontend *fe)
drivers/media/dvb-frontends/helene.c
448
static enum helene_tv_system_t helene_get_tv_system(struct dvb_frontend *fe)
drivers/media/dvb-frontends/helene.c
510
static int helene_set_params_s(struct dvb_frontend *fe)
drivers/media/dvb-frontends/helene.c
660
static int helene_set_params_t(struct dvb_frontend *fe)
drivers/media/dvb-frontends/helene.c
829
static int helene_set_params(struct dvb_frontend *fe)
drivers/media/dvb-frontends/helene.c
842
static int helene_get_frequency(struct dvb_frontend *fe, u32 *frequency)
drivers/media/dvb-frontends/helene.c
994
struct dvb_frontend *helene_attach_s(struct dvb_frontend *fe,
drivers/media/dvb-frontends/helene.h
42
struct dvb_frontend *fe;
drivers/media/dvb-frontends/helene.h
55
extern struct dvb_frontend *helene_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/helene.h
68
extern struct dvb_frontend *helene_attach_s(struct dvb_frontend *fe,
drivers/media/dvb-frontends/helene.h
72
static inline struct dvb_frontend *helene_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/helene.h
79
static inline struct dvb_frontend *helene_attach_s(struct dvb_frontend *fe,
drivers/media/dvb-frontends/horus3a.c
139
static int horus3a_init(struct dvb_frontend *fe)
drivers/media/dvb-frontends/horus3a.c
147
static void horus3a_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/horus3a.c
156
static int horus3a_sleep(struct dvb_frontend *fe)
drivers/media/dvb-frontends/horus3a.c
165
static int horus3a_set_params(struct dvb_frontend *fe)
drivers/media/dvb-frontends/horus3a.c
313
static int horus3a_get_frequency(struct dvb_frontend *fe, u32 *frequency)
drivers/media/dvb-frontends/horus3a.c
335
struct dvb_frontend *horus3a_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/horus3a.h
44
extern struct dvb_frontend *horus3a_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/horus3a.h
48
static inline struct dvb_frontend *horus3a_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/isl6405.c
106
struct dvb_frontend *isl6405_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c,
drivers/media/dvb-frontends/isl6405.c
29
static int isl6405_set_voltage(struct dvb_frontend *fe,
drivers/media/dvb-frontends/isl6405.c
72
static int isl6405_enable_high_lnb_voltage(struct dvb_frontend *fe, long arg)
drivers/media/dvb-frontends/isl6405.c
96
static void isl6405_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/isl6405.h
45
extern struct dvb_frontend *isl6405_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c,
drivers/media/dvb-frontends/isl6405.h
48
static inline struct dvb_frontend *isl6405_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/isl6421.c
124
static int isl6421_enable_high_lnb_voltage(struct dvb_frontend *fe, long arg)
drivers/media/dvb-frontends/isl6421.c
142
static int isl6421_set_tone(struct dvb_frontend *fe,
drivers/media/dvb-frontends/isl6421.c
167
static void isl6421_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/isl6421.c
177
struct dvb_frontend *isl6421_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, u8 i2c_addr,
drivers/media/dvb-frontends/isl6421.c
30
static int isl6421_set_voltage(struct dvb_frontend *fe,
drivers/media/dvb-frontends/isl6421.h
27
extern struct dvb_frontend *isl6421_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, u8 i2c_addr,
drivers/media/dvb-frontends/isl6421.h
30
static inline struct dvb_frontend *isl6421_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, u8 i2c_addr,
drivers/media/dvb-frontends/isl6423.c
135
static int isl6423_set_voltage(struct dvb_frontend *fe,
drivers/media/dvb-frontends/isl6423.c
184
static int isl6423_set_current(struct dvb_frontend *fe)
drivers/media/dvb-frontends/isl6423.c
247
static void isl6423_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/isl6423.c
255
struct dvb_frontend *isl6423_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/isl6423.c
75
static int isl6423_set_modulation(struct dvb_frontend *fe)
drivers/media/dvb-frontends/isl6423.c
99
static int isl6423_voltage_boost(struct dvb_frontend *fe, long arg)
drivers/media/dvb-frontends/isl6423.h
36
extern struct dvb_frontend *isl6423_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/isl6423.h
41
static inline struct dvb_frontend *isl6423_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/itd1000.c
251
static int itd1000_set_parameters(struct dvb_frontend *fe)
drivers/media/dvb-frontends/itd1000.c
267
static int itd1000_get_frequency(struct dvb_frontend *fe, u32 *frequency)
drivers/media/dvb-frontends/itd1000.c
274
static int itd1000_get_bandwidth(struct dvb_frontend *fe, u32 *bandwidth)
drivers/media/dvb-frontends/itd1000.c
319
static int itd1000_init(struct dvb_frontend *fe)
drivers/media/dvb-frontends/itd1000.c
333
static int itd1000_sleep(struct dvb_frontend *fe)
drivers/media/dvb-frontends/itd1000.c
338
static void itd1000_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/itd1000.c
363
struct dvb_frontend *itd1000_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct itd1000_config *cfg)
drivers/media/dvb-frontends/itd1000.h
11
struct dvb_frontend;
drivers/media/dvb-frontends/itd1000.h
19
extern struct dvb_frontend *itd1000_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct itd1000_config *cfg);
drivers/media/dvb-frontends/itd1000.h
21
static inline struct dvb_frontend *itd1000_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct itd1000_config *cfg)
drivers/media/dvb-frontends/ix2505v.c
118
static int ix2505v_set_params(struct dvb_frontend *fe)
drivers/media/dvb-frontends/ix2505v.c
238
static int ix2505v_get_frequency(struct dvb_frontend *fe, u32 *frequency)
drivers/media/dvb-frontends/ix2505v.c
258
struct dvb_frontend *ix2505v_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/ix2505v.c
84
static void ix2505v_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/ix2505v.h
42
extern struct dvb_frontend *ix2505v_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/ix2505v.h
45
static inline struct dvb_frontend *ix2505v_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/l64781.c
108
static int apply_frontend_param(struct dvb_frontend *fe)
drivers/media/dvb-frontends/l64781.c
23
struct dvb_frontend frontend;
drivers/media/dvb-frontends/l64781.c
234
static int get_frontend(struct dvb_frontend *fe,
drivers/media/dvb-frontends/l64781.c
350
static int l64781_read_status(struct dvb_frontend *fe, enum fe_status *status)
drivers/media/dvb-frontends/l64781.c
379
static int l64781_read_ber(struct dvb_frontend* fe, u32* ber)
drivers/media/dvb-frontends/l64781.c
391
static int l64781_read_signal_strength(struct dvb_frontend* fe, u16* signal_strength)
drivers/media/dvb-frontends/l64781.c
401
static int l64781_read_snr(struct dvb_frontend* fe, u16* snr)
drivers/media/dvb-frontends/l64781.c
411
static int l64781_read_ucblocks(struct dvb_frontend* fe, u32* ucblocks)
drivers/media/dvb-frontends/l64781.c
421
static int l64781_sleep(struct dvb_frontend* fe)
drivers/media/dvb-frontends/l64781.c
429
static int l64781_init(struct dvb_frontend* fe)
drivers/media/dvb-frontends/l64781.c
472
static int l64781_get_tune_settings(struct dvb_frontend* fe,
drivers/media/dvb-frontends/l64781.c
481
static void l64781_release(struct dvb_frontend* fe)
drivers/media/dvb-frontends/l64781.c
489
struct dvb_frontend* l64781_attach(const struct l64781_config* config,
drivers/media/dvb-frontends/l64781.h
23
extern struct dvb_frontend* l64781_attach(const struct l64781_config* config,
drivers/media/dvb-frontends/l64781.h
26
static inline struct dvb_frontend* l64781_attach(const struct l64781_config* config,
drivers/media/dvb-frontends/lg2160.c
1041
static int lg2160_set_frontend(struct dvb_frontend *fe)
drivers/media/dvb-frontends/lg2160.c
1186
static int lg216x_read_status(struct dvb_frontend *fe, enum fe_status *status)
drivers/media/dvb-frontends/lg2160.c
1215
static int lg2160_read_snr(struct dvb_frontend *fe, u16 *snr)
drivers/media/dvb-frontends/lg2160.c
1243
static int lg2161_read_snr(struct dvb_frontend *fe, u16 *snr)
drivers/media/dvb-frontends/lg2160.c
1268
static int lg216x_read_signal_strength(struct dvb_frontend *fe,
drivers/media/dvb-frontends/lg2160.c
1303
static int lg216x_read_ucblocks(struct dvb_frontend *fe, u32 *ucblocks)
drivers/media/dvb-frontends/lg2160.c
1322
static int lg216x_get_tune_settings(struct dvb_frontend *fe,
drivers/media/dvb-frontends/lg2160.c
1331
static void lg216x_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/lg2160.c
1390
struct dvb_frontend *lg2160_attach(const struct lg2160_config *config,
drivers/media/dvb-frontends/lg2160.c
146
static int lg216x_i2c_gate_ctrl(struct dvb_frontend *fe, int enable)
drivers/media/dvb-frontends/lg2160.c
43
struct dvb_frontend frontend;
drivers/media/dvb-frontends/lg2160.c
931
static int lg216x_get_frontend(struct dvb_frontend *fe,
drivers/media/dvb-frontends/lg2160.h
57
struct dvb_frontend *lg2160_attach(const struct lg2160_config *config,
drivers/media/dvb-frontends/lg2160.h
61
struct dvb_frontend *lg2160_attach(const struct lg2160_config *config,
drivers/media/dvb-frontends/lgdt3305.c
1028
static int lgdt3305_read_signal_strength(struct dvb_frontend *fe,
drivers/media/dvb-frontends/lgdt3305.c
1059
static int lgdt3305_read_ber(struct dvb_frontend *fe, u32 *ber)
drivers/media/dvb-frontends/lgdt3305.c
1065
static int lgdt3305_read_ucblocks(struct dvb_frontend *fe, u32 *ucblocks)
drivers/media/dvb-frontends/lgdt3305.c
1076
static int lgdt3305_get_tune_settings(struct dvb_frontend *fe,
drivers/media/dvb-frontends/lgdt3305.c
1085
static void lgdt3305_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/lgdt3305.c
1095
struct dvb_frontend *lgdt3305_attach(const struct lgdt3305_config *config,
drivers/media/dvb-frontends/lgdt3305.c
47
struct dvb_frontend frontend;
drivers/media/dvb-frontends/lgdt3305.c
542
static int lgdt3305_i2c_gate_ctrl(struct dvb_frontend *fe, int enable)
drivers/media/dvb-frontends/lgdt3305.c
555
static int lgdt3305_sleep(struct dvb_frontend *fe)
drivers/media/dvb-frontends/lgdt3305.c
583
static int lgdt3305_init(struct dvb_frontend *fe)
drivers/media/dvb-frontends/lgdt3305.c
669
static int lgdt3304_set_parameters(struct dvb_frontend *fe)
drivers/media/dvb-frontends/lgdt3305.c
737
static int lgdt3305_set_parameters(struct dvb_frontend *fe)
drivers/media/dvb-frontends/lgdt3305.c
801
static int lgdt3305_get_frontend(struct dvb_frontend *fe,
drivers/media/dvb-frontends/lgdt3305.c
901
static int lgdt3305_read_status(struct dvb_frontend *fe, enum fe_status *status)
drivers/media/dvb-frontends/lgdt3305.c
983
static int lgdt3305_read_snr(struct dvb_frontend *fe, u16 *snr)
drivers/media/dvb-frontends/lgdt3305.h
70
struct dvb_frontend *lgdt3305_attach(const struct lgdt3305_config *config,
drivers/media/dvb-frontends/lgdt3305.h
74
struct dvb_frontend *lgdt3305_attach(const struct lgdt3305_config *config,
drivers/media/dvb-frontends/lgdt3306a.c
1046
static int lgdt3306a_get_frontend(struct dvb_frontend *fe,
drivers/media/dvb-frontends/lgdt3306a.c
1059
static enum dvbfe_algo lgdt3306a_get_frontend_algo(struct dvb_frontend *fe)
drivers/media/dvb-frontends/lgdt3306a.c
1564
static int lgdt3306a_read_status(struct dvb_frontend *fe,
drivers/media/dvb-frontends/lgdt3306a.c
1623
static int lgdt3306a_read_snr(struct dvb_frontend *fe, u16 *snr)
drivers/media/dvb-frontends/lgdt3306a.c
1634
static int lgdt3306a_read_signal_strength(struct dvb_frontend *fe,
drivers/media/dvb-frontends/lgdt3306a.c
1695
static int lgdt3306a_read_ber(struct dvb_frontend *fe, u32 *ber)
drivers/media/dvb-frontends/lgdt3306a.c
1714
static int lgdt3306a_read_ucblocks(struct dvb_frontend *fe, u32 *ucblocks)
drivers/media/dvb-frontends/lgdt3306a.c
1729
static int lgdt3306a_tune(struct dvb_frontend *fe, bool re_tune,
drivers/media/dvb-frontends/lgdt3306a.c
1750
static int lgdt3306a_get_tune_settings(struct dvb_frontend *fe,
drivers/media/dvb-frontends/lgdt3306a.c
1759
static enum dvbfe_search lgdt3306a_search(struct dvb_frontend *fe)
drivers/media/dvb-frontends/lgdt3306a.c
1784
static void lgdt3306a_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/lgdt3306a.c
1794
struct dvb_frontend *lgdt3306a_attach(const struct lgdt3306a_config *config,
drivers/media/dvb-frontends/lgdt3306a.c
2176
struct dvb_frontend *fe;
drivers/media/dvb-frontends/lgdt3306a.c
333
static int lgdt3306a_ts_bus_ctrl(struct dvb_frontend *fe, int acquire)
drivers/media/dvb-frontends/lgdt3306a.c
67
struct dvb_frontend frontend;
drivers/media/dvb-frontends/lgdt3306a.c
774
static int lgdt3306a_i2c_gate_ctrl(struct dvb_frontend *fe, int enable)
drivers/media/dvb-frontends/lgdt3306a.c
806
static int lgdt3306a_fe_sleep(struct dvb_frontend *fe)
drivers/media/dvb-frontends/lgdt3306a.c
813
static int lgdt3306a_init(struct dvb_frontend *fe)
drivers/media/dvb-frontends/lgdt3306a.c
975
static int lgdt3306a_set_parameters(struct dvb_frontend *fe)
drivers/media/dvb-frontends/lgdt3306a.h
52
struct dvb_frontend **fe;
drivers/media/dvb-frontends/lgdt3306a.h
57
struct dvb_frontend *lgdt3306a_attach(const struct lgdt3306a_config *config,
drivers/media/dvb-frontends/lgdt3306a.h
61
struct dvb_frontend *lgdt3306a_attach(const struct lgdt3306a_config *config,
drivers/media/dvb-frontends/lgdt330x.c
179
static int lgdt330x_init(struct dvb_frontend *fe)
drivers/media/dvb-frontends/lgdt330x.c
300
static int lgdt330x_read_ucblocks(struct dvb_frontend *fe, u32 *ucblocks)
drivers/media/dvb-frontends/lgdt330x.c
309
static int lgdt330x_set_parameters(struct dvb_frontend *fe)
drivers/media/dvb-frontends/lgdt330x.c
442
static int lgdt330x_get_frontend(struct dvb_frontend *fe,
drivers/media/dvb-frontends/lgdt330x.c
492
static int lgdt3302_read_snr(struct dvb_frontend *fe)
drivers/media/dvb-frontends/lgdt330x.c
53
struct dvb_frontend frontend;
drivers/media/dvb-frontends/lgdt330x.c
539
static int lgdt3303_read_snr(struct dvb_frontend *fe)
drivers/media/dvb-frontends/lgdt330x.c
584
static int lgdt330x_read_snr(struct dvb_frontend *fe, u16 *snr)
drivers/media/dvb-frontends/lgdt330x.c
593
static int lgdt330x_read_signal_strength(struct dvb_frontend *fe, u16 *strength)
drivers/media/dvb-frontends/lgdt330x.c
618
static int lgdt3302_read_status(struct dvb_frontend *fe,
drivers/media/dvb-frontends/lgdt330x.c
721
static int lgdt3303_read_status(struct dvb_frontend *fe,
drivers/media/dvb-frontends/lgdt330x.c
828
lgdt330x_get_tune_settings(struct dvb_frontend *fe,
drivers/media/dvb-frontends/lgdt330x.c
838
static void lgdt330x_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/lgdt330x.c
848
static struct dvb_frontend *lgdt330x_get_dvb_frontend(struct i2c_client *client)
drivers/media/dvb-frontends/lgdt330x.c
913
struct dvb_frontend *lgdt330x_attach(const struct lgdt330x_config *_config,
drivers/media/dvb-frontends/lgdt330x.h
38
int (*pll_rf_set) (struct dvb_frontend* fe, int index);
drivers/media/dvb-frontends/lgdt330x.h
39
int (*set_ts_params)(struct dvb_frontend* fe, int is_punctured);
drivers/media/dvb-frontends/lgdt330x.h
42
struct dvb_frontend* (*get_dvb_frontend)(struct i2c_client *);
drivers/media/dvb-frontends/lgdt330x.h
46
struct dvb_frontend *lgdt330x_attach(const struct lgdt330x_config *config,
drivers/media/dvb-frontends/lgdt330x.h
51
struct dvb_frontend *lgdt330x_attach(const struct lgdt330x_config *config,
drivers/media/dvb-frontends/lgs8gl5.c
220
lgs8gl5_init(struct dvb_frontend *fe)
drivers/media/dvb-frontends/lgs8gl5.c
240
lgs8gl5_read_status(struct dvb_frontend *fe, enum fe_status *status)
drivers/media/dvb-frontends/lgs8gl5.c
262
lgs8gl5_read_ber(struct dvb_frontend *fe, u32 *ber)
drivers/media/dvb-frontends/lgs8gl5.c
271
lgs8gl5_read_signal_strength(struct dvb_frontend *fe, u16 *signal_strength)
drivers/media/dvb-frontends/lgs8gl5.c
282
lgs8gl5_read_snr(struct dvb_frontend *fe, u16 *snr)
drivers/media/dvb-frontends/lgs8gl5.c
293
lgs8gl5_read_ucblocks(struct dvb_frontend *fe, u32 *ucblocks)
drivers/media/dvb-frontends/lgs8gl5.c
302
lgs8gl5_set_frontend(struct dvb_frontend *fe)
drivers/media/dvb-frontends/lgs8gl5.c
327
lgs8gl5_get_frontend(struct dvb_frontend *fe,
drivers/media/dvb-frontends/lgs8gl5.c
349
lgs8gl5_get_tune_settings(struct dvb_frontend *fe,
drivers/media/dvb-frontends/lgs8gl5.c
360
lgs8gl5_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/lgs8gl5.c
370
struct dvb_frontend*
drivers/media/dvb-frontends/lgs8gl5.c
46
struct dvb_frontend frontend;
drivers/media/dvb-frontends/lgs8gl5.h
22
extern struct dvb_frontend *lgs8gl5_attach(
drivers/media/dvb-frontends/lgs8gl5.h
25
static inline struct dvb_frontend *lgs8gl5_attach(
drivers/media/dvb-frontends/lgs8gxx.c
1004
struct dvb_frontend *lgs8gxx_attach(const struct lgs8gxx_config *config,
drivers/media/dvb-frontends/lgs8gxx.c
610
static int lgs8gxx_init(struct dvb_frontend *fe)
drivers/media/dvb-frontends/lgs8gxx.c
640
static void lgs8gxx_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/lgs8gxx.c
649
static int lgs8gxx_write(struct dvb_frontend *fe, const u8 buf[], int len)
drivers/media/dvb-frontends/lgs8gxx.c
659
static int lgs8gxx_set_fe(struct dvb_frontend *fe)
drivers/media/dvb-frontends/lgs8gxx.c
701
int lgs8gxx_get_tune_settings(struct dvb_frontend *fe,
drivers/media/dvb-frontends/lgs8gxx.c
711
static int lgs8gxx_read_status(struct dvb_frontend *fe,
drivers/media/dvb-frontends/lgs8gxx.c
851
static int lgs8gxx_read_signal_strength(struct dvb_frontend *fe, u16 *signal)
drivers/media/dvb-frontends/lgs8gxx.c
863
static int lgs8gxx_read_snr(struct dvb_frontend *fe, u16 *snr)
drivers/media/dvb-frontends/lgs8gxx.c
881
static int lgs8gxx_read_ucblocks(struct dvb_frontend *fe, u32 *ucblocks)
drivers/media/dvb-frontends/lgs8gxx.c
921
static int lgs8gxx_read_ber(struct dvb_frontend *fe, u32 *ber)
drivers/media/dvb-frontends/lgs8gxx.c
961
static int lgs8gxx_i2c_gate_ctrl(struct dvb_frontend *fe, int enable)
drivers/media/dvb-frontends/lgs8gxx.h
69
extern struct dvb_frontend *lgs8gxx_attach(const struct lgs8gxx_config *config,
drivers/media/dvb-frontends/lgs8gxx.h
73
struct dvb_frontend *lgs8gxx_attach(const struct lgs8gxx_config *config,
drivers/media/dvb-frontends/lgs8gxx_priv.h
19
struct dvb_frontend frontend;
drivers/media/dvb-frontends/lnbh24.h
27
extern struct dvb_frontend *lnbh24_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/lnbh24.h
31
static inline struct dvb_frontend *lnbh24_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/lnbh25.c
134
static void lnbh25_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/lnbh25.c
144
struct dvb_frontend *lnbh25_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/lnbh25.c
81
static int lnbh25_set_voltage(struct dvb_frontend *fe,
drivers/media/dvb-frontends/lnbh25.h
31
struct dvb_frontend *lnbh25_attach(
drivers/media/dvb-frontends/lnbh25.h
32
struct dvb_frontend *fe,
drivers/media/dvb-frontends/lnbh25.h
36
static inline struct dvb_frontend *lnbh25_attach(
drivers/media/dvb-frontends/lnbh25.h
37
struct dvb_frontend *fe,
drivers/media/dvb-frontends/lnbh29.c
125
static void lnbh29_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/lnbh29.c
132
struct dvb_frontend *lnbh29_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/lnbh29.c
78
static int lnbh29_set_voltage(struct dvb_frontend *fe,
drivers/media/dvb-frontends/lnbh29.h
23
struct dvb_frontend *lnbh29_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/lnbh29.h
27
static inline struct dvb_frontend *lnbh29_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/lnbp21.c
102
static void lnbp21_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/lnbp21.c
112
static struct dvb_frontend *lnbx2x_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/lnbp21.c
151
struct dvb_frontend *lnbh24_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/lnbp21.c
160
struct dvb_frontend *lnbp21_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/lnbp21.c
30
static int lnbp21_set_voltage(struct dvb_frontend *fe,
drivers/media/dvb-frontends/lnbp21.c
59
static int lnbp21_enable_high_lnb_voltage(struct dvb_frontend *fe, long arg)
drivers/media/dvb-frontends/lnbp21.c
77
static int lnbp21_set_tone(struct dvb_frontend *fe,
drivers/media/dvb-frontends/lnbp21.h
44
extern struct dvb_frontend *lnbp21_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/lnbp21.h
48
static inline struct dvb_frontend *lnbp21_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/lnbp22.c
34
static int lnbp22_set_voltage(struct dvb_frontend *fe,
drivers/media/dvb-frontends/lnbp22.c
66
static int lnbp22_enable_high_lnb_voltage(struct dvb_frontend *fe, long arg)
drivers/media/dvb-frontends/lnbp22.c
85
static void lnbp22_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/lnbp22.c
96
struct dvb_frontend *lnbp22_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/lnbp22.h
28
extern struct dvb_frontend *lnbp22_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/lnbp22.h
31
static inline struct dvb_frontend *lnbp22_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/m88ds3103.c
1018
static int m88ds3103_init(struct dvb_frontend *fe)
drivers/media/dvb-frontends/m88ds3103.c
1145
static int m88ds3103_sleep(struct dvb_frontend *fe)
drivers/media/dvb-frontends/m88ds3103.c
1183
static int m88ds3103_get_frontend(struct dvb_frontend *fe,
drivers/media/dvb-frontends/m88ds3103.c
1352
static int m88ds3103_read_snr(struct dvb_frontend *fe, u16 *snr)
drivers/media/dvb-frontends/m88ds3103.c
1364
static int m88ds3103_read_ber(struct dvb_frontend *fe, u32 *ber)
drivers/media/dvb-frontends/m88ds3103.c
1373
static int m88ds3103_set_tone(struct dvb_frontend *fe,
drivers/media/dvb-frontends/m88ds3103.c
1419
static int m88ds3103_set_voltage(struct dvb_frontend *fe,
drivers/media/dvb-frontends/m88ds3103.c
1469
static int m88ds3103_diseqc_send_master_cmd(struct dvb_frontend *fe,
drivers/media/dvb-frontends/m88ds3103.c
1548
static int m88ds3103_diseqc_send_burst(struct dvb_frontend *fe,
drivers/media/dvb-frontends/m88ds3103.c
156
int m88ds3103_get_agc_pwm(struct dvb_frontend *fe, u8 *_agc_pwm)
drivers/media/dvb-frontends/m88ds3103.c
1627
static int m88ds3103_get_tune_settings(struct dvb_frontend *fe,
drivers/media/dvb-frontends/m88ds3103.c
1635
static void m88ds3103_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/m88ds3103.c
1672
struct dvb_frontend *m88ds3103_attach(const struct m88ds3103_config *cfg,
drivers/media/dvb-frontends/m88ds3103.c
169
static int m88ds3103_read_status(struct dvb_frontend *fe,
drivers/media/dvb-frontends/m88ds3103.c
1752
static struct dvb_frontend *m88ds3103_get_dvb_frontend(struct i2c_client *client)
drivers/media/dvb-frontends/m88ds3103.c
618
static int m88ds3103_set_frontend(struct dvb_frontend *fe)
drivers/media/dvb-frontends/m88ds3103.h
141
extern struct dvb_frontend *m88ds3103_attach(
drivers/media/dvb-frontends/m88ds3103.h
145
extern int m88ds3103_get_agc_pwm(struct dvb_frontend *fe, u8 *_agc_pwm);
drivers/media/dvb-frontends/m88ds3103.h
147
static inline struct dvb_frontend *m88ds3103_attach(
drivers/media/dvb-frontends/m88ds3103.h
80
struct dvb_frontend* (*get_dvb_frontend)(struct i2c_client *);
drivers/media/dvb-frontends/m88ds3103_priv.h
37
struct dvb_frontend fe;
drivers/media/dvb-frontends/m88rs2000.c
101
static u32 m88rs2000_get_mclk(struct dvb_frontend *fe)
drivers/media/dvb-frontends/m88rs2000.c
119
static int m88rs2000_set_carrieroffset(struct dvb_frontend *fe, s16 offset)
drivers/media/dvb-frontends/m88rs2000.c
147
static int m88rs2000_set_symbolrate(struct dvb_frontend *fe, u32 srate)
drivers/media/dvb-frontends/m88rs2000.c
193
static int m88rs2000_send_diseqc_msg(struct dvb_frontend *fe,
drivers/media/dvb-frontends/m88rs2000.c
237
static int m88rs2000_send_diseqc_burst(struct dvb_frontend *fe,
drivers/media/dvb-frontends/m88rs2000.c
255
static int m88rs2000_set_tone(struct dvb_frontend *fe,
drivers/media/dvb-frontends/m88rs2000.c
28
struct dvb_frontend frontend;
drivers/media/dvb-frontends/m88rs2000.c
405
static int m88rs2000_set_voltage(struct dvb_frontend *fe,
drivers/media/dvb-frontends/m88rs2000.c
431
static int m88rs2000_init(struct dvb_frontend *fe)
drivers/media/dvb-frontends/m88rs2000.c
447
static int m88rs2000_sleep(struct dvb_frontend *fe)
drivers/media/dvb-frontends/m88rs2000.c
456
static int m88rs2000_read_status(struct dvb_frontend *fe,
drivers/media/dvb-frontends/m88rs2000.c
473
static int m88rs2000_read_ber(struct dvb_frontend *fe, u32 *ber)
drivers/media/dvb-frontends/m88rs2000.c
499
static int m88rs2000_read_signal_strength(struct dvb_frontend *fe,
drivers/media/dvb-frontends/m88rs2000.c
508
static int m88rs2000_read_snr(struct dvb_frontend *fe, u16 *snr)
drivers/media/dvb-frontends/m88rs2000.c
517
static int m88rs2000_read_ucblocks(struct dvb_frontend *fe, u32 *ucblocks)
drivers/media/dvb-frontends/m88rs2000.c
597
static int m88rs2000_set_frontend(struct dvb_frontend *fe)
drivers/media/dvb-frontends/m88rs2000.c
702
static int m88rs2000_get_frontend(struct dvb_frontend *fe,
drivers/media/dvb-frontends/m88rs2000.c
713
static int m88rs2000_get_tune_settings(struct dvb_frontend *fe,
drivers/media/dvb-frontends/m88rs2000.c
729
static int m88rs2000_i2c_gate_ctrl(struct dvb_frontend *fe, int enable)
drivers/media/dvb-frontends/m88rs2000.c
741
static void m88rs2000_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/m88rs2000.c
783
struct dvb_frontend *m88rs2000_attach(const struct m88rs2000_config *config,
drivers/media/dvb-frontends/m88rs2000.h
23
int (*set_ts_params)(struct dvb_frontend *, int);
drivers/media/dvb-frontends/m88rs2000.h
32
extern struct dvb_frontend *m88rs2000_attach(
drivers/media/dvb-frontends/m88rs2000.h
35
static inline struct dvb_frontend *m88rs2000_attach(
drivers/media/dvb-frontends/mb86a16.c
1499
static int mb86a16_send_diseqc_msg(struct dvb_frontend *fe,
drivers/media/dvb-frontends/mb86a16.c
1543
static int mb86a16_send_diseqc_burst(struct dvb_frontend *fe,
drivers/media/dvb-frontends/mb86a16.c
1572
static int mb86a16_set_tone(struct dvb_frontend *fe, enum fe_sec_tone_mode tone)
drivers/media/dvb-frontends/mb86a16.c
1605
static enum dvbfe_search mb86a16_search(struct dvb_frontend *fe)
drivers/media/dvb-frontends/mb86a16.c
1622
static void mb86a16_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/mb86a16.c
1628
static int mb86a16_init(struct dvb_frontend *fe)
drivers/media/dvb-frontends/mb86a16.c
1633
static int mb86a16_sleep(struct dvb_frontend *fe)
drivers/media/dvb-frontends/mb86a16.c
1638
static int mb86a16_read_ber(struct dvb_frontend *fe, u32 *ber)
drivers/media/dvb-frontends/mb86a16.c
1705
static int mb86a16_read_signal_strength(struct dvb_frontend *fe, u16 *strength)
drivers/media/dvb-frontends/mb86a16.c
1752
static int mb86a16_read_snr(struct dvb_frontend *fe, u16 *snr)
drivers/media/dvb-frontends/mb86a16.c
1778
static int mb86a16_read_ucblocks(struct dvb_frontend *fe, u32 *ucblocks)
drivers/media/dvb-frontends/mb86a16.c
1792
static enum dvbfe_algo mb86a16_frontend_algo(struct dvb_frontend *fe)
drivers/media/dvb-frontends/mb86a16.c
1830
struct dvb_frontend *mb86a16_attach(const struct mb86a16_config *config,
drivers/media/dvb-frontends/mb86a16.c
25
struct dvb_frontend frontend;
drivers/media/dvb-frontends/mb86a16.c
571
static int mb86a16_read_status(struct dvb_frontend *fe, enum fe_status *status)
drivers/media/dvb-frontends/mb86a16.h
19
int (*set_voltage)(struct dvb_frontend *fe,
drivers/media/dvb-frontends/mb86a16.h
27
extern struct dvb_frontend *mb86a16_attach(const struct mb86a16_config *config,
drivers/media/dvb-frontends/mb86a16.h
32
static inline struct dvb_frontend *mb86a16_attach(const struct mb86a16_config *config,
drivers/media/dvb-frontends/mb86a20s.c
1053
static int mb86a20s_get_blk_error(struct dvb_frontend *fe,
drivers/media/dvb-frontends/mb86a20s.c
1375
static int mb86a20s_get_main_CNR(struct dvb_frontend *fe)
drivers/media/dvb-frontends/mb86a20s.c
1422
static int mb86a20s_get_blk_error_layer_CNR(struct dvb_frontend *fe)
drivers/media/dvb-frontends/mb86a20s.c
1524
static void mb86a20s_stats_not_ready(struct dvb_frontend *fe)
drivers/media/dvb-frontends/mb86a20s.c
1562
static int mb86a20s_get_stats(struct dvb_frontend *fe, int status_nr)
drivers/media/dvb-frontends/mb86a20s.c
1741
static int mb86a20s_initfe(struct dvb_frontend *fe)
drivers/media/dvb-frontends/mb86a20s.c
1857
static int mb86a20s_set_frontend(struct dvb_frontend *fe)
drivers/media/dvb-frontends/mb86a20s.c
1931
static int mb86a20s_read_status_and_stats(struct dvb_frontend *fe,
drivers/media/dvb-frontends/mb86a20s.c
1999
static int mb86a20s_read_signal_strength_from_cache(struct dvb_frontend *fe,
drivers/media/dvb-frontends/mb86a20s.c
2010
static int mb86a20s_tune(struct dvb_frontend *fe,
drivers/media/dvb-frontends/mb86a20s.c
2030
static void mb86a20s_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/mb86a20s.c
2039
static enum dvbfe_algo mb86a20s_get_frontend_algo(struct dvb_frontend *fe)
drivers/media/dvb-frontends/mb86a20s.c
2046
struct dvb_frontend *mb86a20s_attach(const struct mb86a20s_config *config,
drivers/media/dvb-frontends/mb86a20s.c
281
static int mb86a20s_read_status(struct dvb_frontend *fe, enum fe_status *status)
drivers/media/dvb-frontends/mb86a20s.c
318
static int mb86a20s_read_signal_strength(struct dvb_frontend *fe)
drivers/media/dvb-frontends/mb86a20s.c
34
struct dvb_frontend frontend;
drivers/media/dvb-frontends/mb86a20s.c
497
static void mb86a20s_reset_frontend_cache(struct dvb_frontend *fe)
drivers/media/dvb-frontends/mb86a20s.c
605
static int mb86a20s_get_frontend(struct dvb_frontend *fe)
drivers/media/dvb-frontends/mb86a20s.c
728
static int mb86a20s_reset_counters(struct dvb_frontend *fe)
drivers/media/dvb-frontends/mb86a20s.c
792
static int mb86a20s_get_pre_ber(struct dvb_frontend *fe,
drivers/media/dvb-frontends/mb86a20s.c
925
static int mb86a20s_get_post_ber(struct dvb_frontend *fe,
drivers/media/dvb-frontends/mb86a20s.h
36
extern struct dvb_frontend *mb86a20s_attach(const struct mb86a20s_config *config,
drivers/media/dvb-frontends/mb86a20s.h
40
static inline struct dvb_frontend *mb86a20s_attach(
drivers/media/dvb-frontends/mn88443x.c
189
struct dvb_frontend fe;
drivers/media/dvb-frontends/mn88443x.c
558
static int mn88443x_sleep(struct dvb_frontend *fe)
drivers/media/dvb-frontends/mn88443x.c
568
static int mn88443x_set_frontend(struct dvb_frontend *fe)
drivers/media/dvb-frontends/mn88443x.c
619
static int mn88443x_get_tune_settings(struct dvb_frontend *fe,
drivers/media/dvb-frontends/mn88443x.c
637
static int mn88443x_read_status(struct dvb_frontend *fe, enum fe_status *status)
drivers/media/dvb-frontends/mn88443x.h
24
struct dvb_frontend **fe;
drivers/media/dvb-frontends/mn88472.c
10
static int mn88472_get_tune_settings(struct dvb_frontend *fe,
drivers/media/dvb-frontends/mn88472.c
17
static int mn88472_read_status(struct dvb_frontend *fe, enum fe_status *status)
drivers/media/dvb-frontends/mn88472.c
199
static int mn88472_set_frontend(struct dvb_frontend *fe)
drivers/media/dvb-frontends/mn88472.c
394
static int mn88472_init(struct dvb_frontend *fe)
drivers/media/dvb-frontends/mn88472.c
504
static int mn88472_sleep(struct dvb_frontend *fe)
drivers/media/dvb-frontends/mn88472.c
566
static struct dvb_frontend *mn88472_get_dvb_frontend(struct i2c_client *client)
drivers/media/dvb-frontends/mn88472.h
46
struct dvb_frontend **fe;
drivers/media/dvb-frontends/mn88472.h
47
struct dvb_frontend* (*get_dvb_frontend)(struct i2c_client *);
drivers/media/dvb-frontends/mn88472_priv.h
22
struct dvb_frontend fe;
drivers/media/dvb-frontends/mn88473.c
10
static int mn88473_get_tune_settings(struct dvb_frontend *fe,
drivers/media/dvb-frontends/mn88473.c
17
static int mn88473_set_frontend(struct dvb_frontend *fe)
drivers/media/dvb-frontends/mn88473.c
237
static int mn88473_read_status(struct dvb_frontend *fe, enum fe_status *status)
drivers/media/dvb-frontends/mn88473.c
459
static int mn88473_init(struct dvb_frontend *fe)
drivers/media/dvb-frontends/mn88473.c
552
static int mn88473_sleep(struct dvb_frontend *fe)
drivers/media/dvb-frontends/mn88473.h
32
struct dvb_frontend **fe;
drivers/media/dvb-frontends/mn88473_priv.h
23
struct dvb_frontend frontend;
drivers/media/dvb-frontends/mt312.c
231
static int mt312_initfe(struct dvb_frontend *fe)
drivers/media/dvb-frontends/mt312.c
33
struct dvb_frontend frontend;
drivers/media/dvb-frontends/mt312.c
331
static int mt312_send_master_cmd(struct dvb_frontend *fe,
drivers/media/dvb-frontends/mt312.c
368
static int mt312_send_burst(struct dvb_frontend *fe,
drivers/media/dvb-frontends/mt312.c
392
static int mt312_set_tone(struct dvb_frontend *fe,
drivers/media/dvb-frontends/mt312.c
416
static int mt312_set_voltage(struct dvb_frontend *fe,
drivers/media/dvb-frontends/mt312.c
433
static int mt312_read_status(struct dvb_frontend *fe, enum fe_status *s)
drivers/media/dvb-frontends/mt312.c
462
static int mt312_read_ber(struct dvb_frontend *fe, u32 *ber)
drivers/media/dvb-frontends/mt312.c
477
static int mt312_read_signal_strength(struct dvb_frontend *fe,
drivers/media/dvb-frontends/mt312.c
500
static int mt312_read_snr(struct dvb_frontend *fe, u16 *snr)
drivers/media/dvb-frontends/mt312.c
515
static int mt312_read_ucblocks(struct dvb_frontend *fe, u32 *ubc)
drivers/media/dvb-frontends/mt312.c
530
static int mt312_set_frontend(struct dvb_frontend *fe)
drivers/media/dvb-frontends/mt312.c
637
static int mt312_get_frontend(struct dvb_frontend *fe,
drivers/media/dvb-frontends/mt312.c
658
static int mt312_i2c_gate_ctrl(struct dvb_frontend *fe, int enable)
drivers/media/dvb-frontends/mt312.c
687
static int mt312_sleep(struct dvb_frontend *fe)
drivers/media/dvb-frontends/mt312.c
722
static int mt312_get_tune_settings(struct dvb_frontend *fe,
drivers/media/dvb-frontends/mt312.c
731
static void mt312_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/mt312.c
777
struct dvb_frontend *mt312_attach(const struct mt312_config *config,
drivers/media/dvb-frontends/mt312.h
27
struct dvb_frontend *mt312_attach(const struct mt312_config *config,
drivers/media/dvb-frontends/mt312.h
30
static inline struct dvb_frontend *mt312_attach(
drivers/media/dvb-frontends/mt352.c
155
static int mt352_set_parameters(struct dvb_frontend *fe)
drivers/media/dvb-frontends/mt352.c
301
static int mt352_get_parameters(struct dvb_frontend* fe,
drivers/media/dvb-frontends/mt352.c
32
struct dvb_frontend frontend;
drivers/media/dvb-frontends/mt352.c
407
static int mt352_read_status(struct dvb_frontend *fe, enum fe_status *status)
drivers/media/dvb-frontends/mt352.c
44
static int mt352_single_write(struct dvb_frontend *fe, u8 reg, u8 val)
drivers/media/dvb-frontends/mt352.c
450
static int mt352_read_ber(struct dvb_frontend* fe, u32* ber)
drivers/media/dvb-frontends/mt352.c
461
static int mt352_read_signal_strength(struct dvb_frontend* fe, u16* strength)
drivers/media/dvb-frontends/mt352.c
474
static int mt352_read_snr(struct dvb_frontend* fe, u16* snr)
drivers/media/dvb-frontends/mt352.c
484
static int mt352_read_ucblocks(struct dvb_frontend* fe, u32* ucblocks)
drivers/media/dvb-frontends/mt352.c
494
static int mt352_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings* fe_tune_settings)
drivers/media/dvb-frontends/mt352.c
503
static int mt352_init(struct dvb_frontend* fe)
drivers/media/dvb-frontends/mt352.c
522
static void mt352_release(struct dvb_frontend* fe)
drivers/media/dvb-frontends/mt352.c
530
struct dvb_frontend* mt352_attach(const struct mt352_config* config,
drivers/media/dvb-frontends/mt352.c
58
static int _mt352_write(struct dvb_frontend* fe, const u8 ibuf[], int ilen)
drivers/media/dvb-frontends/mt352.c
91
static int mt352_sleep(struct dvb_frontend* fe)
drivers/media/dvb-frontends/mt352.h
37
int (*demod_init)(struct dvb_frontend* fe);
drivers/media/dvb-frontends/mt352.h
41
extern struct dvb_frontend* mt352_attach(const struct mt352_config* config,
drivers/media/dvb-frontends/mt352.h
44
static inline struct dvb_frontend* mt352_attach(const struct mt352_config* config,
drivers/media/dvb-frontends/mt352.h
52
static inline int mt352_write(struct dvb_frontend *fe, const u8 buf[], int len) {
drivers/media/dvb-frontends/mxl5xx.c
1825
struct dvb_frontend *mxl5xx_attach(struct i2c_adapter *i2c,
drivers/media/dvb-frontends/mxl5xx.c
1827
int (**fn_set_input)(struct dvb_frontend *, int))
drivers/media/dvb-frontends/mxl5xx.c
333
static int init(struct dvb_frontend *fe)
drivers/media/dvb-frontends/mxl5xx.c
354
static void release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/mxl5xx.c
368
static enum dvbfe_algo get_algo(struct dvb_frontend *fe)
drivers/media/dvb-frontends/mxl5xx.c
418
static int send_master_cmd(struct dvb_frontend *fe,
drivers/media/dvb-frontends/mxl5xx.c
426
static int set_parameters(struct dvb_frontend *fe)
drivers/media/dvb-frontends/mxl5xx.c
492
static int sleep(struct dvb_frontend *fe)
drivers/media/dvb-frontends/mxl5xx.c
512
static int read_snr(struct dvb_frontend *fe)
drivers/media/dvb-frontends/mxl5xx.c
533
static int read_ber(struct dvb_frontend *fe)
drivers/media/dvb-frontends/mxl5xx.c
589
static int read_signal_strength(struct dvb_frontend *fe)
drivers/media/dvb-frontends/mxl5xx.c
610
static int read_status(struct dvb_frontend *fe, enum fe_status *status)
drivers/media/dvb-frontends/mxl5xx.c
648
static int tune(struct dvb_frontend *fe, bool re_tune,
drivers/media/dvb-frontends/mxl5xx.c
679
static int get_frontend(struct dvb_frontend *fe,
drivers/media/dvb-frontends/mxl5xx.c
74
struct dvb_frontend fe;
drivers/media/dvb-frontends/mxl5xx.c
766
static int set_input(struct dvb_frontend *fe, int input)
drivers/media/dvb-frontends/mxl5xx.h
38
extern struct dvb_frontend *mxl5xx_attach(struct i2c_adapter *i2c,
drivers/media/dvb-frontends/mxl5xx.h
40
int (**fn_set_input)(struct dvb_frontend *, int));
drivers/media/dvb-frontends/mxl5xx.h
44
static inline struct dvb_frontend *mxl5xx_attach(struct i2c_adapter *i2c,
drivers/media/dvb-frontends/mxl5xx.h
46
int (**fn_set_input)(struct dvb_frontend *, int))
drivers/media/dvb-frontends/mxl692.c
1100
static int mxl692_get_frontend(struct dvb_frontend *fe,
drivers/media/dvb-frontends/mxl692.c
1111
static int mxl692_read_snr(struct dvb_frontend *fe, u16 *snr)
drivers/media/dvb-frontends/mxl692.c
1162
static int mxl692_read_ber_ucb(struct dvb_frontend *fe)
drivers/media/dvb-frontends/mxl692.c
1215
static int mxl692_read_status(struct dvb_frontend *fe,
drivers/media/dvb-frontends/mxl692.c
23
struct dvb_frontend fe;
drivers/media/dvb-frontends/mxl692.c
853
static int mxl692_init(struct dvb_frontend *fe)
drivers/media/dvb-frontends/mxl692.c
935
static int mxl692_sleep(struct dvb_frontend *fe)
drivers/media/dvb-frontends/mxl692.c
945
static int mxl692_set_frontend(struct dvb_frontend *fe)
drivers/media/dvb-frontends/mxl692.h
26
struct dvb_frontend **fe;
drivers/media/dvb-frontends/nxt200x.c
1087
static int nxt200x_init(struct dvb_frontend* fe)
drivers/media/dvb-frontends/nxt200x.c
1108
static int nxt200x_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings* fesettings)
drivers/media/dvb-frontends/nxt200x.c
1116
static void nxt200x_release(struct dvb_frontend* fe)
drivers/media/dvb-frontends/nxt200x.c
1124
struct dvb_frontend* nxt200x_attach(const struct nxt200x_config* config,
drivers/media/dvb-frontends/nxt200x.c
401
static int nxt2002_load_firmware (struct dvb_frontend* fe, const struct firmware *fw)
drivers/media/dvb-frontends/nxt200x.c
468
static int nxt2004_load_firmware (struct dvb_frontend* fe, const struct firmware *fw)
drivers/media/dvb-frontends/nxt200x.c
48
struct dvb_frontend frontend;
drivers/media/dvb-frontends/nxt200x.c
519
static int nxt200x_setup_frontend_parameters(struct dvb_frontend *fe)
drivers/media/dvb-frontends/nxt200x.c
754
static int nxt200x_read_status(struct dvb_frontend *fe, enum fe_status *status)
drivers/media/dvb-frontends/nxt200x.c
771
static int nxt200x_read_ber(struct dvb_frontend* fe, u32* ber)
drivers/media/dvb-frontends/nxt200x.c
783
static int nxt200x_read_signal_strength(struct dvb_frontend* fe, u16* strength)
drivers/media/dvb-frontends/nxt200x.c
802
static int nxt200x_read_snr(struct dvb_frontend* fe, u16* snr)
drivers/media/dvb-frontends/nxt200x.c
836
static int nxt200x_read_ucblocks(struct dvb_frontend* fe, u32* ucblocks)
drivers/media/dvb-frontends/nxt200x.c
847
static int nxt200x_sleep(struct dvb_frontend* fe)
drivers/media/dvb-frontends/nxt200x.c
852
static int nxt2002_init(struct dvb_frontend* fe)
drivers/media/dvb-frontends/nxt200x.c
915
static int nxt2004_init(struct dvb_frontend* fe)
drivers/media/dvb-frontends/nxt200x.h
28
int (*set_ts_params)(struct dvb_frontend* fe, int is_punctured);
drivers/media/dvb-frontends/nxt200x.h
32
extern struct dvb_frontend* nxt200x_attach(const struct nxt200x_config* config,
drivers/media/dvb-frontends/nxt200x.h
35
static inline struct dvb_frontend* nxt200x_attach(const struct nxt200x_config* config,
drivers/media/dvb-frontends/nxt6000.c
173
static void nxt6000_setup(struct dvb_frontend* fe)
drivers/media/dvb-frontends/nxt6000.c
28
struct dvb_frontend frontend;
drivers/media/dvb-frontends/nxt6000.c
427
static int nxt6000_read_status(struct dvb_frontend *fe, enum fe_status *status)
drivers/media/dvb-frontends/nxt6000.c
457
static int nxt6000_init(struct dvb_frontend* fe)
drivers/media/dvb-frontends/nxt6000.c
467
static int nxt6000_set_frontend(struct dvb_frontend *fe)
drivers/media/dvb-frontends/nxt6000.c
498
static void nxt6000_release(struct dvb_frontend* fe)
drivers/media/dvb-frontends/nxt6000.c
504
static int nxt6000_read_snr(struct dvb_frontend* fe, u16* snr)
drivers/media/dvb-frontends/nxt6000.c
513
static int nxt6000_read_ber(struct dvb_frontend* fe, u32* ber)
drivers/media/dvb-frontends/nxt6000.c
527
static int nxt6000_read_signal_strength(struct dvb_frontend* fe, u16* signal_strength)
drivers/media/dvb-frontends/nxt6000.c
538
static int nxt6000_fe_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings *tune)
drivers/media/dvb-frontends/nxt6000.c
544
static int nxt6000_i2c_gate_ctrl(struct dvb_frontend* fe, int enable)
drivers/media/dvb-frontends/nxt6000.c
557
struct dvb_frontend* nxt6000_attach(const struct nxt6000_config* config,
drivers/media/dvb-frontends/nxt6000.h
25
extern struct dvb_frontend* nxt6000_attach(const struct nxt6000_config* config,
drivers/media/dvb-frontends/nxt6000.h
28
static inline struct dvb_frontend* nxt6000_attach(const struct nxt6000_config* config,
drivers/media/dvb-frontends/or51132.c
117
static int or51132_load_firmware (struct dvb_frontend* fe, const struct firmware *fw)
drivers/media/dvb-frontends/or51132.c
197
static int or51132_init(struct dvb_frontend* fe)
drivers/media/dvb-frontends/or51132.c
202
static int or51132_read_ber(struct dvb_frontend* fe, u32* ber)
drivers/media/dvb-frontends/or51132.c
208
static int or51132_read_ucblocks(struct dvb_frontend* fe, u32* ucblocks)
drivers/media/dvb-frontends/or51132.c
214
static int or51132_sleep(struct dvb_frontend* fe)
drivers/media/dvb-frontends/or51132.c
219
static int or51132_setmode(struct dvb_frontend* fe)
drivers/media/dvb-frontends/or51132.c
294
static int or51132_set_parameters(struct dvb_frontend *fe)
drivers/media/dvb-frontends/or51132.c
361
static int or51132_get_parameters(struct dvb_frontend* fe,
drivers/media/dvb-frontends/or51132.c
401
static int or51132_read_status(struct dvb_frontend *fe, enum fe_status *status)
drivers/media/dvb-frontends/or51132.c
458
static int or51132_read_snr(struct dvb_frontend* fe, u16* snr)
drivers/media/dvb-frontends/or51132.c
48
struct dvb_frontend frontend;
drivers/media/dvb-frontends/or51132.c
510
static int or51132_read_signal_strength(struct dvb_frontend* fe, u16* strength)
drivers/media/dvb-frontends/or51132.c
532
static int or51132_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings* fe_tune_settings)
drivers/media/dvb-frontends/or51132.c
541
static void or51132_release(struct dvb_frontend* fe)
drivers/media/dvb-frontends/or51132.c
549
struct dvb_frontend* or51132_attach(const struct or51132_config* config,
drivers/media/dvb-frontends/or51132.h
20
int (*set_ts_params)(struct dvb_frontend* fe, int is_punctured);
drivers/media/dvb-frontends/or51132.h
24
extern struct dvb_frontend* or51132_attach(const struct or51132_config* config,
drivers/media/dvb-frontends/or51132.h
27
static inline struct dvb_frontend* or51132_attach(const struct or51132_config* config,
drivers/media/dvb-frontends/or51211.c
152
static int or51211_setmode(struct dvb_frontend* fe, int mode)
drivers/media/dvb-frontends/or51211.c
205
static int or51211_set_parameters(struct dvb_frontend *fe)
drivers/media/dvb-frontends/or51211.c
226
static int or51211_read_status(struct dvb_frontend *fe, enum fe_status *status)
drivers/media/dvb-frontends/or51211.c
281
static int or51211_read_snr(struct dvb_frontend* fe, u16* snr)
drivers/media/dvb-frontends/or51211.c
310
static int or51211_read_signal_strength(struct dvb_frontend* fe, u16* strength)
drivers/media/dvb-frontends/or51211.c
332
static int or51211_read_ber(struct dvb_frontend* fe, u32* ber)
drivers/media/dvb-frontends/or51211.c
338
static int or51211_read_ucblocks(struct dvb_frontend* fe, u32* ucblocks)
drivers/media/dvb-frontends/or51211.c
344
static int or51211_sleep(struct dvb_frontend* fe)
drivers/media/dvb-frontends/or51211.c
349
static int or51211_init(struct dvb_frontend* fe)
drivers/media/dvb-frontends/or51211.c
47
struct dvb_frontend frontend;
drivers/media/dvb-frontends/or51211.c
480
static int or51211_get_tune_settings(struct dvb_frontend* fe,
drivers/media/dvb-frontends/or51211.c
489
static void or51211_release(struct dvb_frontend* fe)
drivers/media/dvb-frontends/or51211.c
498
struct dvb_frontend* or51211_attach(const struct or51211_config* config,
drivers/media/dvb-frontends/or51211.c
93
static int or51211_load_firmware (struct dvb_frontend* fe,
drivers/media/dvb-frontends/or51211.h
20
int (*request_firmware)(struct dvb_frontend* fe, const struct firmware **fw, char* name);
drivers/media/dvb-frontends/or51211.h
21
void (*setmode)(struct dvb_frontend * fe, int mode);
drivers/media/dvb-frontends/or51211.h
22
void (*reset)(struct dvb_frontend * fe);
drivers/media/dvb-frontends/or51211.h
23
void (*sleep)(struct dvb_frontend * fe);
drivers/media/dvb-frontends/or51211.h
27
extern struct dvb_frontend* or51211_attach(const struct or51211_config* config,
drivers/media/dvb-frontends/or51211.h
30
static inline struct dvb_frontend* or51211_attach(const struct or51211_config* config,
drivers/media/dvb-frontends/rtl2830.c
137
static int rtl2830_sleep(struct dvb_frontend *fe)
drivers/media/dvb-frontends/rtl2830.c
148
static int rtl2830_get_tune_settings(struct dvb_frontend *fe,
drivers/media/dvb-frontends/rtl2830.c
158
static int rtl2830_set_frontend(struct dvb_frontend *fe)
drivers/media/dvb-frontends/rtl2830.c
268
static int rtl2830_get_frontend(struct dvb_frontend *fe,
drivers/media/dvb-frontends/rtl2830.c
381
static int rtl2830_read_status(struct dvb_frontend *fe, enum fe_status *status)
drivers/media/dvb-frontends/rtl2830.c
47
static int rtl2830_init(struct dvb_frontend *fe)
drivers/media/dvb-frontends/rtl2830.c
499
static int rtl2830_read_snr(struct dvb_frontend *fe, u16 *snr)
drivers/media/dvb-frontends/rtl2830.c
511
static int rtl2830_read_ber(struct dvb_frontend *fe, u32 *ber)
drivers/media/dvb-frontends/rtl2830.c
522
static int rtl2830_read_ucblocks(struct dvb_frontend *fe, u32 *ucblocks)
drivers/media/dvb-frontends/rtl2830.c
529
static int rtl2830_read_signal_strength(struct dvb_frontend *fe, u16 *strength)
drivers/media/dvb-frontends/rtl2830.c
577
static int rtl2830_pid_filter_ctrl(struct dvb_frontend *fe, int onoff)
drivers/media/dvb-frontends/rtl2830.c
601
static int rtl2830_pid_filter(struct dvb_frontend *fe, u8 index, u16 pid, int onoff)
drivers/media/dvb-frontends/rtl2830.c
668
static struct dvb_frontend *rtl2830_get_dvb_frontend(struct i2c_client *client)
drivers/media/dvb-frontends/rtl2830.h
32
struct dvb_frontend* (*get_dvb_frontend)(struct i2c_client *);
drivers/media/dvb-frontends/rtl2830.h
34
int (*pid_filter)(struct dvb_frontend *, u8, u16, int);
drivers/media/dvb-frontends/rtl2830.h
35
int (*pid_filter_ctrl)(struct dvb_frontend *, int);
drivers/media/dvb-frontends/rtl2830_priv.h
24
struct dvb_frontend fe;
drivers/media/dvb-frontends/rtl2832.c
211
static int rtl2832_set_if(struct dvb_frontend *fe, u32 if_freq)
drivers/media/dvb-frontends/rtl2832.c
245
static int rtl2832_init(struct dvb_frontend *fe)
drivers/media/dvb-frontends/rtl2832.c
369
static int rtl2832_sleep(struct dvb_frontend *fe)
drivers/media/dvb-frontends/rtl2832.c
390
static int rtl2832_get_tune_settings(struct dvb_frontend *fe,
drivers/media/dvb-frontends/rtl2832.c
403
static int rtl2832_set_frontend(struct dvb_frontend *fe)
drivers/media/dvb-frontends/rtl2832.c
524
static int rtl2832_get_frontend(struct dvb_frontend *fe,
drivers/media/dvb-frontends/rtl2832.c
637
static int rtl2832_read_status(struct dvb_frontend *fe, enum fe_status *status)
drivers/media/dvb-frontends/rtl2832.c
755
static int rtl2832_read_snr(struct dvb_frontend *fe, u16 *snr)
drivers/media/dvb-frontends/rtl2832.c
768
static int rtl2832_read_ber(struct dvb_frontend *fe, u32 *ber)
drivers/media/dvb-frontends/rtl2832.c
881
static struct dvb_frontend *rtl2832_get_dvb_frontend(struct i2c_client *client)
drivers/media/dvb-frontends/rtl2832.c
946
static int rtl2832_pid_filter_ctrl(struct dvb_frontend *fe, int onoff)
drivers/media/dvb-frontends/rtl2832.c
974
static int rtl2832_pid_filter(struct dvb_frontend *fe, u8 index, u16 pid,
drivers/media/dvb-frontends/rtl2832.h
40
struct dvb_frontend* (*get_dvb_frontend)(struct i2c_client *);
drivers/media/dvb-frontends/rtl2832.h
43
int (*pid_filter)(struct dvb_frontend *, u8, u16, int);
drivers/media/dvb-frontends/rtl2832.h
44
int (*pid_filter_ctrl)(struct dvb_frontend *, int);
drivers/media/dvb-frontends/rtl2832_priv.h
26
struct dvb_frontend fe;
drivers/media/dvb-frontends/rtl2832_sdr.c
1248
struct dvb_frontend *fe = pdata->dvb_frontend;
drivers/media/dvb-frontends/rtl2832_sdr.c
489
struct dvb_frontend *fe = pdata->dvb_frontend;
drivers/media/dvb-frontends/rtl2832_sdr.c
779
struct dvb_frontend *fe = pdata->dvb_frontend;
drivers/media/dvb-frontends/rtl2832_sdr.c
824
struct dvb_frontend *fe = pdata->dvb_frontend;
drivers/media/dvb-frontends/rtl2832_sdr.c
838
struct dvb_frontend *fe = pdata->dvb_frontend;
drivers/media/dvb-frontends/rtl2832_sdr.c
869
d->props->frontend_ctrl(pdata->dvb_frontend, 1);
drivers/media/dvb-frontends/rtl2832_sdr.c
936
d->props->frontend_ctrl(pdata->dvb_frontend, 0);
drivers/media/dvb-frontends/rtl2832_sdr.h
42
struct dvb_frontend *dvb_frontend;
drivers/media/dvb-frontends/s5h1409.c
26
struct dvb_frontend frontend;
drivers/media/dvb-frontends/s5h1409.c
337
static int s5h1409_softreset(struct dvb_frontend *fe)
drivers/media/dvb-frontends/s5h1409.c
353
static int s5h1409_set_if_freq(struct dvb_frontend *fe, int KHz)
drivers/media/dvb-frontends/s5h1409.c
378
static int s5h1409_set_spectralinversion(struct dvb_frontend *fe, int inverted)
drivers/media/dvb-frontends/s5h1409.c
390
static int s5h1409_enable_modulation(struct dvb_frontend *fe,
drivers/media/dvb-frontends/s5h1409.c
424
static int s5h1409_i2c_gate_ctrl(struct dvb_frontend *fe, int enable)
drivers/media/dvb-frontends/s5h1409.c
436
static int s5h1409_set_gpio(struct dvb_frontend *fe, int enable)
drivers/media/dvb-frontends/s5h1409.c
450
static int s5h1409_sleep(struct dvb_frontend *fe, int enable)
drivers/media/dvb-frontends/s5h1409.c
459
static int s5h1409_register_reset(struct dvb_frontend *fe)
drivers/media/dvb-frontends/s5h1409.c
468
static void s5h1409_set_qam_amhum_mode(struct dvb_frontend *fe)
drivers/media/dvb-frontends/s5h1409.c
521
static void s5h1409_set_qam_amhum_mode_legacy(struct dvb_frontend *fe)
drivers/media/dvb-frontends/s5h1409.c
553
static void s5h1409_set_qam_interleave_mode(struct dvb_frontend *fe)
drivers/media/dvb-frontends/s5h1409.c
591
static void s5h1409_set_qam_interleave_mode_legacy(struct dvb_frontend *fe)
drivers/media/dvb-frontends/s5h1409.c
622
static int s5h1409_set_frontend(struct dvb_frontend *fe)
drivers/media/dvb-frontends/s5h1409.c
664
static int s5h1409_set_mpeg_timing(struct dvb_frontend *fe, int mode)
drivers/media/dvb-frontends/s5h1409.c
696
static int s5h1409_init(struct dvb_frontend *fe)
drivers/media/dvb-frontends/s5h1409.c
746
static int s5h1409_read_status(struct dvb_frontend *fe, enum fe_status *status)
drivers/media/dvb-frontends/s5h1409.c
798
static int s5h1409_qam256_lookup_snr(struct dvb_frontend *fe, u16 *snr, u16 v)
drivers/media/dvb-frontends/s5h1409.c
813
static int s5h1409_qam64_lookup_snr(struct dvb_frontend *fe, u16 *snr, u16 v)
drivers/media/dvb-frontends/s5h1409.c
828
static int s5h1409_vsb_lookup_snr(struct dvb_frontend *fe, u16 *snr, u16 v)
drivers/media/dvb-frontends/s5h1409.c
844
static int s5h1409_read_snr(struct dvb_frontend *fe, u16 *snr)
drivers/media/dvb-frontends/s5h1409.c
867
static int s5h1409_read_signal_strength(struct dvb_frontend *fe,
drivers/media/dvb-frontends/s5h1409.c
902
static int s5h1409_read_ucblocks(struct dvb_frontend *fe, u32 *ucblocks)
drivers/media/dvb-frontends/s5h1409.c
911
static int s5h1409_read_ber(struct dvb_frontend *fe, u32 *ber)
drivers/media/dvb-frontends/s5h1409.c
916
static int s5h1409_get_frontend(struct dvb_frontend *fe,
drivers/media/dvb-frontends/s5h1409.c
927
static int s5h1409_get_tune_settings(struct dvb_frontend *fe,
drivers/media/dvb-frontends/s5h1409.c
934
static void s5h1409_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/s5h1409.c
942
struct dvb_frontend *s5h1409_attach(const struct s5h1409_config *config,
drivers/media/dvb-frontends/s5h1409.h
58
extern struct dvb_frontend *s5h1409_attach(const struct s5h1409_config *config,
drivers/media/dvb-frontends/s5h1409.h
61
static inline struct dvb_frontend *s5h1409_attach(
drivers/media/dvb-frontends/s5h1411.c
26
struct dvb_frontend frontend;
drivers/media/dvb-frontends/s5h1411.c
365
static int s5h1411_softreset(struct dvb_frontend *fe)
drivers/media/dvb-frontends/s5h1411.c
376
static int s5h1411_set_if_freq(struct dvb_frontend *fe, int KHz)
drivers/media/dvb-frontends/s5h1411.c
415
static int s5h1411_set_mpeg_timing(struct dvb_frontend *fe, int mode)
drivers/media/dvb-frontends/s5h1411.c
445
static int s5h1411_set_spectralinversion(struct dvb_frontend *fe, int inversion)
drivers/media/dvb-frontends/s5h1411.c
460
static int s5h1411_set_serialmode(struct dvb_frontend *fe, int serial)
drivers/media/dvb-frontends/s5h1411.c
474
static int s5h1411_enable_modulation(struct dvb_frontend *fe,
drivers/media/dvb-frontends/s5h1411.c
517
static int s5h1411_i2c_gate_ctrl(struct dvb_frontend *fe, int enable)
drivers/media/dvb-frontends/s5h1411.c
529
static int s5h1411_set_gpio(struct dvb_frontend *fe, int enable)
drivers/media/dvb-frontends/s5h1411.c
545
static int s5h1411_set_powerstate(struct dvb_frontend *fe, int enable)
drivers/media/dvb-frontends/s5h1411.c
561
static int s5h1411_sleep(struct dvb_frontend *fe)
drivers/media/dvb-frontends/s5h1411.c
566
static int s5h1411_register_reset(struct dvb_frontend *fe)
drivers/media/dvb-frontends/s5h1411.c
576
static int s5h1411_set_frontend(struct dvb_frontend *fe)
drivers/media/dvb-frontends/s5h1411.c
608
static int s5h1411_init(struct dvb_frontend *fe)
drivers/media/dvb-frontends/s5h1411.c
650
static int s5h1411_read_status(struct dvb_frontend *fe, enum fe_status *status)
drivers/media/dvb-frontends/s5h1411.c
712
static int s5h1411_qam256_lookup_snr(struct dvb_frontend *fe, u16 *snr, u16 v)
drivers/media/dvb-frontends/s5h1411.c
727
static int s5h1411_qam64_lookup_snr(struct dvb_frontend *fe, u16 *snr, u16 v)
drivers/media/dvb-frontends/s5h1411.c
742
static int s5h1411_vsb_lookup_snr(struct dvb_frontend *fe, u16 *snr, u16 v)
drivers/media/dvb-frontends/s5h1411.c
758
static int s5h1411_read_snr(struct dvb_frontend *fe, u16 *snr)
drivers/media/dvb-frontends/s5h1411.c
782
static int s5h1411_read_signal_strength(struct dvb_frontend *fe,
drivers/media/dvb-frontends/s5h1411.c
817
static int s5h1411_read_ucblocks(struct dvb_frontend *fe, u32 *ucblocks)
drivers/media/dvb-frontends/s5h1411.c
826
static int s5h1411_read_ber(struct dvb_frontend *fe, u32 *ber)
drivers/media/dvb-frontends/s5h1411.c
831
static int s5h1411_get_frontend(struct dvb_frontend *fe,
drivers/media/dvb-frontends/s5h1411.c
842
static int s5h1411_get_tune_settings(struct dvb_frontend *fe,
drivers/media/dvb-frontends/s5h1411.c
849
static void s5h1411_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/s5h1411.c
857
struct dvb_frontend *s5h1411_attach(const struct s5h1411_config *config,
drivers/media/dvb-frontends/s5h1411.h
60
extern struct dvb_frontend *s5h1411_attach(const struct s5h1411_config *config,
drivers/media/dvb-frontends/s5h1411.h
63
static inline struct dvb_frontend *s5h1411_attach(
drivers/media/dvb-frontends/s5h1420.c
113
static int s5h1420_set_voltage(struct dvb_frontend *fe,
drivers/media/dvb-frontends/s5h1420.c
139
static int s5h1420_set_tone(struct dvb_frontend *fe,
drivers/media/dvb-frontends/s5h1420.c
161
static int s5h1420_send_master_cmd (struct dvb_frontend* fe,
drivers/media/dvb-frontends/s5h1420.c
206
static int s5h1420_recv_slave_reply (struct dvb_frontend* fe,
drivers/media/dvb-frontends/s5h1420.c
261
static int s5h1420_send_burst(struct dvb_frontend *fe,
drivers/media/dvb-frontends/s5h1420.c
320
static int s5h1420_read_status(struct dvb_frontend *fe,
drivers/media/dvb-frontends/s5h1420.c
33
struct dvb_frontend frontend;
drivers/media/dvb-frontends/s5h1420.c
421
static int s5h1420_read_ber(struct dvb_frontend* fe, u32* ber)
drivers/media/dvb-frontends/s5h1420.c
433
static int s5h1420_read_signal_strength(struct dvb_frontend* fe, u16* strength)
drivers/media/dvb-frontends/s5h1420.c
444
static int s5h1420_read_ucblocks(struct dvb_frontend* fe, u32* ucblocks)
drivers/media/dvb-frontends/s5h1420.c
52
static int s5h1420_get_tune_settings(struct dvb_frontend* fe,
drivers/media/dvb-frontends/s5h1420.c
628
static int s5h1420_set_frontend(struct dvb_frontend *fe)
drivers/media/dvb-frontends/s5h1420.c
745
static int s5h1420_get_frontend(struct dvb_frontend* fe,
drivers/media/dvb-frontends/s5h1420.c
758
static int s5h1420_get_tune_settings(struct dvb_frontend* fe,
drivers/media/dvb-frontends/s5h1420.c
791
static int s5h1420_i2c_gate_ctrl(struct dvb_frontend* fe, int enable)
drivers/media/dvb-frontends/s5h1420.c
801
static int s5h1420_init (struct dvb_frontend* fe)
drivers/media/dvb-frontends/s5h1420.c
814
static int s5h1420_sleep(struct dvb_frontend* fe)
drivers/media/dvb-frontends/s5h1420.c
821
static void s5h1420_release(struct dvb_frontend* fe)
drivers/media/dvb-frontends/s5h1420.c
862
struct i2c_adapter *s5h1420_get_tuner_i2c_adapter(struct dvb_frontend *fe)
drivers/media/dvb-frontends/s5h1420.c
871
struct dvb_frontend *s5h1420_attach(const struct s5h1420_config *config,
drivers/media/dvb-frontends/s5h1420.h
30
extern struct dvb_frontend *s5h1420_attach(const struct s5h1420_config *config,
drivers/media/dvb-frontends/s5h1420.h
32
extern struct i2c_adapter *s5h1420_get_tuner_i2c_adapter(struct dvb_frontend *fe);
drivers/media/dvb-frontends/s5h1420.h
34
static inline struct dvb_frontend *s5h1420_attach(const struct s5h1420_config *config,
drivers/media/dvb-frontends/s5h1420.h
41
static inline struct i2c_adapter *s5h1420_get_tuner_i2c_adapter(struct dvb_frontend *fe)
drivers/media/dvb-frontends/s5h1432.c
110
static int s5h1432_set_IF(struct dvb_frontend *fe, u32 ifFreqHz)
drivers/media/dvb-frontends/s5h1432.c
168
static int s5h1432_set_frontend(struct dvb_frontend *fe)
drivers/media/dvb-frontends/s5h1432.c
235
static int s5h1432_init(struct dvb_frontend *fe)
drivers/media/dvb-frontends/s5h1432.c
24
struct dvb_frontend frontend;
drivers/media/dvb-frontends/s5h1432.c
292
static int s5h1432_read_status(struct dvb_frontend *fe, enum fe_status *status)
drivers/media/dvb-frontends/s5h1432.c
297
static int s5h1432_read_signal_strength(struct dvb_frontend *fe,
drivers/media/dvb-frontends/s5h1432.c
303
static int s5h1432_read_snr(struct dvb_frontend *fe, u16 *snr)
drivers/media/dvb-frontends/s5h1432.c
308
static int s5h1432_read_ucblocks(struct dvb_frontend *fe, u32 *ucblocks)
drivers/media/dvb-frontends/s5h1432.c
314
static int s5h1432_read_ber(struct dvb_frontend *fe, u32 *ber)
drivers/media/dvb-frontends/s5h1432.c
319
static int s5h1432_get_tune_settings(struct dvb_frontend *fe,
drivers/media/dvb-frontends/s5h1432.c
325
static void s5h1432_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/s5h1432.c
333
struct dvb_frontend *s5h1432_attach(const struct s5h1432_config *config,
drivers/media/dvb-frontends/s5h1432.c
78
static int s5h1432_sleep(struct dvb_frontend *fe)
drivers/media/dvb-frontends/s5h1432.c
83
static int s5h1432_set_channel_bandwidth(struct dvb_frontend *fe,
drivers/media/dvb-frontends/s5h1432.h
64
extern struct dvb_frontend *s5h1432_attach(const struct s5h1432_config *config,
drivers/media/dvb-frontends/s5h1432.h
67
static inline struct dvb_frontend *s5h1432_attach(const struct s5h1432_config
drivers/media/dvb-frontends/s921.c
257
static int s921_pll_tune(struct dvb_frontend *fe)
drivers/media/dvb-frontends/s921.c
329
static int s921_initfe(struct dvb_frontend *fe)
drivers/media/dvb-frontends/s921.c
343
static int s921_read_status(struct dvb_frontend *fe, enum fe_status *status)
drivers/media/dvb-frontends/s921.c
382
static int s921_read_signal_strength(struct dvb_frontend *fe, u16 *strength)
drivers/media/dvb-frontends/s921.c
409
static int s921_set_frontend(struct dvb_frontend *fe)
drivers/media/dvb-frontends/s921.c
428
static int s921_get_frontend(struct dvb_frontend *fe,
drivers/media/dvb-frontends/s921.c
43
struct dvb_frontend frontend;
drivers/media/dvb-frontends/s921.c
440
static int s921_tune(struct dvb_frontend *fe,
drivers/media/dvb-frontends/s921.c
459
static enum dvbfe_algo s921_get_algo(struct dvb_frontend *fe)
drivers/media/dvb-frontends/s921.c
464
static void s921_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/s921.c
474
struct dvb_frontend *s921_attach(const struct s921_config *config,
drivers/media/dvb-frontends/s921.h
20
extern struct dvb_frontend *s921_attach(const struct s921_config *config,
drivers/media/dvb-frontends/s921.h
22
extern struct i2c_adapter *s921_get_tuner_i2c_adapter(struct dvb_frontend *);
drivers/media/dvb-frontends/s921.h
24
static inline struct dvb_frontend *s921_attach(
drivers/media/dvb-frontends/s921.h
31
s921_get_tuner_i2c_adapter(struct dvb_frontend *fe)
drivers/media/dvb-frontends/si2165.c
1031
static int si2165_set_frontend(struct dvb_frontend *fe)
drivers/media/dvb-frontends/si2165.c
194
static int si2165_get_tune_settings(struct dvb_frontend *fe,
drivers/media/dvb-frontends/si2165.c
39
struct dvb_frontend fe;
drivers/media/dvb-frontends/si2165.c
522
static int si2165_init(struct dvb_frontend *fe)
drivers/media/dvb-frontends/si2165.c
650
static int si2165_sleep(struct dvb_frontend *fe)
drivers/media/dvb-frontends/si2165.c
666
static int si2165_read_status(struct dvb_frontend *fe, enum fe_status *status)
drivers/media/dvb-frontends/si2165.c
797
static int si2165_read_snr(struct dvb_frontend *fe, u16 *snr)
drivers/media/dvb-frontends/si2165.c
808
static int si2165_read_ber(struct dvb_frontend *fe, u32 *ber)
drivers/media/dvb-frontends/si2165.c
843
struct dvb_frontend *fe = &state->fe;
drivers/media/dvb-frontends/si2165.c
896
static int si2165_set_frontend_dvbt(struct dvb_frontend *fe)
drivers/media/dvb-frontends/si2165.c
964
static int si2165_set_frontend_dvbc(struct dvb_frontend *fe)
drivers/media/dvb-frontends/si2165.h
30
struct dvb_frontend **fe;
drivers/media/dvb-frontends/si2168.c
114
static int si2168_read_status(struct dvb_frontend *fe, enum fe_status *status)
drivers/media/dvb-frontends/si2168.c
230
static int si2168_set_frontend(struct dvb_frontend *fe)
drivers/media/dvb-frontends/si2168.c
408
static int si2168_init(struct dvb_frontend *fe)
drivers/media/dvb-frontends/si2168.c
539
static int si2168_resume(struct dvb_frontend *fe)
drivers/media/dvb-frontends/si2168.c
559
static int si2168_sleep(struct dvb_frontend *fe)
drivers/media/dvb-frontends/si2168.c
590
static int si2168_get_tune_settings(struct dvb_frontend *fe,
drivers/media/dvb-frontends/si2168.c
83
static int si2168_ts_bus_ctrl(struct dvb_frontend *fe, int acquire)
drivers/media/dvb-frontends/si2168.h
36
struct dvb_frontend **fe;
drivers/media/dvb-frontends/si2168_priv.h
26
struct dvb_frontend fe;
drivers/media/dvb-frontends/si21xx.c
137
struct dvb_frontend frontend;
drivers/media/dvb-frontends/si21xx.c
269
static int si21_write(struct dvb_frontend *fe, const u8 buf[], int len)
drivers/media/dvb-frontends/si21xx.c
349
static int si21xx_set_symbolrate(struct dvb_frontend *fe, u32 srate)
drivers/media/dvb-frontends/si21xx.c
378
static int si21xx_send_diseqc_msg(struct dvb_frontend *fe,
drivers/media/dvb-frontends/si21xx.c
407
static int si21xx_send_diseqc_burst(struct dvb_frontend *fe,
drivers/media/dvb-frontends/si21xx.c
432
static int si21xx_set_tone(struct dvb_frontend *fe, enum fe_sec_tone_mode tone)
drivers/media/dvb-frontends/si21xx.c
452
static int si21xx_set_voltage(struct dvb_frontend *fe, enum fe_sec_voltage volt)
drivers/media/dvb-frontends/si21xx.c
474
static int si21xx_init(struct dvb_frontend *fe)
drivers/media/dvb-frontends/si21xx.c
532
static int si21_read_status(struct dvb_frontend *fe, enum fe_status *status)
drivers/media/dvb-frontends/si21xx.c
570
static int si21_read_signal_strength(struct dvb_frontend *fe, u16 *strength)
drivers/media/dvb-frontends/si21xx.c
590
static int si21_read_ber(struct dvb_frontend *fe, u32 *ber)
drivers/media/dvb-frontends/si21xx.c
605
static int si21_read_snr(struct dvb_frontend *fe, u16 *snr)
drivers/media/dvb-frontends/si21xx.c
619
static int si21_read_ucblocks(struct dvb_frontend *fe, u32 *ucblocks)
drivers/media/dvb-frontends/si21xx.c
636
static int si21xx_setacquire(struct dvb_frontend *fe, int symbrate,
drivers/media/dvb-frontends/si21xx.c
689
static int si21xx_set_frontend(struct dvb_frontend *fe)
drivers/media/dvb-frontends/si21xx.c
839
static int si21xx_sleep(struct dvb_frontend *fe)
drivers/media/dvb-frontends/si21xx.c
854
static void si21xx_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/si21xx.c
896
struct dvb_frontend *si21xx_attach(const struct si21xx_config *config,
drivers/media/dvb-frontends/si21xx.h
17
extern struct dvb_frontend *si21xx_attach(const struct si21xx_config *config,
drivers/media/dvb-frontends/si21xx.h
20
static inline struct dvb_frontend *si21xx_attach(
drivers/media/dvb-frontends/si21xx.h
28
static inline int si21xx_writeregister(struct dvb_frontend *fe, u8 reg, u8 val)
drivers/media/dvb-frontends/sp887x.c
137
static int sp887x_initial_setup (struct dvb_frontend* fe, const struct firmware *fw)
drivers/media/dvb-frontends/sp887x.c
28
struct dvb_frontend frontend;
drivers/media/dvb-frontends/sp887x.c
347
static int sp887x_setup_frontend_parameters(struct dvb_frontend *fe)
drivers/media/dvb-frontends/sp887x.c
417
static int sp887x_read_status(struct dvb_frontend *fe, enum fe_status *status)
drivers/media/dvb-frontends/sp887x.c
451
static int sp887x_read_ber(struct dvb_frontend* fe, u32* ber)
drivers/media/dvb-frontends/sp887x.c
465
static int sp887x_read_signal_strength(struct dvb_frontend* fe, u16* strength)
drivers/media/dvb-frontends/sp887x.c
476
static int sp887x_read_snr(struct dvb_frontend* fe, u16* snr)
drivers/media/dvb-frontends/sp887x.c
486
static int sp887x_read_ucblocks(struct dvb_frontend* fe, u32* ucblocks)
drivers/media/dvb-frontends/sp887x.c
497
static int sp887x_i2c_gate_ctrl(struct dvb_frontend* fe, int enable)
drivers/media/dvb-frontends/sp887x.c
508
static int sp887x_sleep(struct dvb_frontend* fe)
drivers/media/dvb-frontends/sp887x.c
518
static int sp887x_init(struct dvb_frontend* fe)
drivers/media/dvb-frontends/sp887x.c
549
static int sp887x_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings* fesettings)
drivers/media/dvb-frontends/sp887x.c
557
static void sp887x_release(struct dvb_frontend* fe)
drivers/media/dvb-frontends/sp887x.c
565
struct dvb_frontend* sp887x_attach(const struct sp887x_config* config,
drivers/media/dvb-frontends/sp887x.h
18
int (*request_firmware)(struct dvb_frontend* fe, const struct firmware **fw, char* name);
drivers/media/dvb-frontends/sp887x.h
22
extern struct dvb_frontend* sp887x_attach(const struct sp887x_config* config,
drivers/media/dvb-frontends/sp887x.h
25
static inline struct dvb_frontend* sp887x_attach(const struct sp887x_config* config,
drivers/media/dvb-frontends/stb0899_drv.c
1049
static int stb0899_read_status(struct dvb_frontend *fe, enum fe_status *status)
drivers/media/dvb-frontends/stb0899_drv.c
1120
static int stb0899_read_ber(struct dvb_frontend *fe, u32 *ber)
drivers/media/dvb-frontends/stb0899_drv.c
1164
static int stb0899_set_voltage(struct dvb_frontend *fe,
drivers/media/dvb-frontends/stb0899_drv.c
1192
static int stb0899_set_tone(struct dvb_frontend *fe, enum fe_sec_tone_mode tone)
drivers/media/dvb-frontends/stb0899_drv.c
1222
int stb0899_i2c_gate_ctrl(struct dvb_frontend *fe, int enable)
drivers/media/dvb-frontends/stb0899_drv.c
1415
static enum dvbfe_search stb0899_search(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stb0899_drv.c
1553
static int stb0899_get_frontend(struct dvb_frontend *fe,
drivers/media/dvb-frontends/stb0899_drv.c
1566
static enum dvbfe_algo stb0899_frontend_algo(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stb0899_drv.c
1612
struct dvb_frontend *stb0899_attach(struct stb0899_config *config, struct i2c_adapter *i2c)
drivers/media/dvb-frontends/stb0899_drv.c
593
static void stb0899_detach(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stb0899_drv.c
601
static void stb0899_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stb0899_drv.c
686
static int stb0899_send_diseqc_msg(struct dvb_frontend *fe, struct dvb_diseqc_master_cmd *cmd)
drivers/media/dvb-frontends/stb0899_drv.c
729
static int stb0899_recv_slave_reply(struct dvb_frontend *fe, struct dvb_diseqc_slave_reply *reply)
drivers/media/dvb-frontends/stb0899_drv.c
777
static int stb0899_send_diseqc_burst(struct dvb_frontend *fe,
drivers/media/dvb-frontends/stb0899_drv.c
845
static int stb0899_sleep(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stb0899_drv.c
858
static int stb0899_wakeup(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stb0899_drv.c
877
static int stb0899_init(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stb0899_drv.c
948
static int stb0899_read_signal_strength(struct dvb_frontend *fe, u16 *strength)
drivers/media/dvb-frontends/stb0899_drv.c
992
static int stb0899_read_snr(struct dvb_frontend *fe, u16 *snr)
drivers/media/dvb-frontends/stb0899_drv.h
125
int (*tuner_set_frequency)(struct dvb_frontend *fe, u32 frequency);
drivers/media/dvb-frontends/stb0899_drv.h
126
int (*tuner_get_frequency)(struct dvb_frontend *fe, u32 *frequency);
drivers/media/dvb-frontends/stb0899_drv.h
127
int (*tuner_set_bandwidth)(struct dvb_frontend *fe, u32 bandwidth);
drivers/media/dvb-frontends/stb0899_drv.h
128
int (*tuner_get_bandwidth)(struct dvb_frontend *fe, u32 *bandwidth);
drivers/media/dvb-frontends/stb0899_drv.h
129
int (*tuner_set_rfsiggain)(struct dvb_frontend *fe, u32 rf_gain);
drivers/media/dvb-frontends/stb0899_drv.h
134
extern struct dvb_frontend *stb0899_attach(struct stb0899_config *config,
drivers/media/dvb-frontends/stb0899_drv.h
139
static inline struct dvb_frontend *stb0899_attach(struct stb0899_config *config,
drivers/media/dvb-frontends/stb0899_priv.h
200
struct dvb_frontend frontend;
drivers/media/dvb-frontends/stb0899_priv.h
240
extern int stb0899_i2c_gate_ctrl(struct dvb_frontend *fe, int enable);
drivers/media/dvb-frontends/stb6000.c
168
static int stb6000_get_frequency(struct dvb_frontend *fe, u32 *frequency)
drivers/media/dvb-frontends/stb6000.c
187
struct dvb_frontend *stb6000_attach(struct dvb_frontend *fe, int addr,
drivers/media/dvb-frontends/stb6000.c
31
static void stb6000_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stb6000.c
37
static int stb6000_sleep(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stb6000.c
64
static int stb6000_set_params(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stb6000.h
26
extern struct dvb_frontend *stb6000_attach(struct dvb_frontend *fe, int addr,
drivers/media/dvb-frontends/stb6000.h
29
static inline struct dvb_frontend *stb6000_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/stb6100.c
228
static int stb6100_get_status(struct dvb_frontend *fe, u32 *status)
drivers/media/dvb-frontends/stb6100.c
241
static int stb6100_get_bandwidth(struct dvb_frontend *fe, u32 *bandwidth)
drivers/media/dvb-frontends/stb6100.c
260
static int stb6100_set_bandwidth(struct dvb_frontend *fe, u32 bandwidth)
drivers/media/dvb-frontends/stb6100.c
298
static int stb6100_get_frequency(struct dvb_frontend *fe, u32 *frequency)
drivers/media/dvb-frontends/stb6100.c
324
static int stb6100_set_frequency(struct dvb_frontend *fe, u32 frequency)
drivers/media/dvb-frontends/stb6100.c
480
static int stb6100_sleep(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stb6100.c
486
static int stb6100_init(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stb6100.c
502
static int stb6100_set_params(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stb6100.c
52
static void stb6100_release(struct dvb_frontend *fe);
drivers/media/dvb-frontends/stb6100.c
531
struct dvb_frontend *stb6100_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/stb6100.c
552
static void stb6100_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stb6100.h
76
struct dvb_frontend *frontend;
drivers/media/dvb-frontends/stb6100.h
86
extern struct dvb_frontend *stb6100_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/stb6100.h
92
static inline struct dvb_frontend *stb6100_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/stb6100_cfg.h
13
static int stb6100_get_frequency(struct dvb_frontend *fe, u32 *frequency)
drivers/media/dvb-frontends/stb6100_cfg.h
29
static int stb6100_set_frequency(struct dvb_frontend *fe, u32 frequency)
drivers/media/dvb-frontends/stb6100_cfg.h
51
static int stb6100_get_bandwidth(struct dvb_frontend *fe, u32 *bandwidth)
drivers/media/dvb-frontends/stb6100_cfg.h
67
static int stb6100_set_bandwidth(struct dvb_frontend *fe, u32 bandwidth)
drivers/media/dvb-frontends/stb6100_proc.h
11
static int stb6100_get_freq(struct dvb_frontend *fe, u32 *frequency)
drivers/media/dvb-frontends/stb6100_proc.h
34
static int stb6100_set_freq(struct dvb_frontend *fe, u32 frequency)
drivers/media/dvb-frontends/stb6100_proc.h
64
static int stb6100_get_bandw(struct dvb_frontend *fe, u32 *bandwidth)
drivers/media/dvb-frontends/stb6100_proc.h
87
static int stb6100_set_bandw(struct dvb_frontend *fe, u32 bandwidth)
drivers/media/dvb-frontends/stv0288.c
109
static int stv0288_set_symbolrate(struct dvb_frontend *fe, u32 srate)
drivers/media/dvb-frontends/stv0288.c
143
static int stv0288_send_diseqc_msg(struct dvb_frontend *fe,
drivers/media/dvb-frontends/stv0288.c
164
static int stv0288_send_diseqc_burst(struct dvb_frontend *fe,
drivers/media/dvb-frontends/stv0288.c
184
static int stv0288_set_tone(struct dvb_frontend *fe, enum fe_sec_tone_mode tone)
drivers/media/dvb-frontends/stv0288.c
30
struct dvb_frontend frontend;
drivers/media/dvb-frontends/stv0288.c
314
static int stv0288_set_voltage(struct dvb_frontend *fe,
drivers/media/dvb-frontends/stv0288.c
324
static int stv0288_init(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv0288.c
353
static int stv0288_read_status(struct dvb_frontend *fe, enum fe_status *status)
drivers/media/dvb-frontends/stv0288.c
376
static int stv0288_read_ber(struct dvb_frontend *fe, u32 *ber)
drivers/media/dvb-frontends/stv0288.c
390
static int stv0288_read_signal_strength(struct dvb_frontend *fe, u16 *strength)
drivers/media/dvb-frontends/stv0288.c
403
static int stv0288_sleep(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv0288.c
412
static int stv0288_read_snr(struct dvb_frontend *fe, u16 *snr)
drivers/media/dvb-frontends/stv0288.c
425
static int stv0288_read_ucblocks(struct dvb_frontend *fe, u32 *ucblocks)
drivers/media/dvb-frontends/stv0288.c
438
static int stv0288_set_frontend(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv0288.c
499
static int stv0288_i2c_gate_ctrl(struct dvb_frontend *fe, int enable)
drivers/media/dvb-frontends/stv0288.c
513
static void stv0288_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv0288.c
553
struct dvb_frontend *stv0288_attach(const struct stv0288_config *config,
drivers/media/dvb-frontends/stv0288.c
71
static int stv0288_write(struct dvb_frontend *fe, const u8 buf[], int len)
drivers/media/dvb-frontends/stv0288.h
30
int (*set_ts_params)(struct dvb_frontend *fe, int is_punctured);
drivers/media/dvb-frontends/stv0288.h
34
extern struct dvb_frontend *stv0288_attach(const struct stv0288_config *config,
drivers/media/dvb-frontends/stv0288.h
37
static inline struct dvb_frontend *stv0288_attach(const struct stv0288_config *config,
drivers/media/dvb-frontends/stv0288.h
45
static inline int stv0288_writereg(struct dvb_frontend *fe, u8 reg, u8 val)
drivers/media/dvb-frontends/stv0297.c
24
struct dvb_frontend frontend;
drivers/media/dvb-frontends/stv0297.c
282
static int stv0297_i2c_gate_ctrl(struct dvb_frontend *fe, int enable)
drivers/media/dvb-frontends/stv0297.c
294
static int stv0297_init(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv0297.c
309
static int stv0297_sleep(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv0297.c
318
static int stv0297_read_status(struct dvb_frontend *fe,
drivers/media/dvb-frontends/stv0297.c
332
static int stv0297_read_ber(struct dvb_frontend *fe, u32 * ber)
drivers/media/dvb-frontends/stv0297.c
349
static int stv0297_read_signal_strength(struct dvb_frontend *fe, u16 * strength)
drivers/media/dvb-frontends/stv0297.c
372
static int stv0297_read_snr(struct dvb_frontend *fe, u16 * snr)
drivers/media/dvb-frontends/stv0297.c
383
static int stv0297_read_ucblocks(struct dvb_frontend *fe, u32 * ucblocks)
drivers/media/dvb-frontends/stv0297.c
398
static int stv0297_set_frontend(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv0297.c
606
static int stv0297_get_frontend(struct dvb_frontend *fe,
drivers/media/dvb-frontends/stv0297.c
643
static void stv0297_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv0297.c
651
struct dvb_frontend *stv0297_attach(const struct stv0297_config *config,
drivers/media/dvb-frontends/stv0297.h
34
extern struct dvb_frontend* stv0297_attach(const struct stv0297_config* config,
drivers/media/dvb-frontends/stv0297.h
37
static inline struct dvb_frontend* stv0297_attach(const struct stv0297_config* config,
drivers/media/dvb-frontends/stv0299.c
214
static int stv0299_set_symbolrate (struct dvb_frontend* fe, u32 srate)
drivers/media/dvb-frontends/stv0299.c
264
static int stv0299_send_diseqc_msg (struct dvb_frontend* fe,
drivers/media/dvb-frontends/stv0299.c
295
static int stv0299_send_diseqc_burst(struct dvb_frontend *fe,
drivers/media/dvb-frontends/stv0299.c
323
static int stv0299_set_tone(struct dvb_frontend *fe,
drivers/media/dvb-frontends/stv0299.c
346
static int stv0299_set_voltage(struct dvb_frontend *fe,
drivers/media/dvb-frontends/stv0299.c
392
static int stv0299_send_legacy_dish_cmd (struct dvb_frontend* fe, unsigned long cmd)
drivers/media/dvb-frontends/stv0299.c
446
static int stv0299_init (struct dvb_frontend* fe)
drivers/media/dvb-frontends/stv0299.c
473
static int stv0299_read_status(struct dvb_frontend *fe,
drivers/media/dvb-frontends/stv0299.c
48
struct dvb_frontend frontend;
drivers/media/dvb-frontends/stv0299.c
502
static int stv0299_read_ber(struct dvb_frontend* fe, u32* ber)
drivers/media/dvb-frontends/stv0299.c
514
static int stv0299_read_signal_strength(struct dvb_frontend* fe, u16* strength)
drivers/media/dvb-frontends/stv0299.c
531
static int stv0299_read_snr(struct dvb_frontend* fe, u16* snr)
drivers/media/dvb-frontends/stv0299.c
543
static int stv0299_read_ucblocks(struct dvb_frontend* fe, u32* ucblocks)
drivers/media/dvb-frontends/stv0299.c
557
static int stv0299_set_frontend(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv0299.c
594
static int stv0299_get_frontend(struct dvb_frontend *fe,
drivers/media/dvb-frontends/stv0299.c
620
static int stv0299_sleep(struct dvb_frontend* fe)
drivers/media/dvb-frontends/stv0299.c
630
static int stv0299_i2c_gate_ctrl(struct dvb_frontend* fe, int enable)
drivers/media/dvb-frontends/stv0299.c
643
static int stv0299_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings* fesettings)
drivers/media/dvb-frontends/stv0299.c
659
static void stv0299_release(struct dvb_frontend* fe)
drivers/media/dvb-frontends/stv0299.c
667
struct dvb_frontend* stv0299_attach(const struct stv0299_config* config,
drivers/media/dvb-frontends/stv0299.c
85
static int stv0299_write(struct dvb_frontend* fe, const u8 buf[], int len)
drivers/media/dvb-frontends/stv0299.h
80
int (*set_symbol_rate)(struct dvb_frontend *fe, u32 srate, u32 ratio);
drivers/media/dvb-frontends/stv0299.h
83
int (*set_ts_params)(struct dvb_frontend *fe, int is_punctured);
drivers/media/dvb-frontends/stv0299.h
87
extern struct dvb_frontend *stv0299_attach(const struct stv0299_config *config,
drivers/media/dvb-frontends/stv0299.h
90
static inline struct dvb_frontend *stv0299_attach(const struct stv0299_config *config,
drivers/media/dvb-frontends/stv0299.h
98
static inline int stv0299_writereg(struct dvb_frontend *fe, u8 reg, u8 val) {
drivers/media/dvb-frontends/stv0367.c
1204
static int stv0367ter_set_frontend(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv0367.c
1303
static int stv0367ter_read_ucblocks(struct dvb_frontend *fe, u32 *ucblocks)
drivers/media/dvb-frontends/stv0367.c
1325
static int stv0367ter_get_frontend(struct dvb_frontend *fe,
drivers/media/dvb-frontends/stv0367.c
1416
static u32 stv0367ter_snr_readreg(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv0367.c
1437
static int stv0367ter_read_snr(struct dvb_frontend *fe, u16 *snr)
drivers/media/dvb-frontends/stv0367.c
1447
static int stv0367ter_status(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv0367.c
1476
static int stv0367ter_read_status(struct dvb_frontend *fe,
drivers/media/dvb-frontends/stv0367.c
1494
static int stv0367ter_read_ber(struct dvb_frontend *fe, u32 *ber)
drivers/media/dvb-frontends/stv0367.c
1644
static int stv0367_get_tune_settings(struct dvb_frontend *fe,
drivers/media/dvb-frontends/stv0367.c
1655
static void stv0367_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv0367.c
1694
struct dvb_frontend *stv0367ter_attach(const struct stv0367_config *config,
drivers/media/dvb-frontends/stv0367.c
1737
static int stv0367cab_gate_ctrl(struct dvb_frontend *fe, int enable)
drivers/media/dvb-frontends/stv0367.c
1748
static u32 stv0367cab_get_mclk(struct dvb_frontend *fe, u32 ExtClk_Hz)
drivers/media/dvb-frontends/stv0367.c
1780
static u32 stv0367cab_get_adc_freq(struct dvb_frontend *fe, u32 ExtClk_Hz)
drivers/media/dvb-frontends/stv0367.c
2184
static int stv0367cab_read_status(struct dvb_frontend *fe,
drivers/media/dvb-frontends/stv0367.c
2218
static int stv0367cab_standby(struct dvb_frontend *fe, u8 standby_on)
drivers/media/dvb-frontends/stv0367.c
2247
static int stv0367cab_sleep(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv0367.c
2252
static int stv0367cab_init(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv0367.c
2518
static int stv0367cab_set_frontend(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv0367.c
2577
static int stv0367cab_get_frontend(struct dvb_frontend *fe,
drivers/media/dvb-frontends/stv0367.c
2644
static int stv0367cab_read_ber(struct dvb_frontend *fe, u32 *ber)
drivers/media/dvb-frontends/stv0367.c
2697
static int stv0367cab_read_strength(struct dvb_frontend *fe, u16 *strength)
drivers/media/dvb-frontends/stv0367.c
2715
static int stv0367cab_snr_power(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv0367.c
2743
static int stv0367cab_snr_readreg(struct dvb_frontend *fe, int avgdiv)
drivers/media/dvb-frontends/stv0367.c
2760
static int stv0367cab_read_snr(struct dvb_frontend *fe, u16 *snr)
drivers/media/dvb-frontends/stv0367.c
2815
static int stv0367cab_read_ucblcks(struct dvb_frontend *fe, u32 *ucblocks)
drivers/media/dvb-frontends/stv0367.c
2861
struct dvb_frontend *stv0367cab_attach(const struct stv0367_config *config,
drivers/media/dvb-frontends/stv0367.c
2975
static int stv0367ddb_set_frontend(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv0367.c
3003
static void stv0367ddb_read_signal_strength(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv0367.c
3022
static void stv0367ddb_read_snr(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv0367.c
3055
static void stv0367ddb_read_ucblocks(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv0367.c
3077
static int stv0367ddb_read_status(struct dvb_frontend *fe,
drivers/media/dvb-frontends/stv0367.c
3116
static int stv0367ddb_get_frontend(struct dvb_frontend *fe,
drivers/media/dvb-frontends/stv0367.c
3133
static int stv0367ddb_sleep(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv0367.c
314
static int stv0367ter_gate_ctrl(struct dvb_frontend *fe, int enable)
drivers/media/dvb-frontends/stv0367.c
3269
struct dvb_frontend *stv0367ddb_attach(const struct stv0367_config *config,
drivers/media/dvb-frontends/stv0367.c
334
static u32 stv0367_get_tuner_freq(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv0367.c
79
struct dvb_frontend fe;
drivers/media/dvb-frontends/stv0367.c
925
static int stv0367ter_standby(struct dvb_frontend *fe, u8 standby_on)
drivers/media/dvb-frontends/stv0367.c
944
static int stv0367ter_sleep(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv0367.c
949
static int stv0367ter_init(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv0367.c
977
static int stv0367ter_algo(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv0367.h
32
dvb_frontend *stv0367ter_attach(const struct stv0367_config *config,
drivers/media/dvb-frontends/stv0367.h
35
dvb_frontend *stv0367cab_attach(const struct stv0367_config *config,
drivers/media/dvb-frontends/stv0367.h
38
dvb_frontend *stv0367ddb_attach(const struct stv0367_config *config,
drivers/media/dvb-frontends/stv0367.h
42
dvb_frontend *stv0367ter_attach(const struct stv0367_config *config,
drivers/media/dvb-frontends/stv0367.h
49
dvb_frontend *stv0367cab_attach(const struct stv0367_config *config,
drivers/media/dvb-frontends/stv0367.h
56
dvb_frontend *stv0367ddb_attach(const struct stv0367_config *config,
drivers/media/dvb-frontends/stv0900.h
41
int (*set_ts_params)(struct dvb_frontend *fe, int is_punctured);
drivers/media/dvb-frontends/stv0900.h
43
void (*set_lock_led)(struct dvb_frontend *fe, int offon);
drivers/media/dvb-frontends/stv0900.h
47
extern struct dvb_frontend *stv0900_attach(const struct stv0900_config *config,
drivers/media/dvb-frontends/stv0900.h
50
static inline struct dvb_frontend *stv0900_attach(const struct stv0900_config *config,
drivers/media/dvb-frontends/stv0900_core.c
1330
static enum fe_stv0900_error stv0900_init_internal(struct dvb_frontend *fe,
drivers/media/dvb-frontends/stv0900_core.c
1560
static enum dvbfe_search stv0900_search(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv0900_core.c
1638
static int stv0900_read_status(struct dvb_frontend *fe, enum fe_status *status)
drivers/media/dvb-frontends/stv0900_core.c
1662
static int stv0900_stop_ts(struct dvb_frontend *fe, int stop_ts)
drivers/media/dvb-frontends/stv0900_core.c
1677
static int stv0900_diseqc_init(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv0900_core.c
1690
static int stv0900_init(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv0900_core.c
1723
static int stv0900_send_master_cmd(struct dvb_frontend *fe,
drivers/media/dvb-frontends/stv0900_core.c
1734
static int stv0900_send_burst(struct dvb_frontend *fe,
drivers/media/dvb-frontends/stv0900_core.c
1759
static int stv0900_recv_slave_reply(struct dvb_frontend *fe,
drivers/media/dvb-frontends/stv0900_core.c
1784
static int stv0900_set_tone(struct dvb_frontend *fe,
drivers/media/dvb-frontends/stv0900_core.c
1817
static void stv0900_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv0900_core.c
1837
static int stv0900_sleep(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv0900_core.c
1849
static int stv0900_get_frontend(struct dvb_frontend *fe,
drivers/media/dvb-frontends/stv0900_core.c
1896
struct dvb_frontend *stv0900_attach(const struct stv0900_config *config,
drivers/media/dvb-frontends/stv0900_core.c
346
static int stv0900_i2c_gate_ctrl(struct dvb_frontend *fe, int enable)
drivers/media/dvb-frontends/stv0900_core.c
506
void stv0900_set_tuner(struct dvb_frontend *fe, u32 frequency,
drivers/media/dvb-frontends/stv0900_core.c
532
void stv0900_set_bandwidth(struct dvb_frontend *fe, u32 bandwidth)
drivers/media/dvb-frontends/stv0900_core.c
638
static int stv0900_read_signal_strength(struct dvb_frontend *fe, u16 *strength)
drivers/media/dvb-frontends/stv0900_core.c
657
static s32 stv0900_carr_get_quality(struct dvb_frontend *fe,
drivers/media/dvb-frontends/stv0900_core.c
724
static int stv0900_read_ucblocks(struct dvb_frontend *fe, u32 * ucblocks)
drivers/media/dvb-frontends/stv0900_core.c
751
static int stv0900_read_snr(struct dvb_frontend *fe, u16 *snr)
drivers/media/dvb-frontends/stv0900_core.c
814
static int stv0900_read_ber(struct dvb_frontend *fe, u32 *ber)
drivers/media/dvb-frontends/stv0900_core.c
950
static enum dvbfe_algo stv0900_frontend_algo(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv0900_priv.h
331
struct dvb_frontend frontend;
drivers/media/dvb-frontends/stv0900_priv.h
356
extern enum fe_stv0900_signal_type stv0900_algo(struct dvb_frontend *fe);
drivers/media/dvb-frontends/stv0900_priv.h
358
extern void stv0900_set_tuner(struct dvb_frontend *fe, u32 frequency,
drivers/media/dvb-frontends/stv0900_priv.h
360
extern void stv0900_set_bandwidth(struct dvb_frontend *fe, u32 bandwidth);
drivers/media/dvb-frontends/stv0900_priv.h
383
fe_stv0900_tracking_standard stv0900_get_standard(struct dvb_frontend *fe,
drivers/media/dvb-frontends/stv0900_sw.c
1096
enum fe_stv0900_tracking_standard stv0900_get_standard(struct dvb_frontend *fe,
drivers/media/dvb-frontends/stv0900_sw.c
1150
static u32 stv0900_get_tuner_freq(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv0900_sw.c
1171
fe_stv0900_signal_type stv0900_get_signal_params(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv0900_sw.c
1264
fe_stv0900_signal_type stv0900_dvbs1_acq_workaround(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv0900_sw.c
1385
static u32 stv0900_search_srate_coarse(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv0900_sw.c
1505
static u32 stv0900_search_srate_fine(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv0900_sw.c
1583
static int stv0900_blind_search_algo(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv0900_sw.c
1804
enum fe_stv0900_signal_type stv0900_algo(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv0900_sw.c
501
static int stv0900_get_demod_cold_lock(struct dvb_frontend *fe,
drivers/media/dvb-frontends/stv0900_sw.c
807
static void stv0900_track_optimization(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv090x.c
1685
struct dvb_frontend *fe = &state->frontend;
drivers/media/dvb-frontends/stv090x.c
2134
struct dvb_frontend *fe = &state->frontend;
drivers/media/dvb-frontends/stv090x.c
2590
struct dvb_frontend *fe = &state->frontend;
drivers/media/dvb-frontends/stv090x.c
2841
struct dvb_frontend *fe = &state->frontend;
drivers/media/dvb-frontends/stv090x.c
3169
struct dvb_frontend *fe = &state->frontend;
drivers/media/dvb-frontends/stv090x.c
3468
static enum dvbfe_search stv090x_search(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv090x.c
3517
static int stv090x_read_status(struct dvb_frontend *fe, enum fe_status *status)
drivers/media/dvb-frontends/stv090x.c
3569
static int stv090x_read_per(struct dvb_frontend *fe, u32 *per)
drivers/media/dvb-frontends/stv090x.c
3656
static int stv090x_read_signal_strength(struct dvb_frontend *fe, u16 *strength)
drivers/media/dvb-frontends/stv090x.c
3680
static int stv090x_read_cnr(struct dvb_frontend *fe, u16 *cnr)
drivers/media/dvb-frontends/stv090x.c
3743
static int stv090x_set_tone(struct dvb_frontend *fe, enum fe_sec_tone_mode tone)
drivers/media/dvb-frontends/stv090x.c
3777
static enum dvbfe_algo stv090x_frontend_algo(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv090x.c
3782
static int stv090x_send_diseqc_msg(struct dvb_frontend *fe, struct dvb_diseqc_master_cmd *cmd)
drivers/media/dvb-frontends/stv090x.c
3833
static int stv090x_send_diseqc_burst(struct dvb_frontend *fe,
drivers/media/dvb-frontends/stv090x.c
3891
static int stv090x_recv_slave_reply(struct dvb_frontend *fe, struct dvb_diseqc_slave_reply *reply)
drivers/media/dvb-frontends/stv090x.c
3912
static int stv090x_sleep(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv090x.c
4048
static int stv090x_wakeup(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv090x.c
4145
static void stv090x_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv090x.c
4690
static int stv090x_init(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv090x.c
4769
static int stv090x_setup(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv090x.c
4884
static int stv090x_set_gpio(struct dvb_frontend *fe, u8 gpio, u8 dir,
drivers/media/dvb-frontends/stv090x.c
4989
static struct dvb_frontend *stv090x_get_dvb_frontend(struct i2c_client *client)
drivers/media/dvb-frontends/stv090x.c
5046
struct dvb_frontend *stv090x_attach(struct stv090x_config *config,
drivers/media/dvb-frontends/stv090x.h
103
struct dvb_frontend *stv090x_attach(struct stv090x_config *config,
drivers/media/dvb-frontends/stv090x.h
109
static inline struct dvb_frontend *stv090x_attach(const struct stv090x_config *config,
drivers/media/dvb-frontends/stv090x.h
81
int (*tuner_init)(struct dvb_frontend *fe);
drivers/media/dvb-frontends/stv090x.h
82
int (*tuner_sleep)(struct dvb_frontend *fe);
drivers/media/dvb-frontends/stv090x.h
83
int (*tuner_set_mode)(struct dvb_frontend *fe, enum tuner_mode mode);
drivers/media/dvb-frontends/stv090x.h
84
int (*tuner_set_frequency)(struct dvb_frontend *fe, u32 frequency);
drivers/media/dvb-frontends/stv090x.h
85
int (*tuner_get_frequency)(struct dvb_frontend *fe, u32 *frequency);
drivers/media/dvb-frontends/stv090x.h
86
int (*tuner_set_bandwidth)(struct dvb_frontend *fe, u32 bandwidth);
drivers/media/dvb-frontends/stv090x.h
87
int (*tuner_get_bandwidth)(struct dvb_frontend *fe, u32 *bandwidth);
drivers/media/dvb-frontends/stv090x.h
88
int (*tuner_set_bbgain)(struct dvb_frontend *fe, u32 gain);
drivers/media/dvb-frontends/stv090x.h
89
int (*tuner_get_bbgain)(struct dvb_frontend *fe, u32 *gain);
drivers/media/dvb-frontends/stv090x.h
90
int (*tuner_set_refclk)(struct dvb_frontend *fe, u32 refclk);
drivers/media/dvb-frontends/stv090x.h
91
int (*tuner_get_status)(struct dvb_frontend *fe, u32 *status);
drivers/media/dvb-frontends/stv090x.h
92
void (*tuner_i2c_lock)(struct dvb_frontend *fe, int lock);
drivers/media/dvb-frontends/stv090x.h
95
int (*set_gpio)(struct dvb_frontend *fe, u8 gpio, u8 dir, u8 value,
drivers/media/dvb-frontends/stv090x.h
98
struct dvb_frontend* (*get_dvb_frontend)(struct i2c_client *i2c);
drivers/media/dvb-frontends/stv090x_priv.h
241
struct dvb_frontend frontend;
drivers/media/dvb-frontends/stv0910.c
1218
static int gate_ctrl(struct dvb_frontend *fe, int enable)
drivers/media/dvb-frontends/stv0910.c
1259
static void release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv0910.c
1271
static int set_parameters(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv0910.c
1306
static int read_snr(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv0910.c
1322
static int read_ber(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv0910.c
1338
static void read_signal_strength(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv0910.c
1365
static int read_status(struct dvb_frontend *fe, enum fe_status *status)
drivers/media/dvb-frontends/stv0910.c
1536
static int get_frontend(struct dvb_frontend *fe,
drivers/media/dvb-frontends/stv0910.c
1602
static int tune(struct dvb_frontend *fe, bool re_tune,
drivers/media/dvb-frontends/stv0910.c
1627
static enum dvbfe_algo get_algo(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv0910.c
1632
static int set_tone(struct dvb_frontend *fe, enum fe_sec_tone_mode tone)
drivers/media/dvb-frontends/stv0910.c
1663
static int send_master_cmd(struct dvb_frontend *fe,
drivers/media/dvb-frontends/stv0910.c
1680
static int send_burst(struct dvb_frontend *fe, enum fe_sec_mini_cmd burst)
drivers/media/dvb-frontends/stv0910.c
1702
static int sleep(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv0910.c
1762
struct dvb_frontend *stv0910_attach(struct i2c_adapter *i2c,
drivers/media/dvb-frontends/stv0910.c
83
struct dvb_frontend fe;
drivers/media/dvb-frontends/stv0910.h
27
struct dvb_frontend *stv0910_attach(struct i2c_adapter *i2c,
drivers/media/dvb-frontends/stv0910.h
32
static inline struct dvb_frontend *stv0910_attach(struct i2c_adapter *i2c,
drivers/media/dvb-frontends/stv6110.c
130
static int stv6110_read_reg(struct dvb_frontend *fe, int start)
drivers/media/dvb-frontends/stv6110.c
138
static int stv6110_sleep(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv6110.c
165
static int stv6110_set_bandwidth(struct dvb_frontend *fe, u32 bandwidth)
drivers/media/dvb-frontends/stv6110.c
201
static int stv6110_init(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv6110.c
223
static int stv6110_get_frequency(struct dvb_frontend *fe, u32 *frequency)
drivers/media/dvb-frontends/stv6110.c
248
static int stv6110_set_frequency(struct dvb_frontend *fe, u32 frequency)
drivers/media/dvb-frontends/stv6110.c
336
static int stv6110_set_params(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv6110.c
347
static int stv6110_get_bandwidth(struct dvb_frontend *fe, u32 *bandwidth)
drivers/media/dvb-frontends/stv6110.c
379
struct dvb_frontend *stv6110_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/stv6110.c
48
static void stv6110_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv6110.c
54
static int stv6110_write_regs(struct dvb_frontend *fe, u8 buf[],
drivers/media/dvb-frontends/stv6110.c
95
static int stv6110_read_regs(struct dvb_frontend *fe, u8 regs[],
drivers/media/dvb-frontends/stv6110.h
35
extern struct dvb_frontend *stv6110_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/stv6110.h
39
static inline struct dvb_frontend *stv6110_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/stv6110x.c
108
static int stv6110x_set_frequency(struct dvb_frontend *fe, u32 frequency)
drivers/media/dvb-frontends/stv6110x.c
169
static int stv6110x_get_frequency(struct dvb_frontend *fe, u32 *frequency)
drivers/media/dvb-frontends/stv6110x.c
187
static int stv6110x_set_bandwidth(struct dvb_frontend *fe, u32 bandwidth)
drivers/media/dvb-frontends/stv6110x.c
221
static int stv6110x_get_bandwidth(struct dvb_frontend *fe, u32 *bandwidth)
drivers/media/dvb-frontends/stv6110x.c
231
static int stv6110x_set_refclock(struct dvb_frontend *fe, u32 refclock)
drivers/media/dvb-frontends/stv6110x.c
257
static int stv6110x_get_bbgain(struct dvb_frontend *fe, u32 *gain)
drivers/media/dvb-frontends/stv6110x.c
267
static int stv6110x_set_bbgain(struct dvb_frontend *fe, u32 gain)
drivers/media/dvb-frontends/stv6110x.c
277
static int stv6110x_set_mode(struct dvb_frontend *fe, enum tuner_mode mode)
drivers/media/dvb-frontends/stv6110x.c
305
static int stv6110x_sleep(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv6110x.c
313
static int stv6110x_get_status(struct dvb_frontend *fe, u32 *status)
drivers/media/dvb-frontends/stv6110x.c
328
static void stv6110x_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv6110x.c
445
const struct stv6110x_devctl *stv6110x_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/stv6110x.c
93
static int stv6110x_init(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv6110x.h
18
struct dvb_frontend *frontend;
drivers/media/dvb-frontends/stv6110x.h
33
int (*tuner_init) (struct dvb_frontend *fe);
drivers/media/dvb-frontends/stv6110x.h
34
int (*tuner_sleep) (struct dvb_frontend *fe);
drivers/media/dvb-frontends/stv6110x.h
35
int (*tuner_set_mode) (struct dvb_frontend *fe, enum tuner_mode mode);
drivers/media/dvb-frontends/stv6110x.h
36
int (*tuner_set_frequency) (struct dvb_frontend *fe, u32 frequency);
drivers/media/dvb-frontends/stv6110x.h
37
int (*tuner_get_frequency) (struct dvb_frontend *fe, u32 *frequency);
drivers/media/dvb-frontends/stv6110x.h
38
int (*tuner_set_bandwidth) (struct dvb_frontend *fe, u32 bandwidth);
drivers/media/dvb-frontends/stv6110x.h
39
int (*tuner_get_bandwidth) (struct dvb_frontend *fe, u32 *bandwidth);
drivers/media/dvb-frontends/stv6110x.h
40
int (*tuner_set_bbgain) (struct dvb_frontend *fe, u32 gain);
drivers/media/dvb-frontends/stv6110x.h
41
int (*tuner_get_bbgain) (struct dvb_frontend *fe, u32 *gain);
drivers/media/dvb-frontends/stv6110x.h
42
int (*tuner_set_refclk) (struct dvb_frontend *fe, u32 refclk);
drivers/media/dvb-frontends/stv6110x.h
43
int (*tuner_get_status) (struct dvb_frontend *fe, u32 *status);
drivers/media/dvb-frontends/stv6110x.h
49
extern const struct stv6110x_devctl *stv6110x_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/stv6110x.h
54
static inline const struct stv6110x_devctl *stv6110x_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/stv6110x_priv.h
57
struct dvb_frontend *frontend;
drivers/media/dvb-frontends/stv6111.c
408
static void release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv6111.c
414
static int set_bandwidth(struct dvb_frontend *fe, u32 cutoff_frequency)
drivers/media/dvb-frontends/stv6111.c
510
static int set_params(struct dvb_frontend *fe)
drivers/media/dvb-frontends/stv6111.c
565
static int get_rf_strength(struct dvb_frontend *fe, u16 *st)
drivers/media/dvb-frontends/stv6111.c
649
struct dvb_frontend *stv6111_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/stv6111.h
13
struct dvb_frontend *stv6111_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/stv6111.h
18
static inline struct dvb_frontend *stv6111_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/tc90522.c
110
static int tc90522t_set_layers(struct dvb_frontend *fe)
drivers/media/dvb-frontends/tc90522.c
124
static int tc90522s_read_status(struct dvb_frontend *fe, enum fe_status *status)
drivers/media/dvb-frontends/tc90522.c
152
static int tc90522t_read_status(struct dvb_frontend *fe, enum fe_status *status)
drivers/media/dvb-frontends/tc90522.c
195
static int tc90522s_get_frontend(struct dvb_frontend *fe,
drivers/media/dvb-frontends/tc90522.c
33
struct dvb_frontend fe;
drivers/media/dvb-frontends/tc90522.c
330
static int tc90522t_get_frontend(struct dvb_frontend *fe,
drivers/media/dvb-frontends/tc90522.c
477
static int tc90522_set_frontend(struct dvb_frontend *fe)
drivers/media/dvb-frontends/tc90522.c
513
static int tc90522_get_tune_settings(struct dvb_frontend *fe,
drivers/media/dvb-frontends/tc90522.c
528
static int tc90522_set_if_agc(struct dvb_frontend *fe, bool on)
drivers/media/dvb-frontends/tc90522.c
565
static int tc90522_sleep(struct dvb_frontend *fe)
drivers/media/dvb-frontends/tc90522.c
592
static int tc90522_init(struct dvb_frontend *fe)
drivers/media/dvb-frontends/tc90522.c
98
static int tc90522s_set_tsid(struct dvb_frontend *fe)
drivers/media/dvb-frontends/tc90522.h
27
struct dvb_frontend *fe;
drivers/media/dvb-frontends/tda10021.c
199
static int tda10021_init (struct dvb_frontend *fe)
drivers/media/dvb-frontends/tda10021.c
228
static int tda10021_set_parameters(struct dvb_frontend *fe)
drivers/media/dvb-frontends/tda10021.c
28
struct dvb_frontend frontend;
drivers/media/dvb-frontends/tda10021.c
308
static int tda10021_read_status(struct dvb_frontend *fe,
drivers/media/dvb-frontends/tda10021.c
334
static int tda10021_read_ber(struct dvb_frontend* fe, u32* ber)
drivers/media/dvb-frontends/tda10021.c
348
static int tda10021_read_signal_strength(struct dvb_frontend* fe, u16* strength)
drivers/media/dvb-frontends/tda10021.c
362
static int tda10021_read_snr(struct dvb_frontend* fe, u16* snr)
drivers/media/dvb-frontends/tda10021.c
372
static int tda10021_read_ucblocks(struct dvb_frontend* fe, u32* ucblocks)
drivers/media/dvb-frontends/tda10021.c
387
static int tda10021_get_frontend(struct dvb_frontend *fe,
drivers/media/dvb-frontends/tda10021.c
416
static int tda10021_i2c_gate_ctrl(struct dvb_frontend* fe, int enable)
drivers/media/dvb-frontends/tda10021.c
428
static int tda10021_sleep(struct dvb_frontend* fe)
drivers/media/dvb-frontends/tda10021.c
438
static void tda10021_release(struct dvb_frontend* fe)
drivers/media/dvb-frontends/tda10021.c
446
struct dvb_frontend* tda10021_attach(const struct tda1002x_config* config,
drivers/media/dvb-frontends/tda10023.c
217
static int tda10023_init (struct dvb_frontend *fe)
drivers/media/dvb-frontends/tda10023.c
291
static int tda10023_set_parameters(struct dvb_frontend *fe)
drivers/media/dvb-frontends/tda10023.c
35
struct dvb_frontend frontend;
drivers/media/dvb-frontends/tda10023.c
365
static int tda10023_read_status(struct dvb_frontend *fe,
drivers/media/dvb-frontends/tda10023.c
391
static int tda10023_read_ber(struct dvb_frontend* fe, u32* ber)
drivers/media/dvb-frontends/tda10023.c
404
static int tda10023_read_signal_strength(struct dvb_frontend* fe, u16* strength)
drivers/media/dvb-frontends/tda10023.c
420
static int tda10023_read_snr(struct dvb_frontend* fe, u16* snr)
drivers/media/dvb-frontends/tda10023.c
429
static int tda10023_read_ucblocks(struct dvb_frontend* fe, u32* ucblocks)
drivers/media/dvb-frontends/tda10023.c
446
static int tda10023_get_frontend(struct dvb_frontend *fe,
drivers/media/dvb-frontends/tda10023.c
477
static int tda10023_sleep(struct dvb_frontend* fe)
drivers/media/dvb-frontends/tda10023.c
487
static int tda10023_i2c_gate_ctrl(struct dvb_frontend* fe, int enable)
drivers/media/dvb-frontends/tda10023.c
499
static void tda10023_release(struct dvb_frontend* fe)
drivers/media/dvb-frontends/tda10023.c
507
struct dvb_frontend *tda10023_attach(const struct tda10023_config *config,
drivers/media/dvb-frontends/tda1002x.h
49
extern struct dvb_frontend* tda10021_attach(const struct tda1002x_config* config,
drivers/media/dvb-frontends/tda1002x.h
52
static inline struct dvb_frontend* tda10021_attach(const struct tda1002x_config* config,
drivers/media/dvb-frontends/tda1002x.h
61
extern struct dvb_frontend *tda10023_attach(
drivers/media/dvb-frontends/tda1002x.h
65
static inline struct dvb_frontend *tda10023_attach(
drivers/media/dvb-frontends/tda10048.c
1013
static int tda10048_read_ucblocks(struct dvb_frontend *fe, u32 *ucblocks)
drivers/media/dvb-frontends/tda10048.c
1028
static int tda10048_get_frontend(struct dvb_frontend *fe,
drivers/media/dvb-frontends/tda10048.c
1041
static int tda10048_get_tune_settings(struct dvb_frontend *fe,
drivers/media/dvb-frontends/tda10048.c
1048
static void tda10048_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/tda10048.c
1055
static void tda10048_establish_defaults(struct dvb_frontend *fe)
drivers/media/dvb-frontends/tda10048.c
1092
struct dvb_frontend *tda10048_attach(const struct tda10048_config *config,
drivers/media/dvb-frontends/tda10048.c
133
struct dvb_frontend frontend;
drivers/media/dvb-frontends/tda10048.c
291
static int tda10048_set_phy2(struct dvb_frontend *fe, u32 sample_freq_hz,
drivers/media/dvb-frontends/tda10048.c
327
static int tda10048_set_wref(struct dvb_frontend *fe, u32 sample_freq_hz,
drivers/media/dvb-frontends/tda10048.c
363
static int tda10048_set_invwref(struct dvb_frontend *fe, u32 sample_freq_hz,
drivers/media/dvb-frontends/tda10048.c
389
static int tda10048_set_bandwidth(struct dvb_frontend *fe,
drivers/media/dvb-frontends/tda10048.c
413
static int tda10048_set_if(struct dvb_frontend *fe, u32 bw)
drivers/media/dvb-frontends/tda10048.c
474
static int tda10048_firmware_upload(struct dvb_frontend *fe)
drivers/media/dvb-frontends/tda10048.c
569
static int tda10048_set_inversion(struct dvb_frontend *fe, int inversion)
drivers/media/dvb-frontends/tda10048.c
685
static int tda10048_i2c_gate_ctrl(struct dvb_frontend *fe, int enable)
drivers/media/dvb-frontends/tda10048.c
702
static int tda10048_output_mode(struct dvb_frontend *fe, int serial)
drivers/media/dvb-frontends/tda10048.c
724
static int tda10048_set_frontend(struct dvb_frontend *fe)
drivers/media/dvb-frontends/tda10048.c
757
static int tda10048_init(struct dvb_frontend *fe)
drivers/media/dvb-frontends/tda10048.c
792
static int tda10048_read_status(struct dvb_frontend *fe, enum fe_status *status)
drivers/media/dvb-frontends/tda10048.c
818
static int tda10048_read_ber(struct dvb_frontend *fe, u32 *ber)
drivers/media/dvb-frontends/tda10048.c
846
static int tda10048_read_signal_strength(struct dvb_frontend *fe,
drivers/media/dvb-frontends/tda10048.c
993
static int tda10048_read_snr(struct dvb_frontend *fe, u16 *snr)
drivers/media/dvb-frontends/tda10048.h
64
extern struct dvb_frontend *tda10048_attach(
drivers/media/dvb-frontends/tda10048.h
68
static inline struct dvb_frontend *tda10048_attach(
drivers/media/dvb-frontends/tda1004x.c
1004
static int tda1004x_read_status(struct dvb_frontend *fe,
drivers/media/dvb-frontends/tda1004x.c
1075
static int tda1004x_read_signal_strength(struct dvb_frontend* fe, u16 * signal)
drivers/media/dvb-frontends/tda1004x.c
1104
static int tda1004x_read_snr(struct dvb_frontend* fe, u16 * snr)
drivers/media/dvb-frontends/tda1004x.c
1122
static int tda1004x_read_ucblocks(struct dvb_frontend* fe, u32* ucblocks)
drivers/media/dvb-frontends/tda1004x.c
1159
static int tda1004x_read_ber(struct dvb_frontend* fe, u32* ber)
drivers/media/dvb-frontends/tda1004x.c
1182
static int tda1004x_sleep(struct dvb_frontend* fe)
drivers/media/dvb-frontends/tda1004x.c
1209
static int tda1004x_i2c_gate_ctrl(struct dvb_frontend* fe, int enable)
drivers/media/dvb-frontends/tda1004x.c
1220
static int tda1004x_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings* fesettings)
drivers/media/dvb-frontends/tda1004x.c
1229
static void tda1004x_release(struct dvb_frontend* fe)
drivers/media/dvb-frontends/tda1004x.c
1267
struct dvb_frontend* tda10045_attach(const struct tda1004x_config* config,
drivers/media/dvb-frontends/tda1004x.c
1337
struct dvb_frontend* tda10046_attach(const struct tda1004x_config* config,
drivers/media/dvb-frontends/tda1004x.c
378
static int tda10045_fwupload(struct dvb_frontend* fe)
drivers/media/dvb-frontends/tda1004x.c
418
static void tda10046_init_plls(struct dvb_frontend* fe)
drivers/media/dvb-frontends/tda1004x.c
472
static int tda10046_fwupload(struct dvb_frontend* fe)
drivers/media/dvb-frontends/tda1004x.c
592
static int tda1004x_write(struct dvb_frontend* fe, const u8 buf[], int len)
drivers/media/dvb-frontends/tda1004x.c
602
static int tda10045_init(struct dvb_frontend* fe)
drivers/media/dvb-frontends/tda1004x.c
633
static int tda10046_init(struct dvb_frontend* fe)
drivers/media/dvb-frontends/tda1004x.c
691
static int tda1004x_set_fe(struct dvb_frontend *fe)
drivers/media/dvb-frontends/tda1004x.c
889
static int tda1004x_get_fe(struct dvb_frontend *fe,
drivers/media/dvb-frontends/tda1004x.h
101
struct dvb_frontend frontend;
drivers/media/dvb-frontends/tda1004x.h
108
extern struct dvb_frontend* tda10045_attach(const struct tda1004x_config* config,
drivers/media/dvb-frontends/tda1004x.h
111
extern struct dvb_frontend* tda10046_attach(const struct tda1004x_config* config,
drivers/media/dvb-frontends/tda1004x.h
114
static inline struct dvb_frontend* tda10045_attach(const struct tda1004x_config* config,
drivers/media/dvb-frontends/tda1004x.h
120
static inline struct dvb_frontend* tda10046_attach(const struct tda1004x_config* config,
drivers/media/dvb-frontends/tda1004x.h
128
static inline int tda1004x_writereg(struct dvb_frontend *fe, u8 reg, u8 val) {
drivers/media/dvb-frontends/tda1004x.h
90
int (*request_firmware)(struct dvb_frontend* fe, const struct firmware **fw, char* name);
drivers/media/dvb-frontends/tda10071.c
1038
static int tda10071_sleep(struct dvb_frontend *fe)
drivers/media/dvb-frontends/tda10071.c
1083
static int tda10071_get_tune_settings(struct dvb_frontend *fe,
drivers/media/dvb-frontends/tda10071.c
1139
static struct dvb_frontend *tda10071_get_dvb_frontend(struct i2c_client *client)
drivers/media/dvb-frontends/tda10071.c
133
static int tda10071_set_voltage(struct dvb_frontend *fe,
drivers/media/dvb-frontends/tda10071.c
179
static int tda10071_diseqc_send_master_cmd(struct dvb_frontend *fe,
drivers/media/dvb-frontends/tda10071.c
239
static int tda10071_diseqc_recv_slave_reply(struct dvb_frontend *fe,
drivers/media/dvb-frontends/tda10071.c
299
static int tda10071_diseqc_send_burst(struct dvb_frontend *fe,
drivers/media/dvb-frontends/tda10071.c
363
static int tda10071_read_status(struct dvb_frontend *fe, enum fe_status *status)
drivers/media/dvb-frontends/tda10071.c
501
static int tda10071_read_snr(struct dvb_frontend *fe, u16 *snr)
drivers/media/dvb-frontends/tda10071.c
512
static int tda10071_read_signal_strength(struct dvb_frontend *fe, u16 *strength)
drivers/media/dvb-frontends/tda10071.c
528
static int tda10071_read_ber(struct dvb_frontend *fe, u32 *ber)
drivers/media/dvb-frontends/tda10071.c
536
static int tda10071_read_ucblocks(struct dvb_frontend *fe, u32 *ucblocks)
drivers/media/dvb-frontends/tda10071.c
547
static int tda10071_set_frontend(struct dvb_frontend *fe)
drivers/media/dvb-frontends/tda10071.c
692
static int tda10071_get_frontend(struct dvb_frontend *fe,
drivers/media/dvb-frontends/tda10071.c
750
static int tda10071_init(struct dvb_frontend *fe)
drivers/media/dvb-frontends/tda10071.c
88
static int tda10071_set_tone(struct dvb_frontend *fe,
drivers/media/dvb-frontends/tda10071.h
38
struct dvb_frontend* (*get_dvb_frontend)(struct i2c_client *);
drivers/media/dvb-frontends/tda10071_priv.h
17
struct dvb_frontend fe;
drivers/media/dvb-frontends/tda10086.c
175
static int tda10086_set_tone(struct dvb_frontend *fe,
drivers/media/dvb-frontends/tda10086.c
199
static int tda10086_send_master_cmd (struct dvb_frontend* fe,
drivers/media/dvb-frontends/tda10086.c
229
static int tda10086_send_burst(struct dvb_frontend *fe,
drivers/media/dvb-frontends/tda10086.c
25
struct dvb_frontend frontend;
drivers/media/dvb-frontends/tda10086.c
401
static int tda10086_set_frontend(struct dvb_frontend *fe)
drivers/media/dvb-frontends/tda10086.c
449
static int tda10086_get_frontend(struct dvb_frontend *fe,
drivers/media/dvb-frontends/tda10086.c
543
static int tda10086_read_status(struct dvb_frontend *fe,
drivers/media/dvb-frontends/tda10086.c
573
static int tda10086_read_signal_strength(struct dvb_frontend* fe, u16 * signal)
drivers/media/dvb-frontends/tda10086.c
586
static int tda10086_read_snr(struct dvb_frontend* fe, u16 * snr)
drivers/media/dvb-frontends/tda10086.c
599
static int tda10086_read_ucblocks(struct dvb_frontend* fe, u32* ucblocks)
drivers/media/dvb-frontends/tda10086.c
615
static int tda10086_read_ber(struct dvb_frontend* fe, u32* ber)
drivers/media/dvb-frontends/tda10086.c
630
static int tda10086_sleep(struct dvb_frontend* fe)
drivers/media/dvb-frontends/tda10086.c
641
static int tda10086_i2c_gate_ctrl(struct dvb_frontend* fe, int enable)
drivers/media/dvb-frontends/tda10086.c
656
static int tda10086_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings* fesettings)
drivers/media/dvb-frontends/tda10086.c
689
static void tda10086_release(struct dvb_frontend* fe)
drivers/media/dvb-frontends/tda10086.c
732
struct dvb_frontend* tda10086_attach(const struct tda10086_config* config,
drivers/media/dvb-frontends/tda10086.c
93
static int tda10086_init(struct dvb_frontend* fe)
drivers/media/dvb-frontends/tda10086.h
37
extern struct dvb_frontend* tda10086_attach(const struct tda10086_config* config,
drivers/media/dvb-frontends/tda10086.h
40
static inline struct dvb_frontend* tda10086_attach(const struct tda10086_config* config,
drivers/media/dvb-frontends/tda18271c2dd.c
1094
static int sleep(struct dvb_frontend *fe)
drivers/media/dvb-frontends/tda18271c2dd.c
1102
static int init(struct dvb_frontend *fe)
drivers/media/dvb-frontends/tda18271c2dd.c
1107
static void release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/tda18271c2dd.c
1114
static int set_params(struct dvb_frontend *fe)
drivers/media/dvb-frontends/tda18271c2dd.c
1182
static int get_if_frequency(struct dvb_frontend *fe, u32 *frequency)
drivers/media/dvb-frontends/tda18271c2dd.c
1190
static int get_bandwidth(struct dvb_frontend *fe, u32 *bandwidth)
drivers/media/dvb-frontends/tda18271c2dd.c
1213
struct dvb_frontend *tda18271c2dd_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/tda18271c2dd.h
6
struct dvb_frontend *tda18271c2dd_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/tda18271c2dd.h
9
static inline struct dvb_frontend *tda18271c2dd_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/tda665x.c
17
struct dvb_frontend *fe;
drivers/media/dvb-frontends/tda665x.c
179
static int tda665x_set_params(struct dvb_frontend *fe)
drivers/media/dvb-frontends/tda665x.c
188
static void tda665x_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/tda665x.c
203
struct dvb_frontend *tda665x_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/tda665x.c
57
static int tda665x_get_frequency(struct dvb_frontend *fe, u32 *frequency)
drivers/media/dvb-frontends/tda665x.c
66
static int tda665x_get_status(struct dvb_frontend *fe, u32 *status)
drivers/media/dvb-frontends/tda665x.c
89
static int tda665x_set_frequency(struct dvb_frontend *fe,
drivers/media/dvb-frontends/tda665x.h
24
extern struct dvb_frontend *tda665x_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/tda665x.h
30
static inline struct dvb_frontend *tda665x_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/tda8083.c
219
static int tda8083_send_diseqc_msg(struct dvb_frontend *fe,
drivers/media/dvb-frontends/tda8083.c
237
static int tda8083_read_status(struct dvb_frontend *fe,
drivers/media/dvb-frontends/tda8083.c
268
static int tda8083_read_ber(struct dvb_frontend* fe, u32* ber)
drivers/media/dvb-frontends/tda8083.c
282
static int tda8083_read_signal_strength(struct dvb_frontend* fe, u16* strength)
drivers/media/dvb-frontends/tda8083.c
29
struct dvb_frontend frontend;
drivers/media/dvb-frontends/tda8083.c
292
static int tda8083_read_snr(struct dvb_frontend* fe, u16* snr)
drivers/media/dvb-frontends/tda8083.c
302
static int tda8083_read_ucblocks(struct dvb_frontend* fe, u32* ucblocks)
drivers/media/dvb-frontends/tda8083.c
313
static int tda8083_set_frontend(struct dvb_frontend *fe)
drivers/media/dvb-frontends/tda8083.c
333
static int tda8083_get_frontend(struct dvb_frontend *fe,
drivers/media/dvb-frontends/tda8083.c
348
static int tda8083_sleep(struct dvb_frontend* fe)
drivers/media/dvb-frontends/tda8083.c
356
static int tda8083_init(struct dvb_frontend* fe)
drivers/media/dvb-frontends/tda8083.c
370
static int tda8083_diseqc_send_burst(struct dvb_frontend *fe,
drivers/media/dvb-frontends/tda8083.c
382
static int tda8083_diseqc_set_tone(struct dvb_frontend *fe,
drivers/media/dvb-frontends/tda8083.c
394
static int tda8083_diseqc_set_voltage(struct dvb_frontend *fe,
drivers/media/dvb-frontends/tda8083.c
406
static void tda8083_release(struct dvb_frontend* fe)
drivers/media/dvb-frontends/tda8083.c
414
struct dvb_frontend* tda8083_attach(const struct tda8083_config* config,
drivers/media/dvb-frontends/tda8083.h
27
extern struct dvb_frontend *tda8083_attach(const struct tda8083_config *config,
drivers/media/dvb-frontends/tda8083.h
30
static inline struct dvb_frontend *tda8083_attach(const struct tda8083_config *config,
drivers/media/dvb-frontends/tda8261.c
143
static void tda8261_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/tda8261.c
165
struct dvb_frontend *tda8261_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/tda8261.c
18
struct dvb_frontend *fe;
drivers/media/dvb-frontends/tda8261.c
51
static int tda8261_get_status(struct dvb_frontend *fe, u32 *status)
drivers/media/dvb-frontends/tda8261.c
74
static int tda8261_get_frequency(struct dvb_frontend *fe, u32 *frequency)
drivers/media/dvb-frontends/tda8261.c
83
static int tda8261_set_params(struct dvb_frontend *fe)
drivers/media/dvb-frontends/tda8261.h
27
extern struct dvb_frontend *tda8261_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/tda8261.h
33
static inline struct dvb_frontend *tda8261_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/tda8261_cfg.h
25
static int tda8261_set_frequency(struct dvb_frontend *fe, u32 frequency)
drivers/media/dvb-frontends/tda8261_cfg.h
43
static int tda8261_get_bandwidth(struct dvb_frontend *fe, u32 *bandwidth)
drivers/media/dvb-frontends/tda8261_cfg.h
8
static int tda8261_get_frequency(struct dvb_frontend *fe, u32 *frequency)
drivers/media/dvb-frontends/tda826x.c
111
static int tda826x_get_frequency(struct dvb_frontend *fe, u32 *frequency)
drivers/media/dvb-frontends/tda826x.c
130
struct dvb_frontend *tda826x_attach(struct dvb_frontend *fe, int addr, struct i2c_adapter *i2c, int has_loopthrough)
drivers/media/dvb-frontends/tda826x.c
31
static void tda826x_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/tda826x.c
37
static int tda826x_sleep(struct dvb_frontend *fe)
drivers/media/dvb-frontends/tda826x.c
60
static int tda826x_set_params(struct dvb_frontend *fe)
drivers/media/dvb-frontends/tda826x.h
27
extern struct dvb_frontend* tda826x_attach(struct dvb_frontend *fe, int addr,
drivers/media/dvb-frontends/tda826x.h
31
static inline struct dvb_frontend* tda826x_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/tdhd1.h
15
static int alps_tdhd1_204_request_firmware(struct dvb_frontend *fe, const struct firmware **fw, char *name);
drivers/media/dvb-frontends/tdhd1.h
27
static int alps_tdhd1_204a_tuner_set_params(struct dvb_frontend *fe)
drivers/media/dvb-frontends/ts2020.c
152
static int ts2020_tuner_gate_ctrl(struct dvb_frontend *fe, u8 offset)
drivers/media/dvb-frontends/ts2020.c
164
static int ts2020_set_tuner_rf(struct dvb_frontend *fe)
drivers/media/dvb-frontends/ts2020.c
188
static int ts2020_set_params(struct dvb_frontend *fe)
drivers/media/dvb-frontends/ts2020.c
23
struct dvb_frontend *fe;
drivers/media/dvb-frontends/ts2020.c
25
int (*get_agc_pwm)(struct dvb_frontend *fe, u8 *_agc_pwm);
drivers/media/dvb-frontends/ts2020.c
314
static int ts2020_get_frequency(struct dvb_frontend *fe, u32 *frequency)
drivers/media/dvb-frontends/ts2020.c
322
static int ts2020_get_if_frequency(struct dvb_frontend *fe, u32 *frequency)
drivers/media/dvb-frontends/ts2020.c
336
static int ts2020_read_tuner_gain(struct dvb_frontend *fe, unsigned v_agc,
drivers/media/dvb-frontends/ts2020.c
396
static int ts2020_get_tuner_gain(struct dvb_frontend *fe, __s64 *_gain)
drivers/media/dvb-frontends/ts2020.c
453
static int ts2020_read_signal_strength(struct dvb_frontend *fe,
drivers/media/dvb-frontends/ts2020.c
47
static void ts2020_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/ts2020.c
504
struct dvb_frontend *ts2020_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/ts2020.c
556
struct dvb_frontend *fe;
drivers/media/dvb-frontends/ts2020.c
57
static int ts2020_sleep(struct dvb_frontend *fe)
drivers/media/dvb-frontends/ts2020.c
78
static int ts2020_init(struct dvb_frontend *fe)
drivers/media/dvb-frontends/ts2020.h
44
struct dvb_frontend *fe;
drivers/media/dvb-frontends/ts2020.h
54
int (*get_agc_pwm)(struct dvb_frontend *fe, u8 *_agc_pwm);
drivers/media/dvb-frontends/ts2020.h
59
extern struct dvb_frontend *ts2020_attach(
drivers/media/dvb-frontends/ts2020.h
60
struct dvb_frontend *fe,
drivers/media/dvb-frontends/ts2020.h
64
static inline struct dvb_frontend *ts2020_attach(
drivers/media/dvb-frontends/ts2020.h
65
struct dvb_frontend *fe,
drivers/media/dvb-frontends/tua6100.c
140
static int tua6100_get_frequency(struct dvb_frontend *fe, u32 *frequency)
drivers/media/dvb-frontends/tua6100.c
160
struct dvb_frontend *tua6100_attach(struct dvb_frontend *fe, int addr, struct i2c_adapter *i2c)
drivers/media/dvb-frontends/tua6100.c
33
static void tua6100_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/tua6100.c
39
static int tua6100_sleep(struct dvb_frontend *fe)
drivers/media/dvb-frontends/tua6100.c
57
static int tua6100_set_params(struct dvb_frontend *fe)
drivers/media/dvb-frontends/tua6100.h
26
extern struct dvb_frontend *tua6100_attach(struct dvb_frontend *fe, int addr, struct i2c_adapter *i2c);
drivers/media/dvb-frontends/tua6100.h
28
static inline struct dvb_frontend* tua6100_attach(struct dvb_frontend *fe, int addr, struct i2c_adapter *i2c)
drivers/media/dvb-frontends/ves1820.c
180
static int ves1820_init(struct dvb_frontend* fe)
drivers/media/dvb-frontends/ves1820.c
197
static int ves1820_set_parameters(struct dvb_frontend *fe)
drivers/media/dvb-frontends/ves1820.c
229
static int ves1820_read_status(struct dvb_frontend *fe,
drivers/media/dvb-frontends/ves1820.c
256
static int ves1820_read_ber(struct dvb_frontend* fe, u32* ber)
drivers/media/dvb-frontends/ves1820.c
268
static int ves1820_read_signal_strength(struct dvb_frontend* fe, u16* strength)
drivers/media/dvb-frontends/ves1820.c
27
struct dvb_frontend frontend;
drivers/media/dvb-frontends/ves1820.c
278
static int ves1820_read_snr(struct dvb_frontend* fe, u16* snr)
drivers/media/dvb-frontends/ves1820.c
288
static int ves1820_read_ucblocks(struct dvb_frontend* fe, u32* ucblocks)
drivers/media/dvb-frontends/ves1820.c
303
static int ves1820_get_frontend(struct dvb_frontend *fe,
drivers/media/dvb-frontends/ves1820.c
335
static int ves1820_sleep(struct dvb_frontend* fe)
drivers/media/dvb-frontends/ves1820.c
345
static int ves1820_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings* fesettings)
drivers/media/dvb-frontends/ves1820.c
354
static void ves1820_release(struct dvb_frontend* fe)
drivers/media/dvb-frontends/ves1820.c
362
struct dvb_frontend* ves1820_attach(const struct ves1820_config* config,
drivers/media/dvb-frontends/ves1820.h
33
extern struct dvb_frontend* ves1820_attach(const struct ves1820_config* config,
drivers/media/dvb-frontends/ves1820.h
36
static inline struct dvb_frontend* ves1820_attach(const struct ves1820_config* config,
drivers/media/dvb-frontends/ves1x93.c
252
static int ves1x93_init (struct dvb_frontend* fe)
drivers/media/dvb-frontends/ves1x93.c
272
static int ves1x93_set_voltage(struct dvb_frontend *fe,
drivers/media/dvb-frontends/ves1x93.c
28
struct dvb_frontend frontend;
drivers/media/dvb-frontends/ves1x93.c
289
static int ves1x93_read_status(struct dvb_frontend *fe,
drivers/media/dvb-frontends/ves1x93.c
331
static int ves1x93_read_ber(struct dvb_frontend* fe, u32* ber)
drivers/media/dvb-frontends/ves1x93.c
343
static int ves1x93_read_signal_strength(struct dvb_frontend* fe, u16* strength)
drivers/media/dvb-frontends/ves1x93.c
353
static int ves1x93_read_snr(struct dvb_frontend* fe, u16* snr)
drivers/media/dvb-frontends/ves1x93.c
363
static int ves1x93_read_ucblocks(struct dvb_frontend* fe, u32* ucblocks)
drivers/media/dvb-frontends/ves1x93.c
378
static int ves1x93_set_frontend(struct dvb_frontend *fe)
drivers/media/dvb-frontends/ves1x93.c
396
static int ves1x93_get_frontend(struct dvb_frontend *fe,
drivers/media/dvb-frontends/ves1x93.c
420
static int ves1x93_sleep(struct dvb_frontend* fe)
drivers/media/dvb-frontends/ves1x93.c
427
static void ves1x93_release(struct dvb_frontend* fe)
drivers/media/dvb-frontends/ves1x93.c
433
static int ves1x93_i2c_gate_ctrl(struct dvb_frontend* fe, int enable)
drivers/media/dvb-frontends/ves1x93.c
446
struct dvb_frontend* ves1x93_attach(const struct ves1x93_config* config,
drivers/media/dvb-frontends/ves1x93.h
31
extern struct dvb_frontend* ves1x93_attach(const struct ves1x93_config* config,
drivers/media/dvb-frontends/ves1x93.h
34
static inline struct dvb_frontend* ves1x93_attach(const struct ves1x93_config* config,
drivers/media/dvb-frontends/z0194a.h
12
static int sharp_z0194a_set_symbol_rate(struct dvb_frontend *fe,
drivers/media/dvb-frontends/zd1301_demod.c
145
static int zd1301_demod_sleep(struct dvb_frontend *fe)
drivers/media/dvb-frontends/zd1301_demod.c
16
struct dvb_frontend frontend;
drivers/media/dvb-frontends/zd1301_demod.c
178
static int zd1301_demod_init(struct dvb_frontend *fe)
drivers/media/dvb-frontends/zd1301_demod.c
211
static int zd1301_demod_get_tune_settings(struct dvb_frontend *fe,
drivers/media/dvb-frontends/zd1301_demod.c
225
static int zd1301_demod_read_status(struct dvb_frontend *fe,
drivers/media/dvb-frontends/zd1301_demod.c
299
struct dvb_frontend *zd1301_demod_get_dvb_frontend(struct platform_device *pdev)
drivers/media/dvb-frontends/zd1301_demod.c
37
static int zd1301_demod_set_frontend(struct dvb_frontend *fe)
drivers/media/dvb-frontends/zd1301_demod.h
34
struct dvb_frontend *zd1301_demod_get_dvb_frontend(struct platform_device *pdev);
drivers/media/dvb-frontends/zd1301_demod.h
46
static inline struct dvb_frontend *zd1301_demod_get_dvb_frontend(struct platform_device *dev)
drivers/media/dvb-frontends/zl10036.c
125
static void zl10036_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/zl10036.c
133
static int zl10036_sleep(struct dvb_frontend *fe)
drivers/media/dvb-frontends/zl10036.c
294
static int zl10036_set_params(struct dvb_frontend *fe)
drivers/media/dvb-frontends/zl10036.c
370
static int zl10036_get_frequency(struct dvb_frontend *fe, u32 *frequency)
drivers/media/dvb-frontends/zl10036.c
414
static int zl10036_init(struct dvb_frontend *fe)
drivers/media/dvb-frontends/zl10036.c
448
struct dvb_frontend *zl10036_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/zl10036.h
29
extern struct dvb_frontend *zl10036_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/zl10036.h
32
static inline struct dvb_frontend *zl10036_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/zl10039.c
132
static int zl10039_init(struct dvb_frontend *fe)
drivers/media/dvb-frontends/zl10039.c
157
static int zl10039_sleep(struct dvb_frontend *fe)
drivers/media/dvb-frontends/zl10039.c
176
static int zl10039_set_params(struct dvb_frontend *fe)
drivers/media/dvb-frontends/zl10039.c
235
static void zl10039_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/zl10039.c
251
struct dvb_frontend *zl10039_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/zl10039.h
13
struct dvb_frontend *zl10039_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/zl10039.h
17
static inline struct dvb_frontend *zl10039_attach(struct dvb_frontend *fe,
drivers/media/dvb-frontends/zl10353.c
110
static void zl10353_calc_nominal_rate(struct dvb_frontend *fe,
drivers/media/dvb-frontends/zl10353.c
130
static void zl10353_calc_input_freq(struct dvb_frontend *fe,
drivers/media/dvb-frontends/zl10353.c
158
static int zl10353_sleep(struct dvb_frontend *fe)
drivers/media/dvb-frontends/zl10353.c
166
static int zl10353_set_parameters(struct dvb_frontend *fe)
drivers/media/dvb-frontends/zl10353.c
22
struct dvb_frontend frontend;
drivers/media/dvb-frontends/zl10353.c
359
static int zl10353_get_parameters(struct dvb_frontend *fe,
drivers/media/dvb-frontends/zl10353.c
39
static int zl10353_single_write(struct dvb_frontend *fe, u8 reg, u8 val)
drivers/media/dvb-frontends/zl10353.c
450
static int zl10353_read_status(struct dvb_frontend *fe, enum fe_status *status)
drivers/media/dvb-frontends/zl10353.c
481
static int zl10353_read_ber(struct dvb_frontend *fe, u32 *ber)
drivers/media/dvb-frontends/zl10353.c
492
static int zl10353_read_signal_strength(struct dvb_frontend *fe, u16 *strength)
drivers/media/dvb-frontends/zl10353.c
504
static int zl10353_read_snr(struct dvb_frontend *fe, u16 *snr)
drivers/media/dvb-frontends/zl10353.c
518
static int zl10353_read_ucblocks(struct dvb_frontend *fe, u32 *ucblocks)
drivers/media/dvb-frontends/zl10353.c
53
static int zl10353_write(struct dvb_frontend *fe, const u8 ibuf[], int ilen)
drivers/media/dvb-frontends/zl10353.c
532
static int zl10353_get_tune_settings(struct dvb_frontend *fe,
drivers/media/dvb-frontends/zl10353.c
543
static int zl10353_init(struct dvb_frontend *fe)
drivers/media/dvb-frontends/zl10353.c
569
static int zl10353_i2c_gate_ctrl(struct dvb_frontend* fe, int enable)
drivers/media/dvb-frontends/zl10353.c
586
static void zl10353_release(struct dvb_frontend *fe)
drivers/media/dvb-frontends/zl10353.c
594
struct dvb_frontend *zl10353_attach(const struct zl10353_config *config,
drivers/media/dvb-frontends/zl10353.c
86
static void zl10353_dump_regs(struct dvb_frontend *fe)
drivers/media/dvb-frontends/zl10353.h
37
extern struct dvb_frontend* zl10353_attach(const struct zl10353_config *config,
drivers/media/dvb-frontends/zl10353.h
40
static inline struct dvb_frontend* zl10353_attach(const struct zl10353_config *config,
drivers/media/firewire/firedtv-fe.c
110
static int fdtv_read_signal_strength(struct dvb_frontend *fe, u16 *strength)
drivers/media/firewire/firedtv-fe.c
122
static int fdtv_read_snr(struct dvb_frontend *fe, u16 *snr)
drivers/media/firewire/firedtv-fe.c
135
static int fdtv_read_uncorrected_blocks(struct dvb_frontend *fe, u32 *ucblocks)
drivers/media/firewire/firedtv-fe.c
140
static int fdtv_set_frontend(struct dvb_frontend *fe)
drivers/media/firewire/firedtv-fe.c
19
static int fdtv_dvb_init(struct dvb_frontend *fe)
drivers/media/firewire/firedtv-fe.c
38
static int fdtv_sleep(struct dvb_frontend *fe)
drivers/media/firewire/firedtv-fe.c
50
static int fdtv_diseqc_send_master_cmd(struct dvb_frontend *fe,
drivers/media/firewire/firedtv-fe.c
59
static int fdtv_diseqc_send_burst(struct dvb_frontend *fe,
drivers/media/firewire/firedtv-fe.c
65
static int fdtv_set_tone(struct dvb_frontend *fe, enum fe_sec_tone_mode tone)
drivers/media/firewire/firedtv-fe.c
73
static int fdtv_set_voltage(struct dvb_frontend *fe,
drivers/media/firewire/firedtv-fe.c
82
static int fdtv_read_status(struct dvb_frontend *fe, enum fe_status *status)
drivers/media/firewire/firedtv-fe.c
98
static int fdtv_read_ber(struct dvb_frontend *fe, u32 *ber)
drivers/media/firewire/firedtv.h
81
struct dvb_frontend fe;
drivers/media/pci/bt8xx/dst.c
1344
static int dst_set_voltage(struct dvb_frontend *fe,
drivers/media/pci/bt8xx/dst.c
1347
static int dst_write_tuna(struct dvb_frontend *fe)
drivers/media/pci/bt8xx/dst.c
1418
static int dst_set_diseqc(struct dvb_frontend *fe, struct dvb_diseqc_master_cmd *cmd)
drivers/media/pci/bt8xx/dst.c
1435
static int dst_set_voltage(struct dvb_frontend *fe, enum fe_sec_voltage voltage)
drivers/media/pci/bt8xx/dst.c
1469
static int dst_set_tone(struct dvb_frontend *fe, enum fe_sec_tone_mode tone)
drivers/media/pci/bt8xx/dst.c
1494
static int dst_send_burst(struct dvb_frontend *fe, enum fe_sec_mini_cmd minicmd)
drivers/media/pci/bt8xx/dst.c
1513
static int bt8xx_dst_init(struct dvb_frontend *fe)
drivers/media/pci/bt8xx/dst.c
1544
static int dst_read_status(struct dvb_frontend *fe, enum fe_status *status)
drivers/media/pci/bt8xx/dst.c
1558
static int dst_read_signal_strength(struct dvb_frontend *fe, u16 *strength)
drivers/media/pci/bt8xx/dst.c
1568
static int dst_read_snr(struct dvb_frontend *fe, u16 *snr)
drivers/media/pci/bt8xx/dst.c
1578
static int dst_set_frontend(struct dvb_frontend *fe)
drivers/media/pci/bt8xx/dst.c
1611
static int dst_tune_frontend(struct dvb_frontend* fe,
drivers/media/pci/bt8xx/dst.c
1649
static enum dvbfe_algo dst_get_tuning_algo(struct dvb_frontend *fe)
drivers/media/pci/bt8xx/dst.c
1654
static int dst_get_frontend(struct dvb_frontend *fe,
drivers/media/pci/bt8xx/dst.c
1676
static void bt8xx_dst_release(struct dvb_frontend *fe)
drivers/media/pci/bt8xx/dst_common.h
94
struct dvb_frontend frontend;
drivers/media/pci/bt8xx/dvb-bt8xx.c
122
static int thomson_dtt7579_demod_init(struct dvb_frontend* fe)
drivers/media/pci/bt8xx/dvb-bt8xx.c
143
static int thomson_dtt7579_tuner_calc_regs(struct dvb_frontend *fe, u8* pllbuf, int buf_len)
drivers/media/pci/bt8xx/dvb-bt8xx.c
187
static int cx24108_tuner_set_params(struct dvb_frontend *fe)
drivers/media/pci/bt8xx/dvb-bt8xx.c
243
static int pinnsat_tuner_init(struct dvb_frontend* fe)
drivers/media/pci/bt8xx/dvb-bt8xx.c
253
static int pinnsat_tuner_sleep(struct dvb_frontend* fe)
drivers/media/pci/bt8xx/dvb-bt8xx.c
266
static int microtune_mt7202dtf_tuner_set_params(struct dvb_frontend *fe)
drivers/media/pci/bt8xx/dvb-bt8xx.c
307
static int microtune_mt7202dtf_request_firmware(struct dvb_frontend* fe, const struct firmware **fw, char* name)
drivers/media/pci/bt8xx/dvb-bt8xx.c
319
static int advbt771_samsung_tdtc9251dh0_demod_init(struct dvb_frontend* fe)
drivers/media/pci/bt8xx/dvb-bt8xx.c
342
static int advbt771_samsung_tdtc9251dh0_tuner_calc_regs(struct dvb_frontend *fe, u8 *pllbuf, int buf_len)
drivers/media/pci/bt8xx/dvb-bt8xx.c
405
static int or51211_request_firmware(struct dvb_frontend* fe, const struct firmware **fw, char* name)
drivers/media/pci/bt8xx/dvb-bt8xx.c
412
static void or51211_setmode(struct dvb_frontend * fe, int mode)
drivers/media/pci/bt8xx/dvb-bt8xx.c
419
static void or51211_reset(struct dvb_frontend * fe)
drivers/media/pci/bt8xx/dvb-bt8xx.c
444
static void or51211_sleep(struct dvb_frontend * fe)
drivers/media/pci/bt8xx/dvb-bt8xx.c
458
static int vp3021_alps_tded4_tuner_set_params(struct dvb_frontend *fe)
drivers/media/pci/bt8xx/dvb-bt8xx.c
493
static int digitv_alps_tded4_demod_init(struct dvb_frontend* fe)
drivers/media/pci/bt8xx/dvb-bt8xx.c
511
static int digitv_alps_tded4_tuner_calc_regs(struct dvb_frontend *fe, u8 *pllbuf, int buf_len)
drivers/media/pci/bt8xx/dvb-bt8xx.h
46
struct dvb_frontend* fe;
drivers/media/pci/cx18/cx18-driver.h
321
struct dvb_frontend *fe;
drivers/media/pci/cx18/cx18-dvb.c
150
static int yuan_mpc718_mt352_init(struct dvb_frontend *fe)
drivers/media/pci/cx18/cx18-dvb.c
487
struct dvb_frontend *fe;
drivers/media/pci/cx18/cx18-dvb.c
519
struct dvb_frontend *fe;
drivers/media/pci/cx18/cx18-dvb.c
542
struct dvb_frontend *fe;
drivers/media/pci/cx23885/cx23885-dvb.c
1202
int (*p_set_voltage)(struct dvb_frontend *fe,
drivers/media/pci/cx23885/cx23885-dvb.c
1337
struct dvb_frontend *fe;
drivers/media/pci/cx23885/cx23885-dvb.c
1389
struct dvb_frontend *fe;
drivers/media/pci/cx23885/cx23885-dvb.c
1431
struct dvb_frontend *fe;
drivers/media/pci/cx23885/cx23885-dvb.c
1483
struct dvb_frontend *fe;
drivers/media/pci/cx23885/cx23885-dvb.c
1507
struct dvb_frontend *fe;
drivers/media/pci/cx23885/cx23885-dvb.c
1838
a8293_pdata.dvb_frontend = fe0->dvb.frontend;
drivers/media/pci/cx23885/cx23885-dvb.c
1909
a8293_pdata.dvb_frontend = fe0->dvb.frontend;
drivers/media/pci/cx23885/cx23885-dvb.c
2234
a8293_pdata.dvb_frontend = fe0->dvb.frontend;
drivers/media/pci/cx23885/cx23885-dvb.c
591
static int p8000_set_voltage(struct dvb_frontend *fe,
drivers/media/pci/cx23885/cx23885-dvb.c
606
static int dvbsky_t9580_set_voltage(struct dvb_frontend *fe,
drivers/media/pci/cx23885/cx23885-dvb.c
635
static int dvbsky_s952_portc_set_voltage(struct dvb_frontend *fe,
drivers/media/pci/cx23885/cx23885-dvb.c
732
static int cx23885_dvb_set_frontend(struct dvb_frontend *fe)
drivers/media/pci/cx23885/cx23885-dvb.c
767
struct dvb_frontend *fe)
drivers/media/pci/cx23885/cx23885-dvb.c
976
static int dib7070_tuner_reset(struct dvb_frontend *fe, int onoff)
drivers/media/pci/cx23885/cx23885-dvb.c
983
static int dib7070_tuner_sleep(struct dvb_frontend *fe, int onoff)
drivers/media/pci/cx23885/cx23885-f300.c
137
int f300_set_voltage(struct dvb_frontend *fe, enum fe_sec_voltage voltage)
drivers/media/pci/cx23885/cx23885-f300.c
73
static u8 f300_xfer(struct dvb_frontend *fe, u8 *buf)
drivers/media/pci/cx23885/cx23885-f300.h
2
extern int f300_set_voltage(struct dvb_frontend *fe,
drivers/media/pci/cx23885/cx23885-video.c
1014
struct dvb_frontend *fe;
drivers/media/pci/cx23885/cx23885.h
304
struct dvb_frontend analog_fe;
drivers/media/pci/cx23885/cx23885.h
311
int (*set_frontend)(struct dvb_frontend *fe);
drivers/media/pci/cx23885/cx23885.h
312
int (*fe_set_voltage)(struct dvb_frontend *fe,
drivers/media/pci/cx88/cx88-dvb.c
1363
struct dvb_frontend *fe;
drivers/media/pci/cx88/cx88-dvb.c
161
static int cx88_dvb_bus_ctrl(struct dvb_frontend *fe, int acquire)
drivers/media/pci/cx88/cx88-dvb.c
214
static int dvico_fusionhdtv_demod_init(struct dvb_frontend *fe)
drivers/media/pci/cx88/cx88-dvb.c
234
static int dvico_dual_demod_init(struct dvb_frontend *fe)
drivers/media/pci/cx88/cx88-dvb.c
255
static int dntv_live_dvbt_demod_init(struct dvb_frontend *fe)
drivers/media/pci/cx88/cx88-dvb.c
304
static int dntv_live_dvbt_pro_demod_init(struct dvb_frontend *fe)
drivers/media/pci/cx88/cx88-dvb.c
366
static int or51132_set_ts_param(struct dvb_frontend *fe, int is_punctured)
drivers/media/pci/cx88/cx88-dvb.c
379
static int lgdt330x_pll_rf_set(struct dvb_frontend *fe, int index)
drivers/media/pci/cx88/cx88-dvb.c
392
static int lgdt330x_set_ts_param(struct dvb_frontend *fe, int is_punctured)
drivers/media/pci/cx88/cx88-dvb.c
421
static int nxt200x_set_ts_param(struct dvb_frontend *fe, int is_punctured)
drivers/media/pci/cx88/cx88-dvb.c
434
static int cx24123_set_ts_param(struct dvb_frontend *fe,
drivers/media/pci/cx88/cx88-dvb.c
443
static int kworld_dvbs_100_set_voltage(struct dvb_frontend *fe,
drivers/media/pci/cx88/cx88-dvb.c
459
static int geniatech_dvbs_set_voltage(struct dvb_frontend *fe,
drivers/media/pci/cx88/cx88-dvb.c
475
static int tevii_dvbs_set_voltage(struct dvb_frontend *fe,
drivers/media/pci/cx88/cx88-dvb.c
499
static int vp1027_set_voltage(struct dvb_frontend *fe,
drivers/media/pci/cx88/cx88-dvb.c
603
struct dvb_frontend *fe;
drivers/media/pci/cx88/cx88-dvb.c
645
struct dvb_frontend *fe;
drivers/media/pci/cx88/cx88-dvb.c
673
static int cx24116_set_ts_param(struct dvb_frontend *fe,
drivers/media/pci/cx88/cx88-dvb.c
683
static int stv0900_set_ts_param(struct dvb_frontend *fe,
drivers/media/pci/cx88/cx88-dvb.c
693
static int cx24116_reset_device(struct dvb_frontend *fe)
drivers/media/pci/cx88/cx88-dvb.c
721
static int ds3000_set_ts_param(struct dvb_frontend *fe,
drivers/media/pci/cx88/cx88-dvb.c
853
static int samsung_smt_7020_tuner_set_params(struct dvb_frontend *fe)
drivers/media/pci/cx88/cx88-dvb.c
884
static int samsung_smt_7020_set_tone(struct dvb_frontend *fe,
drivers/media/pci/cx88/cx88-dvb.c
906
static int samsung_smt_7020_set_voltage(struct dvb_frontend *fe,
drivers/media/pci/cx88/cx88-dvb.c
939
static int samsung_smt_7020_stv0299_set_symbol_rate(struct dvb_frontend *fe,
drivers/media/pci/cx88/cx88.h
370
int (*prev_set_voltage)(struct dvb_frontend *fe,
drivers/media/pci/ddbridge/ddbridge-core.c
1240
struct dvb_frontend *fe;
drivers/media/pci/ddbridge/ddbridge-core.c
860
static int locked_gate_ctrl(struct dvb_frontend *fe, int enable)
drivers/media/pci/ddbridge/ddbridge-core.c
904
struct dvb_frontend *fe;
drivers/media/pci/ddbridge/ddbridge-dummy-fe.c
17
struct dvb_frontend frontend;
drivers/media/pci/ddbridge/ddbridge-dummy-fe.c
20
static int ddbridge_dummy_fe_read_status(struct dvb_frontend *fe,
drivers/media/pci/ddbridge/ddbridge-dummy-fe.c
32
static int ddbridge_dummy_fe_read_ber(struct dvb_frontend *fe, u32 *ber)
drivers/media/pci/ddbridge/ddbridge-dummy-fe.c
38
static int ddbridge_dummy_fe_read_signal_strength(struct dvb_frontend *fe,
drivers/media/pci/ddbridge/ddbridge-dummy-fe.c
45
static int ddbridge_dummy_fe_read_snr(struct dvb_frontend *fe, u16 *snr)
drivers/media/pci/ddbridge/ddbridge-dummy-fe.c
51
static int ddbridge_dummy_fe_read_ucblocks(struct dvb_frontend *fe, u32 *ucblocks)
drivers/media/pci/ddbridge/ddbridge-dummy-fe.c
62
static int ddbridge_dummy_fe_get_frontend(struct dvb_frontend *fe,
drivers/media/pci/ddbridge/ddbridge-dummy-fe.c
68
static int ddbridge_dummy_fe_set_frontend(struct dvb_frontend *fe)
drivers/media/pci/ddbridge/ddbridge-dummy-fe.c
79
static int ddbridge_dummy_fe_sleep(struct dvb_frontend *fe)
drivers/media/pci/ddbridge/ddbridge-dummy-fe.c
84
static int ddbridge_dummy_fe_init(struct dvb_frontend *fe)
drivers/media/pci/ddbridge/ddbridge-dummy-fe.c
89
static void ddbridge_dummy_fe_release(struct dvb_frontend *fe)
drivers/media/pci/ddbridge/ddbridge-dummy-fe.c
98
struct dvb_frontend *ddbridge_dummy_fe_qam_attach(void)
drivers/media/pci/ddbridge/ddbridge-dummy-fe.h
14
struct dvb_frontend *ddbridge_dummy_fe_qam_attach(void);
drivers/media/pci/ddbridge/ddbridge-max.c
170
static int max_set_input_unlocked(struct dvb_frontend *fe, int in)
drivers/media/pci/ddbridge/ddbridge-max.c
193
static int max_set_tone(struct dvb_frontend *fe, enum fe_sec_tone_mode tone)
drivers/media/pci/ddbridge/ddbridge-max.c
231
static int max_set_voltage(struct dvb_frontend *fe, enum fe_sec_voltage voltage)
drivers/media/pci/ddbridge/ddbridge-max.c
335
static int max_enable_high_lnb_voltage(struct dvb_frontend *fe, long arg)
drivers/media/pci/ddbridge/ddbridge-max.c
340
static int max_send_burst(struct dvb_frontend *fe, enum fe_sec_mini_cmd burst)
drivers/media/pci/ddbridge/ddbridge-max.c
67
static int max_send_master_cmd(struct dvb_frontend *fe,
drivers/media/pci/ddbridge/ddbridge-mci.c
117
struct dvb_frontend
drivers/media/pci/ddbridge/ddbridge-mci.c
119
int (**fn_set_input)(struct dvb_frontend *fe, int input))
drivers/media/pci/ddbridge/ddbridge-mci.h
226
struct dvb_frontend fe;
drivers/media/pci/ddbridge/ddbridge-mci.h
239
int (*set_input)(struct dvb_frontend *fe, int input);
drivers/media/pci/ddbridge/ddbridge-mci.h
249
struct dvb_frontend
drivers/media/pci/ddbridge/ddbridge-mci.h
251
int (**fn_set_input)(struct dvb_frontend *fe, int input));
drivers/media/pci/ddbridge/ddbridge-sx8.c
100
static int read_status(struct dvb_frontend *fe, enum fe_status *status)
drivers/media/pci/ddbridge/ddbridge-sx8.c
124
static int mci_set_tuner(struct dvb_frontend *fe, u32 tuner, u32 on)
drivers/media/pci/ddbridge/ddbridge-sx8.c
138
static int stop(struct dvb_frontend *fe)
drivers/media/pci/ddbridge/ddbridge-sx8.c
174
static int start(struct dvb_frontend *fe, u32 flags, u32 modmask, u32 ts_config)
drivers/media/pci/ddbridge/ddbridge-sx8.c
300
static int start_iq(struct dvb_frontend *fe, u32 flags, u32 roll_off,
drivers/media/pci/ddbridge/ddbridge-sx8.c
349
static int set_parameters(struct dvb_frontend *fe)
drivers/media/pci/ddbridge/ddbridge-sx8.c
403
static int tune(struct dvb_frontend *fe, bool re_tune,
drivers/media/pci/ddbridge/ddbridge-sx8.c
424
static enum dvbfe_algo get_algo(struct dvb_frontend *fe)
drivers/media/pci/ddbridge/ddbridge-sx8.c
429
static int set_input(struct dvb_frontend *fe, int input)
drivers/media/pci/ddbridge/ddbridge-sx8.c
46
static void release(struct dvb_frontend *fe)
drivers/media/pci/ddbridge/ddbridge-sx8.c
59
static int get_info(struct dvb_frontend *fe)
drivers/media/pci/ddbridge/ddbridge-sx8.c
72
static int get_snr(struct dvb_frontend *fe)
drivers/media/pci/ddbridge/ddbridge-sx8.c
85
static int get_strength(struct dvb_frontend *fe)
drivers/media/pci/ddbridge/ddbridge.h
159
struct dvb_frontend *fe;
drivers/media/pci/ddbridge/ddbridge.h
160
struct dvb_frontend *fe2;
drivers/media/pci/ddbridge/ddbridge.h
173
int (*i2c_gate_ctrl)(struct dvb_frontend *, int);
drivers/media/pci/ddbridge/ddbridge.h
174
int (*set_voltage)(struct dvb_frontend *fe,
drivers/media/pci/ddbridge/ddbridge.h
176
int (*set_input)(struct dvb_frontend *fe, int input);
drivers/media/pci/ddbridge/ddbridge.h
177
int (*diseqc_send_master_cmd)(struct dvb_frontend *fe,
drivers/media/pci/dm1105/dm1105.c
331
struct dvb_frontend *fe;
drivers/media/pci/dm1105/dm1105.c
573
static inline struct dm1105_dev *frontend_to_dm1105_dev(struct dvb_frontend *fe)
drivers/media/pci/dm1105/dm1105.c
578
static int dm1105_set_voltage(struct dvb_frontend *fe,
drivers/media/pci/mantis/hopper_vp3028.c
32
static int vp3028_frontend_init(struct mantis_pci *mantis, struct dvb_frontend *fe)
drivers/media/pci/mantis/mantis_common.h
138
struct dvb_frontend *fe;
drivers/media/pci/mantis/mantis_common.h
86
int (*frontend_init)(struct mantis_pci *mantis, struct dvb_frontend *fe);
drivers/media/pci/mantis/mantis_vp1033.c
106
static int lgtdqcs001f_set_symbol_rate(struct dvb_frontend *fe,
drivers/media/pci/mantis/mantis_vp1033.c
152
static int vp1033_frontend_init(struct mantis_pci *mantis, struct dvb_frontend *fe)
drivers/media/pci/mantis/mantis_vp1033.c
74
static int lgtdqcs001f_tuner_set(struct dvb_frontend *fe)
drivers/media/pci/mantis/mantis_vp1034.c
35
int vp1034_set_voltage(struct dvb_frontend *fe, enum fe_sec_voltage voltage)
drivers/media/pci/mantis/mantis_vp1034.c
62
static int vp1034_frontend_init(struct mantis_pci *mantis, struct dvb_frontend *fe)
drivers/media/pci/mantis/mantis_vp1034.h
19
extern int vp1034_set_voltage(struct dvb_frontend *fe,
drivers/media/pci/mantis/mantis_vp1041.c
296
static int vp1041_frontend_init(struct mantis_pci *mantis, struct dvb_frontend *fe)
drivers/media/pci/mantis/mantis_vp2033.c
112
static int vp2033_frontend_init(struct mantis_pci *mantis, struct dvb_frontend *fe)
drivers/media/pci/mantis/mantis_vp2033.c
56
static int tda1002x_cu1216_tuner_set(struct dvb_frontend *fe)
drivers/media/pci/mantis/mantis_vp2040.c
112
static int vp2040_frontend_init(struct mantis_pci *mantis, struct dvb_frontend *fe)
drivers/media/pci/mantis/mantis_vp2040.c
38
static int tda1002x_cu1216_tuner_set(struct dvb_frontend *fe)
drivers/media/pci/mantis/mantis_vp3030.c
44
static int vp3030_frontend_init(struct mantis_pci *mantis, struct dvb_frontend *fe)
drivers/media/pci/ngene/ngene-cards.c
152
struct dvb_frontend *fe;
drivers/media/pci/ngene/ngene-cards.c
166
static int drxk_gate_ctrl(struct dvb_frontend *fe, int enable)
drivers/media/pci/ngene/ngene-cards.c
185
struct dvb_frontend *fe;
drivers/media/pci/ngene/ngene-cards.c
426
static void cineS2_tuner_i2c_lock(struct dvb_frontend *fe, int lock)
drivers/media/pci/ngene/ngene.h
613
int (*gate_ctrl)(struct dvb_frontend *, int);
drivers/media/pci/ngene/ngene.h
615
struct dvb_frontend *fe;
drivers/media/pci/ngene/ngene.h
616
struct dvb_frontend *fe2;
drivers/media/pci/ngene/ngene.h
653
int (*set_tone)(struct dvb_frontend *, enum fe_sec_tone_mode);
drivers/media/pci/ngene/ngene.h
814
int (*gate_ctrl)(struct dvb_frontend *, int);
drivers/media/pci/pluto2/pluto2.c
120
static inline struct pluto *frontend_to_pluto(struct dvb_frontend *fe)
drivers/media/pci/pluto2/pluto2.c
434
static int lg_tdtpe001p_tuner_set_params(struct dvb_frontend *fe)
drivers/media/pci/pluto2/pluto2.c
486
static int pluto2_request_firmware(struct dvb_frontend *fe,
drivers/media/pci/pluto2/pluto2.c
95
struct dvb_frontend *fe;
drivers/media/pci/pt1/pt1.c
103
struct dvb_frontend *fe;
drivers/media/pci/pt1/pt1.c
106
int (*orig_set_voltage)(struct dvb_frontend *fe,
drivers/media/pci/pt1/pt1.c
108
int (*orig_sleep)(struct dvb_frontend *fe);
drivers/media/pci/pt1/pt1.c
109
int (*orig_init)(struct dvb_frontend *fe);
drivers/media/pci/pt1/pt1.c
768
static int pt1_set_voltage(struct dvb_frontend *fe, enum fe_sec_voltage voltage)
drivers/media/pci/pt1/pt1.c
782
static int pt1_sleep(struct dvb_frontend *fe)
drivers/media/pci/pt1/pt1.c
798
static int pt1_wakeup(struct dvb_frontend *fe)
drivers/media/pci/pt1/pt1.c
938
static int pt1_init_frontend(struct pt1_adapter *adap, struct dvb_frontend *fe)
drivers/media/pci/pt3/pt3.c
117
static inline struct pt3_adapter *pt3_find_adapter(struct dvb_frontend *fe)
drivers/media/pci/pt3/pt3.c
148
static int pt3_set_lna(struct dvb_frontend *fe)
drivers/media/pci/pt3/pt3.c
183
static int pt3_set_voltage(struct dvb_frontend *fe, enum fe_sec_voltage volt)
drivers/media/pci/pt3/pt3.c
245
struct dvb_frontend *fe;
drivers/media/pci/pt3/pt3.h
116
struct dvb_frontend *fe;
drivers/media/pci/saa7134/saa7134-dvb.c
100
static int mt352_pinnacle_init(struct dvb_frontend* fe)
drivers/media/pci/saa7134/saa7134-dvb.c
1007
static int md8800_set_voltage2(struct dvb_frontend *fe,
drivers/media/pci/saa7134/saa7134-dvb.c
1030
static int md8800_set_high_voltage2(struct dvb_frontend *fe, long arg)
drivers/media/pci/saa7134/saa7134-dvb.c
129
static int mt352_aver777_init(struct dvb_frontend* fe)
drivers/media/pci/saa7134/saa7134-dvb.c
1467
struct dvb_frontend *fe = fe0->dvb.frontend;
drivers/media/pci/saa7134/saa7134-dvb.c
147
static int mt352_avermedia_xc3028_init(struct dvb_frontend *fe)
drivers/media/pci/saa7134/saa7134-dvb.c
164
static int mt352_pinnacle_tuner_set_params(struct dvb_frontend *fe)
drivers/media/pci/saa7134/saa7134-dvb.c
1651
struct dvb_frontend *fe;
drivers/media/pci/saa7134/saa7134-dvb.c
1897
struct dvb_frontend *fe;
drivers/media/pci/saa7134/saa7134-dvb.c
1978
struct dvb_frontend *fe;
drivers/media/pci/saa7134/saa7134-dvb.c
228
static int kworld_sbtvd_gate_ctrl(struct dvb_frontend* fe, int enable)
drivers/media/pci/saa7134/saa7134-dvb.c
257
static int philips_tda1004x_request_firmware(struct dvb_frontend *fe,
drivers/media/pci/saa7134/saa7134-dvb.c
268
static int philips_tda6651_pll_set(struct dvb_frontend *fe)
drivers/media/pci/saa7134/saa7134-dvb.c
357
static int philips_tu1216_init(struct dvb_frontend *fe)
drivers/media/pci/saa7134/saa7134-dvb.c
402
static int philips_td1316_tuner_init(struct dvb_frontend *fe)
drivers/media/pci/saa7134/saa7134-dvb.c
418
static int philips_td1316_tuner_set_params(struct dvb_frontend *fe)
drivers/media/pci/saa7134/saa7134-dvb.c
423
static int philips_td1316_tuner_sleep(struct dvb_frontend *fe)
drivers/media/pci/saa7134/saa7134-dvb.c
441
static int philips_europa_tuner_init(struct dvb_frontend *fe)
drivers/media/pci/saa7134/saa7134-dvb.c
457
static int philips_europa_tuner_sleep(struct dvb_frontend *fe)
drivers/media/pci/saa7134/saa7134-dvb.c
476
static int philips_europa_demod_sleep(struct dvb_frontend *fe)
drivers/media/pci/saa7134/saa7134-dvb.c
524
static int tda8290_i2c_gate_ctrl( struct dvb_frontend* fe, int enable)
drivers/media/pci/saa7134/saa7134-dvb.c
545
static int philips_tda827x_tuner_init(struct dvb_frontend *fe)
drivers/media/pci/saa7134/saa7134-dvb.c
565
static int philips_tda827x_tuner_sleep(struct dvb_frontend *fe)
drivers/media/pci/saa7134/saa7134-dvb.c
889
static int ads_duo_tuner_init(struct dvb_frontend *fe)
drivers/media/pci/saa7134/saa7134-dvb.c
898
static int ads_duo_tuner_sleep(struct dvb_frontend *fe)
drivers/media/pci/saa7134/saa7134-dvb.c
980
static int md8800_set_voltage(struct dvb_frontend *fe,
drivers/media/pci/saa7134/saa7134-dvb.c
994
static int md8800_set_high_voltage(struct dvb_frontend *fe, long arg)
drivers/media/pci/saa7134/saa7134.h
669
int (*original_demod_sleep)(struct dvb_frontend *fe);
drivers/media/pci/saa7134/saa7134.h
670
int (*original_set_voltage)(struct dvb_frontend *fe,
drivers/media/pci/saa7134/saa7134.h
672
int (*original_set_high_voltage)(struct dvb_frontend *fe, long arg);
drivers/media/pci/saa7164/saa7164-dvb.c
104
struct dvb_frontend *fe, u8 addr8bit, struct si2157_config *cfg)
drivers/media/pci/saa7164/saa7164-encoder.c
360
struct dvb_frontend *fe;
drivers/media/pci/saa7164/saa7164.h
242
struct dvb_frontend *frontend;
drivers/media/pci/smipcie/smipcie.h
270
struct dvb_frontend *fe;
drivers/media/pci/ttpci/budget-av.c
1204
struct dvb_frontend *fe = NULL;
drivers/media/pci/ttpci/budget-av.c
1341
budget_av->budget.dvb_frontend = fe;
drivers/media/pci/ttpci/budget-av.c
1344
budget_av->budget.dvb_frontend)) {
drivers/media/pci/ttpci/budget-av.c
1346
dvb_frontend_detach(budget_av->budget.dvb_frontend);
drivers/media/pci/ttpci/budget-av.c
1347
budget_av->budget.dvb_frontend = NULL;
drivers/media/pci/ttpci/budget-av.c
1382
if (budget_av->budget.dvb_frontend != NULL) {
drivers/media/pci/ttpci/budget-av.c
1383
dvb_unregister_frontend(budget_av->budget.dvb_frontend);
drivers/media/pci/ttpci/budget-av.c
1384
dvb_frontend_detach(budget_av->budget.dvb_frontend);
drivers/media/pci/ttpci/budget-av.c
225
dvb_frontend_reinitialise(budget_av->budget.dvb_frontend);
drivers/media/pci/ttpci/budget-av.c
463
static int philips_su1278_ty_ci_set_symbol_rate(struct dvb_frontend *fe, u32 srate, u32 ratio)
drivers/media/pci/ttpci/budget-av.c
493
static int philips_su1278_ty_ci_tuner_set_params(struct dvb_frontend *fe)
drivers/media/pci/ttpci/budget-av.c
608
static int philips_cu1216_tuner_set_params(struct dvb_frontend *fe)
drivers/media/pci/ttpci/budget-av.c
673
static int philips_tu1216_tuner_init(struct dvb_frontend *fe)
drivers/media/pci/ttpci/budget-av.c
689
static int philips_tu1216_tuner_set_params(struct dvb_frontend *fe)
drivers/media/pci/ttpci/budget-av.c
773
static int philips_tu1216_request_firmware(struct dvb_frontend *fe,
drivers/media/pci/ttpci/budget-av.c
835
static int philips_sd1878_ci_set_symbol_rate(struct dvb_frontend *fe,
drivers/media/pci/ttpci/budget-ci.c
1304
budget_ci->budget.dvb_frontend =
drivers/media/pci/ttpci/budget-ci.c
1306
if (budget_ci->budget.dvb_frontend) {
drivers/media/pci/ttpci/budget-ci.c
1307
budget_ci->budget.dvb_frontend->ops.tuner_ops.set_params = alps_bsru6_tuner_set_params;
drivers/media/pci/ttpci/budget-ci.c
1308
budget_ci->budget.dvb_frontend->tuner_priv = &budget_ci->budget.i2c_adap;
drivers/media/pci/ttpci/budget-ci.c
1314
budget_ci->budget.dvb_frontend =
drivers/media/pci/ttpci/budget-ci.c
1316
if (budget_ci->budget.dvb_frontend) {
drivers/media/pci/ttpci/budget-ci.c
1317
budget_ci->budget.dvb_frontend->ops.tuner_ops.set_params = philips_su1278_tt_tuner_set_params;
drivers/media/pci/ttpci/budget-ci.c
1324
budget_ci->budget.dvb_frontend =
drivers/media/pci/ttpci/budget-ci.c
1326
if (budget_ci->budget.dvb_frontend) {
drivers/media/pci/ttpci/budget-ci.c
1327
budget_ci->budget.dvb_frontend->ops.tuner_ops.set_params = dvbc_philips_tdm1316l_tuner_set_params;
drivers/media/pci/ttpci/budget-ci.c
1334
budget_ci->budget.dvb_frontend =
drivers/media/pci/ttpci/budget-ci.c
1336
if (budget_ci->budget.dvb_frontend) {
drivers/media/pci/ttpci/budget-ci.c
1337
budget_ci->budget.dvb_frontend->ops.tuner_ops.init = philips_tdm1316l_tuner_init;
drivers/media/pci/ttpci/budget-ci.c
1338
budget_ci->budget.dvb_frontend->ops.tuner_ops.set_params = philips_tdm1316l_tuner_set_params;
drivers/media/pci/ttpci/budget-ci.c
1345
budget_ci->budget.dvb_frontend =
drivers/media/pci/ttpci/budget-ci.c
1347
if (budget_ci->budget.dvb_frontend) {
drivers/media/pci/ttpci/budget-ci.c
1348
budget_ci->budget.dvb_frontend->ops.tuner_ops.init = philips_tdm1316l_tuner_init;
drivers/media/pci/ttpci/budget-ci.c
1349
budget_ci->budget.dvb_frontend->ops.tuner_ops.set_params = philips_tdm1316l_tuner_set_params;
drivers/media/pci/ttpci/budget-ci.c
1355
budget_ci->budget.dvb_frontend = dvb_attach(stv0299_attach, &alps_bsbe1_config, &budget_ci->budget.i2c_adap);
drivers/media/pci/ttpci/budget-ci.c
1356
if (budget_ci->budget.dvb_frontend) {
drivers/media/pci/ttpci/budget-ci.c
1357
budget_ci->budget.dvb_frontend->ops.tuner_ops.set_params = alps_bsbe1_tuner_set_params;
drivers/media/pci/ttpci/budget-ci.c
1358
budget_ci->budget.dvb_frontend->tuner_priv = &budget_ci->budget.i2c_adap;
drivers/media/pci/ttpci/budget-ci.c
1360
budget_ci->budget.dvb_frontend->ops.dishnetwork_send_legacy_command = NULL;
drivers/media/pci/ttpci/budget-ci.c
1361
if (dvb_attach(lnbp21_attach, budget_ci->budget.dvb_frontend, &budget_ci->budget.i2c_adap, LNBP21_LLC, 0) == NULL) {
drivers/media/pci/ttpci/budget-ci.c
1363
dvb_frontend_detach(budget_ci->budget.dvb_frontend);
drivers/media/pci/ttpci/budget-ci.c
1364
budget_ci->budget.dvb_frontend = NULL;
drivers/media/pci/ttpci/budget-ci.c
1370
budget_ci->budget.dvb_frontend = dvb_attach(tda10023_attach, &tda10023_config, &budget_ci->budget.i2c_adap, 0x48);
drivers/media/pci/ttpci/budget-ci.c
1371
if (budget_ci->budget.dvb_frontend) {
drivers/media/pci/ttpci/budget-ci.c
1372
if (dvb_attach(tda827x_attach, budget_ci->budget.dvb_frontend, 0x61, &budget_ci->budget.i2c_adap, &tda827x_config) == NULL) {
drivers/media/pci/ttpci/budget-ci.c
1374
dvb_frontend_detach(budget_ci->budget.dvb_frontend);
drivers/media/pci/ttpci/budget-ci.c
1375
budget_ci->budget.dvb_frontend = NULL;
drivers/media/pci/ttpci/budget-ci.c
1381
budget_ci->budget.dvb_frontend = dvb_attach(stv0288_attach, &stv0288_bsbe1_d01a_config, &budget_ci->budget.i2c_adap);
drivers/media/pci/ttpci/budget-ci.c
1382
if (budget_ci->budget.dvb_frontend) {
drivers/media/pci/ttpci/budget-ci.c
1383
if (dvb_attach(stb6000_attach, budget_ci->budget.dvb_frontend, 0x63, &budget_ci->budget.i2c_adap)) {
drivers/media/pci/ttpci/budget-ci.c
1384
if (!dvb_attach(lnbp21_attach, budget_ci->budget.dvb_frontend, &budget_ci->budget.i2c_adap, 0, 0)) {
drivers/media/pci/ttpci/budget-ci.c
1386
dvb_frontend_detach(budget_ci->budget.dvb_frontend);
drivers/media/pci/ttpci/budget-ci.c
1387
budget_ci->budget.dvb_frontend = NULL;
drivers/media/pci/ttpci/budget-ci.c
1391
dvb_frontend_detach(budget_ci->budget.dvb_frontend);
drivers/media/pci/ttpci/budget-ci.c
1392
budget_ci->budget.dvb_frontend = NULL;
drivers/media/pci/ttpci/budget-ci.c
1421
budget_ci->budget.dvb_frontend = dvb_attach(stb0899_attach, &tt3200_config, &budget_ci->budget.i2c_adap);
drivers/media/pci/ttpci/budget-ci.c
1422
if (budget_ci->budget.dvb_frontend) {
drivers/media/pci/ttpci/budget-ci.c
1423
if (dvb_attach(stb6100_attach, budget_ci->budget.dvb_frontend, &tt3200_stb6100_config, &budget_ci->budget.i2c_adap)) {
drivers/media/pci/ttpci/budget-ci.c
1424
if (!dvb_attach(lnbp21_attach, budget_ci->budget.dvb_frontend, &budget_ci->budget.i2c_adap, 0, 0)) {
drivers/media/pci/ttpci/budget-ci.c
1426
dvb_frontend_detach(budget_ci->budget.dvb_frontend);
drivers/media/pci/ttpci/budget-ci.c
1427
budget_ci->budget.dvb_frontend = NULL;
drivers/media/pci/ttpci/budget-ci.c
1430
dvb_frontend_detach(budget_ci->budget.dvb_frontend);
drivers/media/pci/ttpci/budget-ci.c
1431
budget_ci->budget.dvb_frontend = NULL;
drivers/media/pci/ttpci/budget-ci.c
1438
if (budget_ci->budget.dvb_frontend == NULL) {
drivers/media/pci/ttpci/budget-ci.c
1446
(&budget_ci->budget.dvb_adapter, budget_ci->budget.dvb_frontend)) {
drivers/media/pci/ttpci/budget-ci.c
1448
dvb_frontend_detach(budget_ci->budget.dvb_frontend);
drivers/media/pci/ttpci/budget-ci.c
1449
budget_ci->budget.dvb_frontend = NULL;
drivers/media/pci/ttpci/budget-ci.c
1504
if (budget_ci->budget.dvb_frontend) {
drivers/media/pci/ttpci/budget-ci.c
1505
dvb_unregister_frontend(budget_ci->budget.dvb_frontend);
drivers/media/pci/ttpci/budget-ci.c
1506
dvb_frontend_detach(budget_ci->budget.dvb_frontend);
drivers/media/pci/ttpci/budget-ci.c
615
static int philips_su1278_tt_set_symbol_rate(struct dvb_frontend *fe, u32 srate, u32 ratio)
drivers/media/pci/ttpci/budget-ci.c
647
static int philips_su1278_tt_tuner_set_params(struct dvb_frontend *fe)
drivers/media/pci/ttpci/budget-ci.c
698
static int philips_tdm1316l_tuner_init(struct dvb_frontend *fe)
drivers/media/pci/ttpci/budget-ci.c
728
static int philips_tdm1316l_tuner_set_params(struct dvb_frontend *fe)
drivers/media/pci/ttpci/budget-ci.c
814
static int philips_tdm1316l_request_firmware(struct dvb_frontend *fe,
drivers/media/pci/ttpci/budget-ci.c
844
static int dvbc_philips_tdm1316l_tuner_set_params(struct dvb_frontend *fe)
drivers/media/pci/ttpci/budget-core.c
148
static int budget_read_fe_status(struct dvb_frontend *fe,
drivers/media/pci/ttpci/budget-core.c
553
if (budget->dvb_frontend && !budget->read_fe_status) {
drivers/media/pci/ttpci/budget-core.c
554
budget->read_fe_status = budget->dvb_frontend->ops.read_status;
drivers/media/pci/ttpci/budget-core.c
555
budget->dvb_frontend->ops.read_status = budget_read_fe_status;
drivers/media/pci/ttpci/budget.c
149
static int siemens_budget_set_voltage(struct dvb_frontend *fe,
drivers/media/pci/ttpci/budget.c
157
static int budget_set_tone(struct dvb_frontend *fe,
drivers/media/pci/ttpci/budget.c
178
static int budget_diseqc_send_master_cmd(struct dvb_frontend *fe, struct dvb_diseqc_master_cmd *cmd)
drivers/media/pci/ttpci/budget.c
187
static int budget_diseqc_send_burst(struct dvb_frontend *fe,
drivers/media/pci/ttpci/budget.c
197
static int alps_bsrv2_tuner_set_params(struct dvb_frontend *fe)
drivers/media/pci/ttpci/budget.c
240
static int alps_tdbe2_tuner_set_params(struct dvb_frontend *fe)
drivers/media/pci/ttpci/budget.c
269
static int grundig_29504_401_tuner_set_params(struct dvb_frontend *fe)
drivers/media/pci/ttpci/budget.c
328
static int grundig_29504_451_tuner_set_params(struct dvb_frontend *fe)
drivers/media/pci/ttpci/budget.c
353
static int s5h1420_tuner_set_params(struct dvb_frontend *fe)
drivers/media/pci/ttpci/budget.c
416
static int alps_tdhd1_204_request_firmware(struct dvb_frontend *fe, const struct firmware **fw, char *name)
drivers/media/pci/ttpci/budget.c
495
budget->dvb_frontend = dvb_attach(ves1x93_attach, &alps_bsrv2_config, &budget->i2c_adap);
drivers/media/pci/ttpci/budget.c
496
if (budget->dvb_frontend) {
drivers/media/pci/ttpci/budget.c
497
budget->dvb_frontend->ops.tuner_ops.set_params = alps_bsrv2_tuner_set_params;
drivers/media/pci/ttpci/budget.c
498
budget->dvb_frontend->ops.diseqc_send_master_cmd = budget_diseqc_send_master_cmd;
drivers/media/pci/ttpci/budget.c
499
budget->dvb_frontend->ops.diseqc_send_burst = budget_diseqc_send_burst;
drivers/media/pci/ttpci/budget.c
500
budget->dvb_frontend->ops.set_tone = budget_set_tone;
drivers/media/pci/ttpci/budget.c
505
budget->dvb_frontend = dvb_attach(stv0299_attach, &alps_bsru6_config, &budget->i2c_adap);
drivers/media/pci/ttpci/budget.c
506
if (budget->dvb_frontend) {
drivers/media/pci/ttpci/budget.c
507
budget->dvb_frontend->ops.tuner_ops.set_params = alps_bsru6_tuner_set_params;
drivers/media/pci/ttpci/budget.c
508
budget->dvb_frontend->tuner_priv = &budget->i2c_adap;
drivers/media/pci/ttpci/budget.c
510
budget->dvb_frontend->ops.diseqc_send_master_cmd = budget_diseqc_send_master_cmd;
drivers/media/pci/ttpci/budget.c
511
budget->dvb_frontend->ops.diseqc_send_burst = budget_diseqc_send_burst;
drivers/media/pci/ttpci/budget.c
512
budget->dvb_frontend->ops.set_tone = budget_set_tone;
drivers/media/pci/ttpci/budget.c
520
budget->dvb_frontend = dvb_attach(ves1820_attach, &alps_tdbe2_config, &budget->i2c_adap, read_pwm(budget));
drivers/media/pci/ttpci/budget.c
521
if (budget->dvb_frontend) {
drivers/media/pci/ttpci/budget.c
522
budget->dvb_frontend->ops.tuner_ops.set_params = alps_tdbe2_tuner_set_params;
drivers/media/pci/ttpci/budget.c
529
budget->dvb_frontend = dvb_attach(l64781_attach, &grundig_29504_401_config, &budget->i2c_adap);
drivers/media/pci/ttpci/budget.c
530
if (budget->dvb_frontend) {
drivers/media/pci/ttpci/budget.c
531
budget->dvb_frontend->ops.tuner_ops.set_params = grundig_29504_401_tuner_set_params;
drivers/media/pci/ttpci/budget.c
532
budget->dvb_frontend->tuner_priv = NULL;
drivers/media/pci/ttpci/budget.c
538
budget->dvb_frontend = dvb_attach(stv0299_attach, &alps_bsru6_config, &budget->i2c_adap);
drivers/media/pci/ttpci/budget.c
539
if (budget->dvb_frontend) {
drivers/media/pci/ttpci/budget.c
541
budget->dvb_frontend->ops.tuner_ops.set_params = alps_bsru6_tuner_set_params;
drivers/media/pci/ttpci/budget.c
542
budget->dvb_frontend->tuner_priv = &budget->i2c_adap;
drivers/media/pci/ttpci/budget.c
556
budget->dvb_frontend = dvb_attach(stv0299_attach, &alps_bsru6_config_activy, &budget->i2c_adap);
drivers/media/pci/ttpci/budget.c
557
if (budget->dvb_frontend) {
drivers/media/pci/ttpci/budget.c
559
budget->dvb_frontend->ops.tuner_ops.set_params = alps_bsru6_tuner_set_params;
drivers/media/pci/ttpci/budget.c
560
budget->dvb_frontend->tuner_priv = &budget->i2c_adap;
drivers/media/pci/ttpci/budget.c
561
budget->dvb_frontend->ops.set_voltage = siemens_budget_set_voltage;
drivers/media/pci/ttpci/budget.c
562
budget->dvb_frontend->ops.dishnetwork_send_legacy_command = NULL;
drivers/media/pci/ttpci/budget.c
572
budget->dvb_frontend = dvb_attach(stv0299_attach, &alps_bsbe1_config_activy, &budget->i2c_adap);
drivers/media/pci/ttpci/budget.c
573
if (budget->dvb_frontend) {
drivers/media/pci/ttpci/budget.c
575
budget->dvb_frontend->ops.tuner_ops.set_params = alps_bsbe1_tuner_set_params;
drivers/media/pci/ttpci/budget.c
576
budget->dvb_frontend->tuner_priv = &budget->i2c_adap;
drivers/media/pci/ttpci/budget.c
577
budget->dvb_frontend->ops.set_voltage = siemens_budget_set_voltage;
drivers/media/pci/ttpci/budget.c
578
budget->dvb_frontend->ops.dishnetwork_send_legacy_command = NULL;
drivers/media/pci/ttpci/budget.c
586
budget->dvb_frontend = dvb_attach(tda8083_attach, &grundig_29504_451_config, &budget->i2c_adap);
drivers/media/pci/ttpci/budget.c
587
if (budget->dvb_frontend) {
drivers/media/pci/ttpci/budget.c
588
budget->dvb_frontend->ops.tuner_ops.set_params = grundig_29504_451_tuner_set_params;
drivers/media/pci/ttpci/budget.c
589
budget->dvb_frontend->ops.set_voltage = siemens_budget_set_voltage;
drivers/media/pci/ttpci/budget.c
590
budget->dvb_frontend->ops.dishnetwork_send_legacy_command = NULL;
drivers/media/pci/ttpci/budget.c
595
budget->dvb_frontend = dvb_attach(tda10046_attach, &alps_tdhd1_204a_config, &budget->i2c_adap);
drivers/media/pci/ttpci/budget.c
596
if (budget->dvb_frontend) {
drivers/media/pci/ttpci/budget.c
597
budget->dvb_frontend->ops.tuner_ops.set_params = alps_tdhd1_204a_tuner_set_params;
drivers/media/pci/ttpci/budget.c
598
budget->dvb_frontend->tuner_priv = &budget->i2c_adap;
drivers/media/pci/ttpci/budget.c
603
budget->dvb_frontend = dvb_attach(l64781_attach, &grundig_29504_401_config_activy, &budget->i2c_adap);
drivers/media/pci/ttpci/budget.c
604
if (budget->dvb_frontend) {
drivers/media/pci/ttpci/budget.c
605
budget->dvb_frontend->tuner_priv = &tuner_address_grundig_29504_401_activy;
drivers/media/pci/ttpci/budget.c
606
budget->dvb_frontend->ops.tuner_ops.set_params = grundig_29504_401_tuner_set_params;
drivers/media/pci/ttpci/budget.c
612
struct dvb_frontend *fe;
drivers/media/pci/ttpci/budget.c
617
budget->dvb_frontend = fe;
drivers/media/pci/ttpci/budget.c
629
struct dvb_frontend *fe;
drivers/media/pci/ttpci/budget.c
639
budget->dvb_frontend = fe;
drivers/media/pci/ttpci/budget.c
661
budget->dvb_frontend = dvb_attach(stv090x_attach,
drivers/media/pci/ttpci/budget.c
666
if (budget->dvb_frontend) {
drivers/media/pci/ttpci/budget.c
669
budget->dvb_frontend,
drivers/media/pci/ttpci/budget.c
691
if (budget->dvb_frontend->ops.init)
drivers/media/pci/ttpci/budget.c
692
budget->dvb_frontend->ops.init(budget->dvb_frontend);
drivers/media/pci/ttpci/budget.c
695
budget->dvb_frontend,
drivers/media/pci/ttpci/budget.c
717
budget->dvb_frontend = dvb_attach(stv090x_attach,
drivers/media/pci/ttpci/budget.c
722
if (budget->dvb_frontend) {
drivers/media/pci/ttpci/budget.c
726
budget->dvb_frontend,
drivers/media/pci/ttpci/budget.c
748
if (budget->dvb_frontend->ops.init)
drivers/media/pci/ttpci/budget.c
749
budget->dvb_frontend->ops.init(budget->dvb_frontend);
drivers/media/pci/ttpci/budget.c
752
budget->dvb_frontend,
drivers/media/pci/ttpci/budget.c
768
if (budget->dvb_frontend == NULL) {
drivers/media/pci/ttpci/budget.c
775
if (dvb_register_frontend(&budget->dvb_adapter, budget->dvb_frontend))
drivers/media/pci/ttpci/budget.c
782
dvb_frontend_detach(budget->dvb_frontend);
drivers/media/pci/ttpci/budget.c
783
budget->dvb_frontend = NULL;
drivers/media/pci/ttpci/budget.c
819
if (budget->dvb_frontend) {
drivers/media/pci/ttpci/budget.c
820
dvb_unregister_frontend(budget->dvb_frontend);
drivers/media/pci/ttpci/budget.c
821
dvb_frontend_detach(budget->dvb_frontend);
drivers/media/pci/ttpci/budget.h
85
struct dvb_frontend *dvb_frontend;
drivers/media/pci/ttpci/budget.h
86
int (*read_fe_status)(struct dvb_frontend *fe, enum fe_status *status);
drivers/media/spi/cxd2880-spi.c
45
struct dvb_frontend dvb_fe;
drivers/media/test-drivers/vidtv/vidtv_bridge.c
264
static struct dvb_frontend *vidtv_get_frontend_ptr(struct i2c_client *c)
drivers/media/test-drivers/vidtv/vidtv_bridge.h
51
struct dvb_frontend *fe[NUM_FE];
drivers/media/test-drivers/vidtv/vidtv_demod.c
125
static void vidtv_clean_stats(struct dvb_frontend *fe)
drivers/media/test-drivers/vidtv/vidtv_demod.c
162
static void vidtv_demod_update_stats(struct dvb_frontend *fe)
drivers/media/test-drivers/vidtv/vidtv_demod.c
198
static int vidtv_demod_read_status(struct dvb_frontend *fe,
drivers/media/test-drivers/vidtv/vidtv_demod.c
237
static int vidtv_demod_read_signal_strength(struct dvb_frontend *fe,
drivers/media/test-drivers/vidtv/vidtv_demod.c
256
static int vidtv_demod_get_frontend(struct dvb_frontend *fe,
drivers/media/test-drivers/vidtv/vidtv_demod.c
262
static int vidtv_demod_set_frontend(struct dvb_frontend *fe)
drivers/media/test-drivers/vidtv/vidtv_demod.c
301
static int vidtv_demod_set_tone(struct dvb_frontend *fe,
drivers/media/test-drivers/vidtv/vidtv_demod.c
314
static int vidtv_demod_set_voltage(struct dvb_frontend *fe,
drivers/media/test-drivers/vidtv/vidtv_demod.c
327
static int vidtv_send_diseqc_msg(struct dvb_frontend *fe,
drivers/media/test-drivers/vidtv/vidtv_demod.c
340
static int vidtv_diseqc_send_burst(struct dvb_frontend *fe,
drivers/media/test-drivers/vidtv/vidtv_demod.c
346
static void vidtv_demod_release(struct dvb_frontend *fe)
drivers/media/test-drivers/vidtv/vidtv_demod.c
77
static const struct vidtv_demod_cnr_to_qual_s *vidtv_match_cnr_s(struct dvb_frontend *fe)
drivers/media/test-drivers/vidtv/vidtv_demod.h
63
struct dvb_frontend frontend;
drivers/media/test-drivers/vidtv/vidtv_mux.c
477
struct vidtv_mux *vidtv_mux_init(struct dvb_frontend *fe,
drivers/media/test-drivers/vidtv/vidtv_mux.h
114
struct dvb_frontend *fe;
drivers/media/test-drivers/vidtv/vidtv_mux.h
174
struct vidtv_mux *vidtv_mux_init(struct dvb_frontend *fe,
drivers/media/test-drivers/vidtv/vidtv_tuner.c
113
struct dvb_frontend *fe;
drivers/media/test-drivers/vidtv/vidtv_tuner.c
119
vidtv_tuner_get_dev(struct dvb_frontend *fe)
drivers/media/test-drivers/vidtv/vidtv_tuner.c
124
static int vidtv_tuner_check_frequency_shift(struct dvb_frontend *fe)
drivers/media/test-drivers/vidtv/vidtv_tuner.c
180
vidtv_tuner_get_signal_strength(struct dvb_frontend *fe, u16 *strength)
drivers/media/test-drivers/vidtv/vidtv_tuner.c
254
static int vidtv_tuner_init(struct dvb_frontend *fe)
drivers/media/test-drivers/vidtv/vidtv_tuner.c
267
static int vidtv_tuner_sleep(struct dvb_frontend *fe)
drivers/media/test-drivers/vidtv/vidtv_tuner.c
275
static int vidtv_tuner_suspend(struct dvb_frontend *fe)
drivers/media/test-drivers/vidtv/vidtv_tuner.c
283
static int vidtv_tuner_resume(struct dvb_frontend *fe)
drivers/media/test-drivers/vidtv/vidtv_tuner.c
291
static int vidtv_tuner_set_params(struct dvb_frontend *fe)
drivers/media/test-drivers/vidtv/vidtv_tuner.c
324
static int vidtv_tuner_set_config(struct dvb_frontend *fe,
drivers/media/test-drivers/vidtv/vidtv_tuner.c
334
static int vidtv_tuner_get_frequency(struct dvb_frontend *fe,
drivers/media/test-drivers/vidtv/vidtv_tuner.c
344
static int vidtv_tuner_get_bandwidth(struct dvb_frontend *fe,
drivers/media/test-drivers/vidtv/vidtv_tuner.c
354
static int vidtv_tuner_get_if_frequency(struct dvb_frontend *fe,
drivers/media/test-drivers/vidtv/vidtv_tuner.c
364
static int vidtv_tuner_get_status(struct dvb_frontend *fe, u32 *status)
drivers/media/test-drivers/vidtv/vidtv_tuner.c
396
struct dvb_frontend *fe = config->fe;
drivers/media/test-drivers/vidtv/vidtv_tuner.h
35
struct dvb_frontend *fe;
drivers/media/tuners/e4000.c
374
static int e4000_set_lna_gain(struct dvb_frontend *fe)
drivers/media/tuners/e4000.c
410
static int e4000_set_mixer_gain(struct dvb_frontend *fe)
drivers/media/tuners/e4000.c
442
static int e4000_set_if_gain(struct dvb_frontend *fe)
drivers/media/tuners/e4000.c
481
static int e4000_pll_lock(struct dvb_frontend *fe)
drivers/media/tuners/e4000.c
572
static int e4000_dvb_set_params(struct dvb_frontend *fe)
drivers/media/tuners/e4000.c
582
static int e4000_dvb_init(struct dvb_frontend *fe)
drivers/media/tuners/e4000.c
587
static int e4000_dvb_sleep(struct dvb_frontend *fe)
drivers/media/tuners/e4000.c
592
static int e4000_dvb_get_if_frequency(struct dvb_frontend *fe, u32 *frequency)
drivers/media/tuners/e4000.c
616
struct dvb_frontend *fe = cfg->fe;
drivers/media/tuners/e4000.h
21
struct dvb_frontend *fe;
drivers/media/tuners/e4000_priv.h
21
struct dvb_frontend *fe;
drivers/media/tuners/fc0011.c
102
static void fc0011_release(struct dvb_frontend *fe)
drivers/media/tuners/fc0011.c
108
static int fc0011_init(struct dvb_frontend *fe)
drivers/media/tuners/fc0011.c
163
static int fc0011_set_params(struct dvb_frontend *fe)
drivers/media/tuners/fc0011.c
439
static int fc0011_get_frequency(struct dvb_frontend *fe, u32 *frequency)
drivers/media/tuners/fc0011.c
448
static int fc0011_get_if_frequency(struct dvb_frontend *fe, u32 *frequency)
drivers/media/tuners/fc0011.c
455
static int fc0011_get_bandwidth(struct dvb_frontend *fe, u32 *bandwidth)
drivers/media/tuners/fc0011.c
482
struct dvb_frontend *fc0011_attach(struct dvb_frontend *fe,
drivers/media/tuners/fc0011.h
27
struct dvb_frontend *fc0011_attach(struct dvb_frontend *fe,
drivers/media/tuners/fc0011.h
32
struct dvb_frontend *fc0011_attach(struct dvb_frontend *fe,
drivers/media/tuners/fc0012.c
118
static int fc0012_set_params(struct dvb_frontend *fe)
drivers/media/tuners/fc0012.c
317
static int fc0012_get_frequency(struct dvb_frontend *fe, u32 *frequency)
drivers/media/tuners/fc0012.c
324
static int fc0012_get_if_frequency(struct dvb_frontend *fe, u32 *frequency)
drivers/media/tuners/fc0012.c
330
static int fc0012_get_bandwidth(struct dvb_frontend *fe, u32 *bandwidth)
drivers/media/tuners/fc0012.c
339
static int fc0012_get_rf_strength(struct dvb_frontend *fe, u16 *strength)
drivers/media/tuners/fc0012.c
428
struct dvb_frontend *fc0012_attach(struct dvb_frontend *fe,
drivers/media/tuners/fc0012.c
45
static void fc0012_release(struct dvb_frontend *fe)
drivers/media/tuners/fc0012.c
51
static int fc0012_init(struct dvb_frontend *fe)
drivers/media/tuners/fc0012.h
39
extern struct dvb_frontend *fc0012_attach(struct dvb_frontend *fe,
drivers/media/tuners/fc0012.h
43
static inline struct dvb_frontend *fc0012_attach(struct dvb_frontend *fe,
drivers/media/tuners/fc0013.c
109
static int fc0013_sleep(struct dvb_frontend *fe)
drivers/media/tuners/fc0013.c
145
static int fc0013_set_params(struct dvb_frontend *fe)
drivers/media/tuners/fc0013.c
41
static void fc0013_release(struct dvb_frontend *fe)
drivers/media/tuners/fc0013.c
411
static int fc0013_get_frequency(struct dvb_frontend *fe, u32 *frequency)
drivers/media/tuners/fc0013.c
418
static int fc0013_get_if_frequency(struct dvb_frontend *fe, u32 *frequency)
drivers/media/tuners/fc0013.c
425
static int fc0013_get_bandwidth(struct dvb_frontend *fe, u32 *bandwidth)
drivers/media/tuners/fc0013.c
434
static int fc0013_get_rf_strength(struct dvb_frontend *fe, u16 *strength)
drivers/media/tuners/fc0013.c
47
static int fc0013_init(struct dvb_frontend *fe)
drivers/media/tuners/fc0013.c
523
struct dvb_frontend *fc0013_attach(struct dvb_frontend *fe,
drivers/media/tuners/fc0013.h
15
extern struct dvb_frontend *fc0013_attach(struct dvb_frontend *fe,
drivers/media/tuners/fc0013.h
20
static inline struct dvb_frontend *fc0013_attach(struct dvb_frontend *fe,
drivers/media/tuners/fc2580.c
317
static int fc2580_dvb_set_params(struct dvb_frontend *fe)
drivers/media/tuners/fc2580.c
327
static int fc2580_dvb_init(struct dvb_frontend *fe)
drivers/media/tuners/fc2580.c
332
static int fc2580_dvb_sleep(struct dvb_frontend *fe)
drivers/media/tuners/fc2580.c
337
static int fc2580_dvb_get_if_frequency(struct dvb_frontend *fe, u32 *frequency)
drivers/media/tuners/fc2580.c
513
struct dvb_frontend *fe = pdata->dvb_frontend;
drivers/media/tuners/fc2580.h
28
struct dvb_frontend *dvb_frontend;
drivers/media/tuners/it913x.c
148
static int it913x_sleep(struct dvb_frontend *fe)
drivers/media/tuners/it913x.c
16
struct dvb_frontend *fe;
drivers/media/tuners/it913x.c
207
static int it913x_set_params(struct dvb_frontend *fe)
drivers/media/tuners/it913x.c
26
static int it913x_init(struct dvb_frontend *fe)
drivers/media/tuners/it913x.c
382
struct dvb_frontend *fe = pdata->fe;
drivers/media/tuners/it913x.c
425
struct dvb_frontend *fe = dev->fe;
drivers/media/tuners/it913x.h
23
struct dvb_frontend *fe;
drivers/media/tuners/m88rs6000t.c
24
static int m88rs6000t_set_demod_mclk(struct dvb_frontend *fe)
drivers/media/tuners/m88rs6000t.c
385
static int m88rs6000t_set_params(struct dvb_frontend *fe)
drivers/media/tuners/m88rs6000t.c
425
static int m88rs6000t_init(struct dvb_frontend *fe)
drivers/media/tuners/m88rs6000t.c
447
static int m88rs6000t_sleep(struct dvb_frontend *fe)
drivers/media/tuners/m88rs6000t.c
463
static int m88rs6000t_get_frequency(struct dvb_frontend *fe, u32 *frequency)
drivers/media/tuners/m88rs6000t.c
473
static int m88rs6000t_get_if_frequency(struct dvb_frontend *fe, u32 *frequency)
drivers/media/tuners/m88rs6000t.c
484
static int m88rs6000t_get_rf_strength(struct dvb_frontend *fe, u16 *strength)
drivers/media/tuners/m88rs6000t.c
579
struct dvb_frontend *fe = cfg->fe;
drivers/media/tuners/m88rs6000t.c
702
struct dvb_frontend *fe = dev->cfg.fe;
drivers/media/tuners/m88rs6000t.h
17
struct dvb_frontend *fe;
drivers/media/tuners/max2165.c
249
static int max2165_set_params(struct dvb_frontend *fe)
drivers/media/tuners/max2165.c
283
static int max2165_get_frequency(struct dvb_frontend *fe, u32 *freq)
drivers/media/tuners/max2165.c
291
static int max2165_get_bandwidth(struct dvb_frontend *fe, u32 *bw)
drivers/media/tuners/max2165.c
300
static int max2165_get_status(struct dvb_frontend *fe, u32 *status)
drivers/media/tuners/max2165.c
319
static int max2165_sleep(struct dvb_frontend *fe)
drivers/media/tuners/max2165.c
325
static int max2165_init(struct dvb_frontend *fe)
drivers/media/tuners/max2165.c
359
static void max2165_release(struct dvb_frontend *fe)
drivers/media/tuners/max2165.c
387
struct dvb_frontend *max2165_attach(struct dvb_frontend *fe,
drivers/media/tuners/max2165.h
11
struct dvb_frontend;
drivers/media/tuners/max2165.h
20
extern struct dvb_frontend *max2165_attach(struct dvb_frontend *fe,
drivers/media/tuners/max2165.h
24
static inline struct dvb_frontend *max2165_attach(struct dvb_frontend *fe,
drivers/media/tuners/mc44s803.c
201
static int mc44s803_set_params(struct dvb_frontend *fe)
drivers/media/tuners/mc44s803.c
278
static int mc44s803_get_frequency(struct dvb_frontend *fe, u32 *frequency)
drivers/media/tuners/mc44s803.c
285
static int mc44s803_get_if_frequency(struct dvb_frontend *fe, u32 *frequency)
drivers/media/tuners/mc44s803.c
308
struct dvb_frontend *mc44s803_attach(struct dvb_frontend *fe,
drivers/media/tuners/mc44s803.c
69
static void mc44s803_release(struct dvb_frontend *fe)
drivers/media/tuners/mc44s803.c
77
static int mc44s803_init(struct dvb_frontend *fe)
drivers/media/tuners/mc44s803.h
11
struct dvb_frontend;
drivers/media/tuners/mc44s803.h
20
extern struct dvb_frontend *mc44s803_attach(struct dvb_frontend *fe,
drivers/media/tuners/mc44s803.h
23
static inline struct dvb_frontend *mc44s803_attach(struct dvb_frontend *fe,
drivers/media/tuners/mc44s803_priv.h
189
struct dvb_frontend *fe;
drivers/media/tuners/mt2060.c
188
static int mt2060_set_params(struct dvb_frontend *fe)
drivers/media/tuners/mt2060.c
320
static int mt2060_get_frequency(struct dvb_frontend *fe, u32 *frequency)
drivers/media/tuners/mt2060.c
327
static int mt2060_get_if_frequency(struct dvb_frontend *fe, u32 *frequency)
drivers/media/tuners/mt2060.c
333
static int mt2060_init(struct dvb_frontend *fe)
drivers/media/tuners/mt2060.c
357
static int mt2060_sleep(struct dvb_frontend *fe)
drivers/media/tuners/mt2060.c
380
static void mt2060_release(struct dvb_frontend *fe)
drivers/media/tuners/mt2060.c
405
struct dvb_frontend * mt2060_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct mt2060_config *cfg, u16 if1)
drivers/media/tuners/mt2060.c
448
struct dvb_frontend *fe;
drivers/media/tuners/mt2060.c
467
fe = pdata->dvb_frontend;
drivers/media/tuners/mt2060.h
11
struct dvb_frontend;
drivers/media/tuners/mt2060.h
32
struct dvb_frontend *dvb_frontend;
drivers/media/tuners/mt2060.h
43
extern struct dvb_frontend * mt2060_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct mt2060_config *cfg, u16 if1);
drivers/media/tuners/mt2060.h
45
static inline struct dvb_frontend * mt2060_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct mt2060_config *cfg, u16 if1)
drivers/media/tuners/mt2063.c
1772
static int mt2063_init(struct dvb_frontend *fe)
drivers/media/tuners/mt2063.c
1988
static int mt2063_get_status(struct dvb_frontend *fe, u32 *tuner_status)
drivers/media/tuners/mt2063.c
2010
static void mt2063_release(struct dvb_frontend *fe)
drivers/media/tuners/mt2063.c
2020
static int mt2063_set_analog_params(struct dvb_frontend *fe,
drivers/media/tuners/mt2063.c
2094
static int mt2063_set_params(struct dvb_frontend *fe)
drivers/media/tuners/mt2063.c
2158
static int mt2063_get_if_frequency(struct dvb_frontend *fe, u32 *freq)
drivers/media/tuners/mt2063.c
2174
static int mt2063_get_bandwidth(struct dvb_frontend *fe, u32 *bw)
drivers/media/tuners/mt2063.c
219
struct dvb_frontend *frontend;
drivers/media/tuners/mt2063.c
2207
struct dvb_frontend *mt2063_attach(struct dvb_frontend *fe,
drivers/media/tuners/mt2063.c
2236
static int tuner_MT2063_SoftwareShutdown(struct dvb_frontend *fe)
drivers/media/tuners/mt2063.c
2250
static int tuner_MT2063_ClearPowerMaskBits(struct dvb_frontend *fe)
drivers/media/tuners/mt2063.c
241
struct dvb_frontend *fe = state->frontend;
drivers/media/tuners/mt2063.c
296
struct dvb_frontend *fe = state->frontend;
drivers/media/tuners/mt2063.c
339
static int MT2063_Sleep(struct dvb_frontend *fe)
drivers/media/tuners/mt2063.h
13
struct dvb_frontend *mt2063_attach(struct dvb_frontend *fe,
drivers/media/tuners/mt2063.h
19
static inline struct dvb_frontend *mt2063_attach(struct dvb_frontend *fe,
drivers/media/tuners/mt20xx.c
182
static int mt2032_check_lo_lock(struct dvb_frontend *fe)
drivers/media/tuners/mt20xx.c
204
static int mt2032_optimize_vco(struct dvb_frontend *fe,int sel,int lock)
drivers/media/tuners/mt20xx.c
241
static void mt2032_set_if_freq(struct dvb_frontend *fe, unsigned int rfin,
drivers/media/tuners/mt20xx.c
299
static int mt2032_set_tv_freq(struct dvb_frontend *fe,
drivers/media/tuners/mt20xx.c
323
static int mt2032_set_radio_freq(struct dvb_frontend *fe,
drivers/media/tuners/mt20xx.c
344
static int mt2032_set_params(struct dvb_frontend *fe,
drivers/media/tuners/mt20xx.c
372
static int mt2032_init(struct dvb_frontend *fe)
drivers/media/tuners/mt20xx.c
428
static void mt2050_set_antenna(struct dvb_frontend *fe, unsigned char antenna)
drivers/media/tuners/mt20xx.c
439
static void mt2050_set_if_freq(struct dvb_frontend *fe,unsigned int freq, unsigned int if2)
drivers/media/tuners/mt20xx.c
497
static int mt2050_set_tv_freq(struct dvb_frontend *fe,
drivers/media/tuners/mt20xx.c
519
static int mt2050_set_radio_freq(struct dvb_frontend *fe,
drivers/media/tuners/mt20xx.c
53
static void microtune_release(struct dvb_frontend *fe)
drivers/media/tuners/mt20xx.c
539
static int mt2050_set_params(struct dvb_frontend *fe,
drivers/media/tuners/mt20xx.c
566
static int mt2050_init(struct dvb_frontend *fe)
drivers/media/tuners/mt20xx.c
59
static int microtune_get_frequency(struct dvb_frontend *fe, u32 *frequency)
drivers/media/tuners/mt20xx.c
590
struct dvb_frontend *microtune_attach(struct dvb_frontend *fe,
drivers/media/tuners/mt20xx.c
67
static int mt2032_spurcheck(struct dvb_frontend *fe,
drivers/media/tuners/mt20xx.c
98
static int mt2032_compute_freq(struct dvb_frontend *fe,
drivers/media/tuners/mt20xx.h
12
extern struct dvb_frontend *microtune_attach(struct dvb_frontend *fe,
drivers/media/tuners/mt20xx.h
16
static inline struct dvb_frontend *microtune_attach(struct dvb_frontend *fe,
drivers/media/tuners/mt2131.c
170
static int mt2131_get_frequency(struct dvb_frontend *fe, u32 *frequency)
drivers/media/tuners/mt2131.c
178
static int mt2131_get_status(struct dvb_frontend *fe, u32 *status)
drivers/media/tuners/mt2131.c
197
static int mt2131_init(struct dvb_frontend *fe)
drivers/media/tuners/mt2131.c
219
static void mt2131_release(struct dvb_frontend *fe)
drivers/media/tuners/mt2131.c
242
struct dvb_frontend * mt2131_attach(struct dvb_frontend *fe,
drivers/media/tuners/mt2131.c
81
static int mt2131_set_params(struct dvb_frontend *fe)
drivers/media/tuners/mt2131.h
11
struct dvb_frontend;
drivers/media/tuners/mt2131.h
20
extern struct dvb_frontend* mt2131_attach(struct dvb_frontend *fe,
drivers/media/tuners/mt2131.h
25
static inline struct dvb_frontend* mt2131_attach(struct dvb_frontend *fe,
drivers/media/tuners/mt2266.c
116
static int mt2266_set_params(struct dvb_frontend *fe)
drivers/media/tuners/mt2266.c
255
static int mt2266_get_frequency(struct dvb_frontend *fe, u32 *frequency)
drivers/media/tuners/mt2266.c
262
static int mt2266_get_bandwidth(struct dvb_frontend *fe, u32 *bandwidth)
drivers/media/tuners/mt2266.c
269
static int mt2266_init(struct dvb_frontend *fe)
drivers/media/tuners/mt2266.c
282
static int mt2266_sleep(struct dvb_frontend *fe)
drivers/media/tuners/mt2266.c
290
static void mt2266_release(struct dvb_frontend *fe)
drivers/media/tuners/mt2266.c
311
struct dvb_frontend * mt2266_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct mt2266_config *cfg)
drivers/media/tuners/mt2266.h
11
struct dvb_frontend;
drivers/media/tuners/mt2266.h
19
extern struct dvb_frontend * mt2266_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct mt2266_config *cfg);
drivers/media/tuners/mt2266.h
21
static inline struct dvb_frontend * mt2266_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct mt2266_config *cfg)
drivers/media/tuners/mxl301rf.c
153
static int mxl301rf_set_params(struct dvb_frontend *fe)
drivers/media/tuners/mxl301rf.c
234
static int mxl301rf_sleep(struct dvb_frontend *fe)
drivers/media/tuners/mxl301rf.c
252
static int mxl301rf_init(struct dvb_frontend *fe)
drivers/media/tuners/mxl301rf.c
290
struct dvb_frontend *fe;
drivers/media/tuners/mxl301rf.c
68
static int mxl301rf_get_rf_strength(struct dvb_frontend *fe, u16 *out)
drivers/media/tuners/mxl301rf.h
14
struct dvb_frontend *fe;
drivers/media/tuners/mxl5005s.c
1662
static void InitTunerControls(struct dvb_frontend *fe)
drivers/media/tuners/mxl5005s.c
1671
static u16 MXL5005_TunerConfig(struct dvb_frontend *fe,
drivers/media/tuners/mxl5005s.c
1720
static void MXL_SynthIFLO_Calc(struct dvb_frontend *fe)
drivers/media/tuners/mxl5005s.c
1733
static void MXL_SynthRFTGLO_Calc(struct dvb_frontend *fe)
drivers/media/tuners/mxl5005s.c
1754
static u16 MXL_OverwriteICDefault(struct dvb_frontend *fe)
drivers/media/tuners/mxl5005s.c
1766
static u16 MXL_BlockInit(struct dvb_frontend *fe)
drivers/media/tuners/mxl5005s.c
2104
static u16 MXL_IFSynthInit(struct dvb_frontend *fe)
drivers/media/tuners/mxl5005s.c
2308
static u16 MXL_TuneRF(struct dvb_frontend *fe, u32 RF_Freq)
drivers/media/tuners/mxl5005s.c
290
struct dvb_frontend *frontend;
drivers/media/tuners/mxl5005s.c
299
static u16 MXL_ControlWrite(struct dvb_frontend *fe, u16 ControlNum, u32 value);
drivers/media/tuners/mxl5005s.c
300
static u16 MXL_ControlRead(struct dvb_frontend *fe, u16 controlNum, u32 *value);
drivers/media/tuners/mxl5005s.c
301
static void MXL_RegWriteBit(struct dvb_frontend *fe, u8 address, u8 bit,
drivers/media/tuners/mxl5005s.c
303
static u16 MXL_GetCHRegister(struct dvb_frontend *fe, u8 *RegNum,
drivers/media/tuners/mxl5005s.c
306
static u16 MXL_RegRead(struct dvb_frontend *fe, u8 RegNum, u8 *RegVal);
drivers/media/tuners/mxl5005s.c
307
static u16 MXL_ControlWrite_Group(struct dvb_frontend *fe, u16 controlNum,
drivers/media/tuners/mxl5005s.c
309
static u16 MXL_SetGPIO(struct dvb_frontend *fe, u8 GPIO_Num, u8 GPIO_Val);
drivers/media/tuners/mxl5005s.c
310
static u16 MXL_GetInitRegister(struct dvb_frontend *fe, u8 *RegNum,
drivers/media/tuners/mxl5005s.c
312
static u16 MXL_TuneRF(struct dvb_frontend *fe, u32 RF_Freq);
drivers/media/tuners/mxl5005s.c
313
static void MXL_SynthIFLO_Calc(struct dvb_frontend *fe);
drivers/media/tuners/mxl5005s.c
314
static void MXL_SynthRFTGLO_Calc(struct dvb_frontend *fe);
drivers/media/tuners/mxl5005s.c
315
static u16 MXL_GetCHRegister_ZeroIF(struct dvb_frontend *fe, u8 *RegNum,
drivers/media/tuners/mxl5005s.c
317
static int mxl5005s_writeregs(struct dvb_frontend *fe, u8 *addrtable,
drivers/media/tuners/mxl5005s.c
319
static u16 MXL_IFSynthInit(struct dvb_frontend *fe);
drivers/media/tuners/mxl5005s.c
320
static int mxl5005s_AssignTunerMode(struct dvb_frontend *fe, u32 mod_type,
drivers/media/tuners/mxl5005s.c
322
static int mxl5005s_reconfigure(struct dvb_frontend *fe, u32 mod_type,
drivers/media/tuners/mxl5005s.c
3356
static u16 MXL_SetGPIO(struct dvb_frontend *fe, u8 GPIO_Num, u8 GPIO_Val)
drivers/media/tuners/mxl5005s.c
337
static int mxl5005s_SetRfFreqHz(struct dvb_frontend *fe, unsigned long RfFreqHz)
drivers/media/tuners/mxl5005s.c
3397
static u16 MXL_ControlWrite(struct dvb_frontend *fe, u16 ControlNum, u32 value)
drivers/media/tuners/mxl5005s.c
3413
static u16 MXL_ControlWrite_Group(struct dvb_frontend *fe, u16 controlNum,
drivers/media/tuners/mxl5005s.c
3486
static u16 MXL_RegRead(struct dvb_frontend *fe, u8 RegNum, u8 *RegVal)
drivers/media/tuners/mxl5005s.c
3501
static u16 MXL_ControlRead(struct dvb_frontend *fe, u16 controlNum, u32 *value)
drivers/media/tuners/mxl5005s.c
3549
static void MXL_RegWriteBit(struct dvb_frontend *fe, u8 address, u8 bit,
drivers/media/tuners/mxl5005s.c
3580
static u16 MXL_GetInitRegister(struct dvb_frontend *fe, u8 *RegNum,
drivers/media/tuners/mxl5005s.c
3604
static u16 MXL_GetCHRegister(struct dvb_frontend *fe, u8 *RegNum, u8 *RegVal,
drivers/media/tuners/mxl5005s.c
3638
static u16 MXL_GetCHRegister_ZeroIF(struct dvb_frontend *fe, u8 *RegNum,
drivers/media/tuners/mxl5005s.c
3671
static u16 MXL_VCORange_Test(struct dvb_frontend *fe, int VCO_Range)
drivers/media/tuners/mxl5005s.c
3820
static u16 MXL_Hystersis_Test(struct dvb_frontend *fe, int Hystersis)
drivers/media/tuners/mxl5005s.c
3839
static int mxl5005s_reset(struct dvb_frontend *fe)
drivers/media/tuners/mxl5005s.c
3867
static int mxl5005s_writereg(struct dvb_frontend *fe, u8 reg, u8 val, int latch)
drivers/media/tuners/mxl5005s.c
3886
static int mxl5005s_writeregs(struct dvb_frontend *fe, u8 *addrtable,
drivers/media/tuners/mxl5005s.c
3908
static int mxl5005s_init(struct dvb_frontend *fe)
drivers/media/tuners/mxl5005s.c
3917
static int mxl5005s_reconfigure(struct dvb_frontend *fe, u32 mod_type,
drivers/media/tuners/mxl5005s.c
3961
static int mxl5005s_AssignTunerMode(struct dvb_frontend *fe, u32 mod_type,
drivers/media/tuners/mxl5005s.c
3990
static int mxl5005s_set_params(struct dvb_frontend *fe)
drivers/media/tuners/mxl5005s.c
402
static u16 MXL5005_RegisterInit(struct dvb_frontend *fe)
drivers/media/tuners/mxl5005s.c
4045
static int mxl5005s_get_frequency(struct dvb_frontend *fe, u32 *frequency)
drivers/media/tuners/mxl5005s.c
4055
static int mxl5005s_get_bandwidth(struct dvb_frontend *fe, u32 *bandwidth)
drivers/media/tuners/mxl5005s.c
4065
static int mxl5005s_get_if_frequency(struct dvb_frontend *fe, u32 *frequency)
drivers/media/tuners/mxl5005s.c
4075
static void mxl5005s_release(struct dvb_frontend *fe)
drivers/media/tuners/mxl5005s.c
4099
struct dvb_frontend *mxl5005s_attach(struct dvb_frontend *fe,
drivers/media/tuners/mxl5005s.c
722
static u16 MXL5005_ControlInit(struct dvb_frontend *fe)
drivers/media/tuners/mxl5005s.h
108
extern struct dvb_frontend *mxl5005s_attach(struct dvb_frontend *fe,
drivers/media/tuners/mxl5005s.h
112
static inline struct dvb_frontend *mxl5005s_attach(struct dvb_frontend *fe,
drivers/media/tuners/mxl5007t.c
563
static int mxl5007t_get_status(struct dvb_frontend *fe, u32 *status)
drivers/media/tuners/mxl5007t.c
590
static int mxl5007t_set_params(struct dvb_frontend *fe)
drivers/media/tuners/mxl5007t.c
657
static int mxl5007t_init(struct dvb_frontend *fe)
drivers/media/tuners/mxl5007t.c
675
static int mxl5007t_sleep(struct dvb_frontend *fe)
drivers/media/tuners/mxl5007t.c
697
static int mxl5007t_get_frequency(struct dvb_frontend *fe, u32 *frequency)
drivers/media/tuners/mxl5007t.c
704
static int mxl5007t_get_bandwidth(struct dvb_frontend *fe, u32 *bandwidth)
drivers/media/tuners/mxl5007t.c
711
static int mxl5007t_get_if_frequency(struct dvb_frontend *fe, u32 *frequency)
drivers/media/tuners/mxl5007t.c
755
static void mxl5007t_release(struct dvb_frontend *fe)
drivers/media/tuners/mxl5007t.c
836
struct dvb_frontend *mxl5007t_attach(struct dvb_frontend *fe,
drivers/media/tuners/mxl5007t.h
68
extern struct dvb_frontend *mxl5007t_attach(struct dvb_frontend *fe,
drivers/media/tuners/mxl5007t.h
72
static inline struct dvb_frontend *mxl5007t_attach(struct dvb_frontend *fe,
drivers/media/tuners/qm1d1b0004.c
104
static int qm1d1b0004_set_params(struct dvb_frontend *fe)
drivers/media/tuners/qm1d1b0004.c
162
static int qm1d1b0004_set_config(struct dvb_frontend *fe, void *priv_cfg)
drivers/media/tuners/qm1d1b0004.c
172
static int qm1d1b0004_init(struct dvb_frontend *fe)
drivers/media/tuners/qm1d1b0004.c
202
struct dvb_frontend *fe;
drivers/media/tuners/qm1d1b0004.c
237
struct dvb_frontend *fe;
drivers/media/tuners/qm1d1b0004.h
14
struct dvb_frontend *fe;
drivers/media/tuners/qm1d1c0042.c
129
static int qm1d1c0042_set_config(struct dvb_frontend *fe, void *priv_cfg)
drivers/media/tuners/qm1d1c0042.c
179
static int qm1d1c0042_set_params(struct dvb_frontend *fe)
drivers/media/tuners/qm1d1c0042.c
299
static int qm1d1c0042_sleep(struct dvb_frontend *fe)
drivers/media/tuners/qm1d1c0042.c
317
static int qm1d1c0042_init(struct dvb_frontend *fe)
drivers/media/tuners/qm1d1c0042.c
408
struct dvb_frontend *fe;
drivers/media/tuners/qm1d1c0042.h
15
struct dvb_frontend *fe;
drivers/media/tuners/qt1010.c
280
static int qt1010_init(struct dvb_frontend *fe)
drivers/media/tuners/qt1010.c
371
static void qt1010_release(struct dvb_frontend *fe)
drivers/media/tuners/qt1010.c
377
static int qt1010_get_frequency(struct dvb_frontend *fe, u32 *frequency)
drivers/media/tuners/qt1010.c
384
static int qt1010_get_if_frequency(struct dvb_frontend *fe, u32 *frequency)
drivers/media/tuners/qt1010.c
407
struct dvb_frontend * qt1010_attach(struct dvb_frontend *fe,
drivers/media/tuners/qt1010.c
44
static int qt1010_set_params(struct dvb_frontend *fe)
drivers/media/tuners/qt1010.h
27
extern struct dvb_frontend *qt1010_attach(struct dvb_frontend *fe,
drivers/media/tuners/qt1010.h
31
static inline struct dvb_frontend *qt1010_attach(struct dvb_frontend *fe,
drivers/media/tuners/r820t.c
1305
static int generic_set_freq(struct dvb_frontend *fe,
drivers/media/tuners/r820t.c
2144
static int r820t_init(struct dvb_frontend *fe)
drivers/media/tuners/r820t.c
2173
static int r820t_sleep(struct dvb_frontend *fe)
drivers/media/tuners/r820t.c
2194
static int r820t_set_analog_freq(struct dvb_frontend *fe,
drivers/media/tuners/r820t.c
2226
static int r820t_set_params(struct dvb_frontend *fe)
drivers/media/tuners/r820t.c
2256
static int r820t_signal(struct dvb_frontend *fe, u16 *strength)
drivers/media/tuners/r820t.c
2291
static int r820t_get_if_frequency(struct dvb_frontend *fe, u32 *frequency)
drivers/media/tuners/r820t.c
2302
static void r820t_release(struct dvb_frontend *fe)
drivers/media/tuners/r820t.c
2333
struct dvb_frontend *r820t_attach(struct dvb_frontend *fe,
drivers/media/tuners/r820t.h
32
struct dvb_frontend *r820t_attach(struct dvb_frontend *fe,
drivers/media/tuners/r820t.h
36
static inline struct dvb_frontend *r820t_attach(struct dvb_frontend *fe,
drivers/media/tuners/si2157.c
140
static int si2157_find_and_load_firmware(struct dvb_frontend *fe)
drivers/media/tuners/si2157.c
216
static int si2157_init(struct dvb_frontend *fe)
drivers/media/tuners/si2157.c
327
static int si2157_sleep(struct dvb_frontend *fe)
drivers/media/tuners/si2157.c
442
static int si2157_set_params(struct dvb_frontend *fe)
drivers/media/tuners/si2157.c
569
static int si2157_set_analog_params(struct dvb_frontend *fe,
drivers/media/tuners/si2157.c
766
static int si2157_get_frequency(struct dvb_frontend *fe, u32 *frequency)
drivers/media/tuners/si2157.c
776
static int si2157_get_bandwidth(struct dvb_frontend *fe, u32 *bandwidth)
drivers/media/tuners/si2157.c
786
static int si2157_get_if_frequency(struct dvb_frontend *fe, u32 *frequency)
drivers/media/tuners/si2157.c
796
static int si2157_get_rf_strength(struct dvb_frontend *fe, u16 *rssi)
drivers/media/tuners/si2157.c
853
struct dvb_frontend *fe = dev->fe;
drivers/media/tuners/si2157.c
882
struct dvb_frontend *fe = cfg->fe;
drivers/media/tuners/si2157.c
92
static int si2157_load_firmware(struct dvb_frontend *fe,
drivers/media/tuners/si2157.c
957
struct dvb_frontend *fe = dev->fe;
drivers/media/tuners/si2157.h
33
struct dvb_frontend *fe;
drivers/media/tuners/si2157_priv.h
25
struct dvb_frontend *fe;
drivers/media/tuners/tda18212.c
154
static int tda18212_get_if_frequency(struct dvb_frontend *fe, u32 *frequency)
drivers/media/tuners/tda18212.c
179
struct dvb_frontend *fe = cfg->fe;
drivers/media/tuners/tda18212.c
19
static int tda18212_set_params(struct dvb_frontend *fe)
drivers/media/tuners/tda18212.c
247
struct dvb_frontend *fe = dev->cfg.fe;
drivers/media/tuners/tda18212.h
28
struct dvb_frontend *fe;
drivers/media/tuners/tda18218.c
111
static int tda18218_set_params(struct dvb_frontend *fe)
drivers/media/tuners/tda18218.c
206
static int tda18218_get_if_frequency(struct dvb_frontend *fe, u32 *frequency)
drivers/media/tuners/tda18218.c
214
static int tda18218_sleep(struct dvb_frontend *fe)
drivers/media/tuners/tda18218.c
234
static int tda18218_init(struct dvb_frontend *fe)
drivers/media/tuners/tda18218.c
255
static void tda18218_release(struct dvb_frontend *fe)
drivers/media/tuners/tda18218.c
279
struct dvb_frontend *tda18218_attach(struct dvb_frontend *fe,
drivers/media/tuners/tda18218.h
20
extern struct dvb_frontend *tda18218_attach(struct dvb_frontend *fe,
drivers/media/tuners/tda18218.h
23
static inline struct dvb_frontend *tda18218_attach(struct dvb_frontend *fe,
drivers/media/tuners/tda18250.c
120
static int tda18250_init(struct dvb_frontend *fe)
drivers/media/tuners/tda18250.c
13
static int tda18250_power_control(struct dvb_frontend *fe,
drivers/media/tuners/tda18250.c
249
static int tda18250_set_agc(struct dvb_frontend *fe)
drivers/media/tuners/tda18250.c
428
static int tda18250_pll_calc(struct dvb_frontend *fe, u8 *rdiv,
drivers/media/tuners/tda18250.c
493
static int tda18250_set_params(struct dvb_frontend *fe)
drivers/media/tuners/tda18250.c
702
static int tda18250_get_if_frequency(struct dvb_frontend *fe, u32 *frequency)
drivers/media/tuners/tda18250.c
711
static int tda18250_sleep(struct dvb_frontend *fe)
drivers/media/tuners/tda18250.c
747
struct dvb_frontend *fe = cfg->fe;
drivers/media/tuners/tda18250.c
83
static int tda18250_wait_for_irq(struct dvb_frontend *fe,
drivers/media/tuners/tda18250.c
861
struct dvb_frontend *fe = dev->fe;
drivers/media/tuners/tda18250.h
35
struct dvb_frontend *fe;
drivers/media/tuners/tda18250_priv.h
118
struct dvb_frontend *fe;
drivers/media/tuners/tda18271-common.c
109
int tda18271_read_regs(struct dvb_frontend *fe)
drivers/media/tuners/tda18271-common.c
11
static int tda18271_i2c_gate_ctrl(struct dvb_frontend *fe, int enable)
drivers/media/tuners/tda18271-common.c
138
int tda18271_read_extended(struct dvb_frontend *fe)
drivers/media/tuners/tda18271-common.c
178
static int __tda18271_write_regs(struct dvb_frontend *fe, int idx, int len,
drivers/media/tuners/tda18271-common.c
248
int tda18271_write_regs(struct dvb_frontend *fe, int idx, int len)
drivers/media/tuners/tda18271-common.c
255
static int __tda18271_charge_pump_source(struct dvb_frontend *fe,
drivers/media/tuners/tda18271-common.c
270
int tda18271_charge_pump_source(struct dvb_frontend *fe,
drivers/media/tuners/tda18271-common.c
277
int tda18271_init_regs(struct dvb_frontend *fe)
drivers/media/tuners/tda18271-common.c
531
int tda18271_set_standby_mode(struct dvb_frontend *fe,
drivers/media/tuners/tda18271-common.c
54
static void tda18271_dump_regs(struct dvb_frontend *fe, int extended)
drivers/media/tuners/tda18271-common.c
550
int tda18271_calc_main_pll(struct dvb_frontend *fe, u32 freq)
drivers/media/tuners/tda18271-common.c
573
int tda18271_calc_cal_pll(struct dvb_frontend *fe, u32 freq)
drivers/media/tuners/tda18271-common.c
598
int tda18271_calc_bp_filter(struct dvb_frontend *fe, u32 *freq)
drivers/media/tuners/tda18271-common.c
615
int tda18271_calc_km(struct dvb_frontend *fe, u32 *freq)
drivers/media/tuners/tda18271-common.c
632
int tda18271_calc_rf_band(struct dvb_frontend *fe, u32 *freq)
drivers/media/tuners/tda18271-common.c
649
int tda18271_calc_gain_taper(struct dvb_frontend *fe, u32 *freq)
drivers/media/tuners/tda18271-common.c
666
int tda18271_calc_ir_measure(struct dvb_frontend *fe, u32 *freq)
drivers/media/tuners/tda18271-common.c
683
int tda18271_calc_rf_cal(struct dvb_frontend *fe, u32 *freq)
drivers/media/tuners/tda18271-fe.c
1040
static void tda18271_release(struct dvb_frontend *fe)
drivers/media/tuners/tda18271-fe.c
1054
static int tda18271_get_frequency(struct dvb_frontend *fe, u32 *frequency)
drivers/media/tuners/tda18271-fe.c
1061
static int tda18271_get_bandwidth(struct dvb_frontend *fe, u32 *bandwidth)
drivers/media/tuners/tda18271-fe.c
1068
static int tda18271_get_if_frequency(struct dvb_frontend *fe, u32 *frequency)
drivers/media/tuners/tda18271-fe.c
1094
static int tda18271_dump_std_map(struct dvb_frontend *fe)
drivers/media/tuners/tda18271-fe.c
1119
static int tda18271_update_std_map(struct dvb_frontend *fe,
drivers/media/tuners/tda18271-fe.c
1147
static int tda18271_get_id(struct dvb_frontend *fe)
drivers/media/tuners/tda18271-fe.c
1187
static int tda18271_setup_configuration(struct dvb_frontend *fe,
drivers/media/tuners/tda18271-fe.c
1213
static int tda18271_set_config(struct dvb_frontend *fe, void *priv_cfg)
drivers/media/tuners/tda18271-fe.c
1247
struct dvb_frontend *tda18271_attach(struct dvb_frontend *fe, u8 addr,
drivers/media/tuners/tda18271-fe.c
198
static int tda18271_read_thermometer(struct dvb_frontend *fe)
drivers/media/tuners/tda18271-fe.c
242
static int tda18271c2_rf_tracking_filters_correction(struct dvb_frontend *fe,
drivers/media/tuners/tda18271-fe.c
28
static int tda18271_toggle_output(struct dvb_frontend *fe, int standby)
drivers/media/tuners/tda18271-fe.c
295
static int tda18271_por(struct dvb_frontend *fe)
drivers/media/tuners/tda18271-fe.c
328
static int tda18271_calibrate_rf(struct dvb_frontend *fe, u32 freq)
drivers/media/tuners/tda18271-fe.c
431
static int tda18271_powerscan(struct dvb_frontend *fe,
drivers/media/tuners/tda18271-fe.c
49
static inline int charge_pump_source(struct dvb_frontend *fe, int force)
drivers/media/tuners/tda18271-fe.c
524
static int tda18271_powerscan_init(struct dvb_frontend *fe)
drivers/media/tuners/tda18271-fe.c
560
static int tda18271_rf_tracking_filters_init(struct dvb_frontend *fe, u32 freq)
drivers/media/tuners/tda18271-fe.c
58
static inline void tda18271_set_if_notch(struct dvb_frontend *fe)
drivers/media/tuners/tda18271-fe.c
632
static int tda18271_calc_rf_filter_curve(struct dvb_frontend *fe)
drivers/media/tuners/tda18271-fe.c
663
static int tda18271c2_rf_cal_init(struct dvb_frontend *fe)
drivers/media/tuners/tda18271-fe.c
694
static int tda18271c1_rf_tracking_filter_calibration(struct dvb_frontend *fe,
drivers/media/tuners/tda18271-fe.c
73
static int tda18271_channel_configuration(struct dvb_frontend *fe,
drivers/media/tuners/tda18271-fe.c
795
static int tda18271_ir_cal_init(struct dvb_frontend *fe)
drivers/media/tuners/tda18271-fe.c
812
static int tda18271_init(struct dvb_frontend *fe)
drivers/media/tuners/tda18271-fe.c
837
static int tda18271_sleep(struct dvb_frontend *fe)
drivers/media/tuners/tda18271-fe.c
854
static int tda18271_agc(struct dvb_frontend *fe)
drivers/media/tuners/tda18271-fe.c
885
static int tda18271_tune(struct dvb_frontend *fe,
drivers/media/tuners/tda18271-fe.c
921
static int tda18271_set_params(struct dvb_frontend *fe)
drivers/media/tuners/tda18271-fe.c
984
static int tda18271_set_analog_params(struct dvb_frontend *fe,
drivers/media/tuners/tda18271-maps.c
1007
int tda18271_lookup_rf_band(struct dvb_frontend *fe, u32 *freq, u8 *rf_band)
drivers/media/tuners/tda18271-maps.c
1051
int tda18271_lookup_pll_map(struct dvb_frontend *fe,
drivers/media/tuners/tda18271-maps.c
1102
int tda18271_lookup_map(struct dvb_frontend *fe,
drivers/media/tuners/tda18271-maps.c
1269
int tda18271_assign_map_layout(struct dvb_frontend *fe)
drivers/media/tuners/tda18271-maps.c
920
int tda18271_lookup_thermometer(struct dvb_frontend *fe)
drivers/media/tuners/tda18271-maps.c
966
int tda18271_lookup_cid_target(struct dvb_frontend *fe,
drivers/media/tuners/tda18271-priv.h
178
extern int tda18271_lookup_pll_map(struct dvb_frontend *fe,
drivers/media/tuners/tda18271-priv.h
181
extern int tda18271_lookup_map(struct dvb_frontend *fe,
drivers/media/tuners/tda18271-priv.h
185
extern int tda18271_lookup_thermometer(struct dvb_frontend *fe);
drivers/media/tuners/tda18271-priv.h
187
extern int tda18271_lookup_rf_band(struct dvb_frontend *fe,
drivers/media/tuners/tda18271-priv.h
190
extern int tda18271_lookup_cid_target(struct dvb_frontend *fe,
drivers/media/tuners/tda18271-priv.h
194
extern int tda18271_assign_map_layout(struct dvb_frontend *fe);
drivers/media/tuners/tda18271-priv.h
198
extern int tda18271_read_regs(struct dvb_frontend *fe);
drivers/media/tuners/tda18271-priv.h
199
extern int tda18271_read_extended(struct dvb_frontend *fe);
drivers/media/tuners/tda18271-priv.h
200
extern int tda18271_write_regs(struct dvb_frontend *fe, int idx, int len);
drivers/media/tuners/tda18271-priv.h
201
extern int tda18271_init_regs(struct dvb_frontend *fe);
drivers/media/tuners/tda18271-priv.h
203
extern int tda18271_charge_pump_source(struct dvb_frontend *fe,
drivers/media/tuners/tda18271-priv.h
205
extern int tda18271_set_standby_mode(struct dvb_frontend *fe,
drivers/media/tuners/tda18271-priv.h
208
extern int tda18271_calc_main_pll(struct dvb_frontend *fe, u32 freq);
drivers/media/tuners/tda18271-priv.h
209
extern int tda18271_calc_cal_pll(struct dvb_frontend *fe, u32 freq);
drivers/media/tuners/tda18271-priv.h
211
extern int tda18271_calc_bp_filter(struct dvb_frontend *fe, u32 *freq);
drivers/media/tuners/tda18271-priv.h
212
extern int tda18271_calc_km(struct dvb_frontend *fe, u32 *freq);
drivers/media/tuners/tda18271-priv.h
213
extern int tda18271_calc_rf_band(struct dvb_frontend *fe, u32 *freq);
drivers/media/tuners/tda18271-priv.h
214
extern int tda18271_calc_gain_taper(struct dvb_frontend *fe, u32 *freq);
drivers/media/tuners/tda18271-priv.h
215
extern int tda18271_calc_ir_measure(struct dvb_frontend *fe, u32 *freq);
drivers/media/tuners/tda18271-priv.h
216
extern int tda18271_calc_rf_cal(struct dvb_frontend *fe, u32 *freq);
drivers/media/tuners/tda18271.h
113
extern struct dvb_frontend *tda18271_attach(struct dvb_frontend *fe, u8 addr,
drivers/media/tuners/tda18271.h
117
static inline struct dvb_frontend *tda18271_attach(struct dvb_frontend *fe,
drivers/media/tuners/tda827x.c
123
static int tuner_transfer(struct dvb_frontend *fe,
drivers/media/tuners/tda827x.c
142
static int tda827xo_set_params(struct dvb_frontend *fe)
drivers/media/tuners/tda827x.c
219
static int tda827xo_sleep(struct dvb_frontend *fe)
drivers/media/tuners/tda827x.c
237
static int tda827xo_set_analog_params(struct dvb_frontend *fe,
drivers/media/tuners/tda827x.c
321
static void tda827xo_agcf(struct dvb_frontend *fe)
drivers/media/tuners/tda827x.c
37
static void tda827x_set_std(struct dvb_frontend *fe,
drivers/media/tuners/tda827x.c
431
static int tda827xa_sleep(struct dvb_frontend *fe)
drivers/media/tuners/tda827x.c
448
static void tda827xa_lna_gain(struct dvb_frontend *fe, int high,
drivers/media/tuners/tda827x.c
501
static int tda827xa_set_params(struct dvb_frontend *fe)
drivers/media/tuners/tda827x.c
648
static int tda827xa_set_analog_params(struct dvb_frontend *fe,
drivers/media/tuners/tda827x.c
746
static void tda827xa_agcf(struct dvb_frontend *fe)
drivers/media/tuners/tda827x.c
757
static void tda827x_release(struct dvb_frontend *fe)
drivers/media/tuners/tda827x.c
763
static int tda827x_get_frequency(struct dvb_frontend *fe, u32 *frequency)
drivers/media/tuners/tda827x.c
770
static int tda827x_get_bandwidth(struct dvb_frontend *fe, u32 *bandwidth)
drivers/media/tuners/tda827x.c
777
static int tda827x_init(struct dvb_frontend *fe)
drivers/media/tuners/tda827x.c
787
static int tda827x_probe_version(struct dvb_frontend *fe);
drivers/media/tuners/tda827x.c
789
static int tda827x_initial_init(struct dvb_frontend *fe)
drivers/media/tuners/tda827x.c
798
static int tda827x_initial_sleep(struct dvb_frontend *fe)
drivers/media/tuners/tda827x.c
839
static int tda827x_probe_version(struct dvb_frontend *fe)
drivers/media/tuners/tda827x.c
869
struct dvb_frontend *tda827x_attach(struct dvb_frontend *fe, int addr,
drivers/media/tuners/tda827x.h
21
int (*init) (struct dvb_frontend *fe);
drivers/media/tuners/tda827x.h
22
int (*sleep) (struct dvb_frontend *fe);
drivers/media/tuners/tda827x.h
28
void (*agcf)(struct dvb_frontend *fe);
drivers/media/tuners/tda827x.h
42
extern struct dvb_frontend* tda827x_attach(struct dvb_frontend *fe, int addr,
drivers/media/tuners/tda827x.h
46
static inline struct dvb_frontend* tda827x_attach(struct dvb_frontend *fe,
drivers/media/tuners/tda8290.c
103
static void set_audio(struct dvb_frontend *fe,
drivers/media/tuners/tda8290.c
164
static void tda8290_set_params(struct dvb_frontend *fe,
drivers/media/tuners/tda8290.c
302
static void tda8295_power(struct dvb_frontend *fe, int enable)
drivers/media/tuners/tda8290.c
317
static void tda8295_set_easy_mode(struct dvb_frontend *fe, int enable)
drivers/media/tuners/tda8290.c
332
static void tda8295_set_video_std(struct dvb_frontend *fe)
drivers/media/tuners/tda8290.c
346
static void tda8295_agc1_out(struct dvb_frontend *fe, int enable)
drivers/media/tuners/tda8290.c
361
static void tda8295_agc2_out(struct dvb_frontend *fe, int enable)
drivers/media/tuners/tda8290.c
382
static int tda8295_has_signal(struct dvb_frontend *fe, u16 *signal)
drivers/media/tuners/tda8290.c
396
static void tda8295_set_params(struct dvb_frontend *fe,
drivers/media/tuners/tda8290.c
440
static int tda8290_has_signal(struct dvb_frontend *fe, u16 *signal)
drivers/media/tuners/tda8290.c
455
static void tda8290_standby(struct dvb_frontend *fe)
drivers/media/tuners/tda8290.c
475
static void tda8295_standby(struct dvb_frontend *fe)
drivers/media/tuners/tda8290.c
482
static void tda8290_init_if(struct dvb_frontend *fe)
drivers/media/tuners/tda8290.c
498
static void tda8295_init_if(struct dvb_frontend *fe)
drivers/media/tuners/tda8290.c
50
static int tda8290_i2c_bridge(struct dvb_frontend *fe, int close)
drivers/media/tuners/tda8290.c
527
static void tda8290_init_tuner(struct dvb_frontend *fe)
drivers/media/tuners/tda8290.c
550
static void tda829x_release(struct dvb_frontend *fe)
drivers/media/tuners/tda8290.c
568
static int tda829x_find_tuner(struct dvb_frontend *fe)
drivers/media/tuners/tda8290.c
71
static int tda8295_i2c_bridge(struct dvb_frontend *fe, int close)
drivers/media/tuners/tda8290.c
730
struct dvb_frontend *tda829x_attach(struct dvb_frontend *fe,
drivers/media/tuners/tda8290.h
32
extern struct dvb_frontend *tda829x_attach(struct dvb_frontend *fe,
drivers/media/tuners/tda8290.h
43
static inline struct dvb_frontend *tda829x_attach(struct dvb_frontend *fe,
drivers/media/tuners/tda9887.c
271
static void dump_read_message(struct dvb_frontend *fe, unsigned char *buf)
drivers/media/tuners/tda9887.c
301
static void dump_write_message(struct dvb_frontend *fe, unsigned char *buf)
drivers/media/tuners/tda9887.c
401
static int tda9887_set_tvnorm(struct dvb_frontend *fe)
drivers/media/tuners/tda9887.c
443
static int tda9887_set_insmod(struct dvb_frontend *fe)
drivers/media/tuners/tda9887.c
475
static int tda9887_do_config(struct dvb_frontend *fe)
drivers/media/tuners/tda9887.c
534
static int tda9887_status(struct dvb_frontend *fe)
drivers/media/tuners/tda9887.c
547
static void tda9887_configure(struct dvb_frontend *fe)
drivers/media/tuners/tda9887.c
593
static void tda9887_tuner_status(struct dvb_frontend *fe)
drivers/media/tuners/tda9887.c
600
static int tda9887_get_afc(struct dvb_frontend *fe, s32 *afc)
drivers/media/tuners/tda9887.c
618
static void tda9887_standby(struct dvb_frontend *fe)
drivers/media/tuners/tda9887.c
627
static void tda9887_set_params(struct dvb_frontend *fe,
drivers/media/tuners/tda9887.c
639
static int tda9887_set_config(struct dvb_frontend *fe, void *priv_cfg)
drivers/media/tuners/tda9887.c
649
static void tda9887_release(struct dvb_frontend *fe)
drivers/media/tuners/tda9887.c
675
struct dvb_frontend *tda9887_attach(struct dvb_frontend *fe,
drivers/media/tuners/tda9887.h
13
extern struct dvb_frontend *tda9887_attach(struct dvb_frontend *fe,
drivers/media/tuners/tda9887.h
17
static inline struct dvb_frontend *tda9887_attach(struct dvb_frontend *fe,
drivers/media/tuners/tea5761.c
136
static int __set_radio_freq(struct dvb_frontend *fe,
drivers/media/tuners/tea5761.c
178
static int set_radio_freq(struct dvb_frontend *fe,
drivers/media/tuners/tea5761.c
189
static int set_radio_sleep(struct dvb_frontend *fe)
drivers/media/tuners/tea5761.c
198
static int tea5761_read_status(struct dvb_frontend *fe, char *buffer)
drivers/media/tuners/tea5761.c
212
static inline int tea5761_signal(struct dvb_frontend *fe, const char *buffer)
drivers/media/tuners/tea5761.c
223
static inline int tea5761_stereo(struct dvb_frontend *fe, const char *buffer)
drivers/media/tuners/tea5761.c
234
static int tea5761_get_status(struct dvb_frontend *fe, u32 *status)
drivers/media/tuners/tea5761.c
250
static int tea5761_get_rf_strength(struct dvb_frontend *fe, u16 *strength)
drivers/media/tuners/tea5761.c
284
static void tea5761_release(struct dvb_frontend *fe)
drivers/media/tuners/tea5761.c
290
static int tea5761_get_frequency(struct dvb_frontend *fe, u32 *frequency)
drivers/media/tuners/tea5761.c
309
struct dvb_frontend *tea5761_attach(struct dvb_frontend *fe,
drivers/media/tuners/tea5761.h
14
extern struct dvb_frontend *tea5761_attach(struct dvb_frontend *fe,
drivers/media/tuners/tea5761.h
26
static inline struct dvb_frontend *tea5761_attach(struct dvb_frontend *fe,
drivers/media/tuners/tea5767.c
187
static int set_radio_freq(struct dvb_frontend *fe,
drivers/media/tuners/tea5767.c
284
static int tea5767_read_status(struct dvb_frontend *fe, char *buffer)
drivers/media/tuners/tea5767.c
298
static inline int tea5767_signal(struct dvb_frontend *fe, const char *buffer)
drivers/media/tuners/tea5767.c
309
static inline int tea5767_stereo(struct dvb_frontend *fe, const char *buffer)
drivers/media/tuners/tea5767.c
320
static int tea5767_get_status(struct dvb_frontend *fe, u32 *status)
drivers/media/tuners/tea5767.c
336
static int tea5767_get_rf_strength(struct dvb_frontend *fe, u16 *strength)
drivers/media/tuners/tea5767.c
348
static int tea5767_standby(struct dvb_frontend *fe)
drivers/media/tuners/tea5767.c
401
static void tea5767_release(struct dvb_frontend *fe)
drivers/media/tuners/tea5767.c
407
static int tea5767_get_frequency(struct dvb_frontend *fe, u32 *frequency)
drivers/media/tuners/tea5767.c
415
static int tea5767_set_config (struct dvb_frontend *fe, void *priv_cfg)
drivers/media/tuners/tea5767.c
438
struct dvb_frontend *tea5767_attach(struct dvb_frontend *fe,
drivers/media/tuners/tea5767.h
33
extern struct dvb_frontend *tea5767_attach(struct dvb_frontend *fe,
drivers/media/tuners/tea5767.h
45
static inline struct dvb_frontend *tea5767_attach(struct dvb_frontend *fe,
drivers/media/tuners/tua9001.c
10
static int tua9001_init(struct dvb_frontend *fe)
drivers/media/tuners/tua9001.c
145
static int tua9001_get_if_frequency(struct dvb_frontend *fe, u32 *frequency)
drivers/media/tuners/tua9001.c
174
struct dvb_frontend *fe = pdata->dvb_frontend;
drivers/media/tuners/tua9001.c
187
dev->fe = pdata->dvb_frontend;
drivers/media/tuners/tua9001.c
232
struct dvb_frontend *fe = dev->fe;
drivers/media/tuners/tua9001.c
54
static int tua9001_sleep(struct dvb_frontend *fe)
drivers/media/tuners/tua9001.c
75
static int tua9001_set_params(struct dvb_frontend *fe)
drivers/media/tuners/tua9001.h
23
struct dvb_frontend *dvb_frontend;
drivers/media/tuners/tua9001_priv.h
21
struct dvb_frontend *fe;
drivers/media/tuners/tuner-simple.c
1007
static void simple_release(struct dvb_frontend *fe)
drivers/media/tuners/tuner-simple.c
1021
static int simple_get_frequency(struct dvb_frontend *fe, u32 *frequency)
drivers/media/tuners/tuner-simple.c
1028
static int simple_get_bandwidth(struct dvb_frontend *fe, u32 *bandwidth)
drivers/media/tuners/tuner-simple.c
1048
struct dvb_frontend *simple_tuner_attach(struct dvb_frontend *fe,
drivers/media/tuners/tuner-simple.c
124
static int tuner_read_status(struct dvb_frontend *fe)
drivers/media/tuners/tuner-simple.c
167
static int simple_get_status(struct dvb_frontend *fe, u32 *status)
drivers/media/tuners/tuner-simple.c
189
static int simple_get_rf_strength(struct dvb_frontend *fe, u16 *strength)
drivers/media/tuners/tuner-simple.c
235
static const struct tuner_params *simple_tuner_params(struct dvb_frontend *fe,
drivers/media/tuners/tuner-simple.c
259
static int simple_config_lookup(struct dvb_frontend *fe,
drivers/media/tuners/tuner-simple.c
288
static void simple_set_rf_input(struct dvb_frontend *fe,
drivers/media/tuners/tuner-simple.c
319
static int simple_std_setup(struct dvb_frontend *fe,
drivers/media/tuners/tuner-simple.c
422
static int simple_set_aux_byte(struct dvb_frontend *fe, u8 config, u8 aux)
drivers/media/tuners/tuner-simple.c
440
static int simple_post_tune(struct dvb_frontend *fe, u8 *buffer,
drivers/media/tuners/tuner-simple.c
495
static int simple_radio_bandswitch(struct dvb_frontend *fe, u8 *buffer)
drivers/media/tuners/tuner-simple.c
543
static int simple_set_tv_freq(struct dvb_frontend *fe,
drivers/media/tuners/tuner-simple.c
664
static int simple_set_radio_freq(struct dvb_frontend *fe,
drivers/media/tuners/tuner-simple.c
769
static int simple_set_params(struct dvb_frontend *fe,
drivers/media/tuners/tuner-simple.c
796
static void simple_set_dvb(struct dvb_frontend *fe, u8 *buf,
drivers/media/tuners/tuner-simple.c
844
static u32 simple_dvb_configure(struct dvb_frontend *fe, u8 *buf,
drivers/media/tuners/tuner-simple.c
888
static int simple_dvb_calc_regs(struct dvb_frontend *fe,
drivers/media/tuners/tuner-simple.c
912
static int simple_dvb_set_params(struct dvb_frontend *fe)
drivers/media/tuners/tuner-simple.c
961
static int simple_init(struct dvb_frontend *fe)
drivers/media/tuners/tuner-simple.c
984
static int simple_sleep(struct dvb_frontend *fe)
drivers/media/tuners/tuner-simple.h
12
extern struct dvb_frontend *simple_tuner_attach(struct dvb_frontend *fe,
drivers/media/tuners/tuner-simple.h
17
static inline struct dvb_frontend *simple_tuner_attach(struct dvb_frontend *fe,
drivers/media/tuners/xc2028.c
1008
static int generic_set_freq(struct dvb_frontend *fe, u32 freq /* in HZ */,
drivers/media/tuners/xc2028.c
1157
static int xc2028_set_analog_freq(struct dvb_frontend *fe,
drivers/media/tuners/xc2028.c
1188
static int xc2028_set_params(struct dvb_frontend *fe)
drivers/media/tuners/xc2028.c
1286
static int xc2028_sleep(struct dvb_frontend *fe)
drivers/media/tuners/xc2028.c
1324
static void xc2028_dvb_release(struct dvb_frontend *fe)
drivers/media/tuners/xc2028.c
1344
static int xc2028_get_frequency(struct dvb_frontend *fe, u32 *frequency)
drivers/media/tuners/xc2028.c
1363
struct dvb_frontend *fe = context;
drivers/media/tuners/xc2028.c
1383
static int xc2028_set_config(struct dvb_frontend *fe, void *priv_cfg)
drivers/media/tuners/xc2028.c
1456
struct dvb_frontend *xc2028_attach(struct dvb_frontend *fe,
drivers/media/tuners/xc2028.c
301
static int load_all_firmwares(struct dvb_frontend *fe,
drivers/media/tuners/xc2028.c
431
static int seek_firmware(struct dvb_frontend *fe, unsigned int type,
drivers/media/tuners/xc2028.c
525
static inline int do_tuner_callback(struct dvb_frontend *fe, int cmd, int arg)
drivers/media/tuners/xc2028.c
542
static int load_firmware(struct dvb_frontend *fe, unsigned int type,
drivers/media/tuners/xc2028.c
653
static int load_scode(struct dvb_frontend *fe, unsigned int type,
drivers/media/tuners/xc2028.c
715
static int xc2028_sleep(struct dvb_frontend *fe);
drivers/media/tuners/xc2028.c
717
static int check_firmware(struct dvb_frontend *fe, unsigned int type,
drivers/media/tuners/xc2028.c
903
static int xc2028_signal(struct dvb_frontend *fe, u16 *strength)
drivers/media/tuners/xc2028.c
957
static int xc2028_get_afc(struct dvb_frontend *fe, s32 *afc)
drivers/media/tuners/xc2028.h
61
extern struct dvb_frontend *xc2028_attach(struct dvb_frontend *fe,
drivers/media/tuners/xc2028.h
64
static inline struct dvb_frontend *xc2028_attach(struct dvb_frontend *fe,
drivers/media/tuners/xc4000.c
1136
static int xc4000_set_params(struct dvb_frontend *fe)
drivers/media/tuners/xc4000.c
1254
static int xc4000_set_analog_params(struct dvb_frontend *fe,
drivers/media/tuners/xc4000.c
1449
static int xc4000_get_signal(struct dvb_frontend *fe, u16 *strength)
drivers/media/tuners/xc4000.c
1514
static int xc4000_get_frequency(struct dvb_frontend *fe, u32 *freq)
drivers/media/tuners/xc4000.c
1540
static int xc4000_get_bandwidth(struct dvb_frontend *fe, u32 *bw)
drivers/media/tuners/xc4000.c
1549
static int xc4000_get_status(struct dvb_frontend *fe, u32 *status)
drivers/media/tuners/xc4000.c
1571
static int xc4000_sleep(struct dvb_frontend *fe)
drivers/media/tuners/xc4000.c
1601
static int xc4000_init(struct dvb_frontend *fe)
drivers/media/tuners/xc4000.c
1608
static void xc4000_release(struct dvb_frontend *fe)
drivers/media/tuners/xc4000.c
1644
struct dvb_frontend *xc4000_attach(struct dvb_frontend *fe,
drivers/media/tuners/xc4000.c
238
static int xc4000_tuner_reset(struct dvb_frontend *fe);
drivers/media/tuners/xc4000.c
258
static int xc4000_tuner_reset(struct dvb_frontend *fe)
drivers/media/tuners/xc4000.c
294
static int xc_load_i2c_sequence(struct dvb_frontend *fe, const u8 *i2c_sequence)
drivers/media/tuners/xc4000.c
616
static int seek_firmware(struct dvb_frontend *fe, unsigned int type,
drivers/media/tuners/xc4000.c
680
static int load_firmware(struct dvb_frontend *fe, unsigned int type,
drivers/media/tuners/xc4000.c
703
static int xc4000_fwupload(struct dvb_frontend *fe)
drivers/media/tuners/xc4000.c
856
static int load_scode(struct dvb_frontend *fe, unsigned int type,
drivers/media/tuners/xc4000.c
921
static int check_firmware(struct dvb_frontend *fe, unsigned int type,
drivers/media/tuners/xc4000.h
13
struct dvb_frontend;
drivers/media/tuners/xc4000.h
40
extern struct dvb_frontend *xc4000_attach(struct dvb_frontend *fe,
drivers/media/tuners/xc4000.h
44
static inline struct dvb_frontend *xc4000_attach(struct dvb_frontend *fe,
drivers/media/tuners/xc5000.c
1013
static int xc5000_set_params(struct dvb_frontend *fe)
drivers/media/tuners/xc5000.c
1034
static int xc5000_set_analog_params(struct dvb_frontend *fe,
drivers/media/tuners/xc5000.c
1060
static int xc5000_get_frequency(struct dvb_frontend *fe, u32 *freq)
drivers/media/tuners/xc5000.c
1068
static int xc5000_get_if_frequency(struct dvb_frontend *fe, u32 *freq)
drivers/media/tuners/xc5000.c
1076
static int xc5000_get_bandwidth(struct dvb_frontend *fe, u32 *bw)
drivers/media/tuners/xc5000.c
1085
static int xc5000_get_status(struct dvb_frontend *fe, u32 *status)
drivers/media/tuners/xc5000.c
1099
static int xc_load_fw_and_init_tuner(struct dvb_frontend *fe, int force)
drivers/media/tuners/xc5000.c
1217
struct dvb_frontend *fe = priv->fe;
drivers/media/tuners/xc5000.c
1232
static int xc5000_sleep(struct dvb_frontend *fe)
drivers/media/tuners/xc5000.c
1248
static int xc5000_suspend(struct dvb_frontend *fe)
drivers/media/tuners/xc5000.c
1266
static int xc5000_resume(struct dvb_frontend *fe)
drivers/media/tuners/xc5000.c
1280
static int xc5000_init(struct dvb_frontend *fe)
drivers/media/tuners/xc5000.c
1298
static void xc5000_release(struct dvb_frontend *fe)
drivers/media/tuners/xc5000.c
1316
static int xc5000_set_config(struct dvb_frontend *fe, void *priv_cfg)
drivers/media/tuners/xc5000.c
1359
struct dvb_frontend *xc5000_attach(struct dvb_frontend *fe,
drivers/media/tuners/xc5000.c
239
static int xc_load_fw_and_init_tuner(struct dvb_frontend *fe, int force);
drivers/media/tuners/xc5000.c
240
static int xc5000_is_firmware_loaded(struct dvb_frontend *fe);
drivers/media/tuners/xc5000.c
242
static int xc5000_tuner_reset(struct dvb_frontend *fe);
drivers/media/tuners/xc5000.c
293
static int xc5000_tuner_reset(struct dvb_frontend *fe)
drivers/media/tuners/xc5000.c
349
static int xc_load_i2c_sequence(struct dvb_frontend *fe, const u8 *i2c_sequence)
drivers/media/tuners/xc5000.c
570
static int xc_set_xtal(struct dvb_frontend *fe)
drivers/media/tuners/xc5000.c
58
struct dvb_frontend *fe;
drivers/media/tuners/xc5000.c
596
static int xc5000_fwupload(struct dvb_frontend *fe,
drivers/media/tuners/xc5000.c
683
static int xc5000_tune_digital(struct dvb_frontend *fe)
drivers/media/tuners/xc5000.c
726
static int xc5000_set_digital_params(struct dvb_frontend *fe)
drivers/media/tuners/xc5000.c
817
static int xc5000_is_firmware_loaded(struct dvb_frontend *fe)
drivers/media/tuners/xc5000.c
837
static void xc5000_config_tv(struct dvb_frontend *fe,
drivers/media/tuners/xc5000.c
897
static int xc5000_set_tv_freq(struct dvb_frontend *fe)
drivers/media/tuners/xc5000.c
948
static int xc5000_config_radio(struct dvb_frontend *fe,
drivers/media/tuners/xc5000.c
968
static int xc5000_set_radio_freq(struct dvb_frontend *fe)
drivers/media/tuners/xc5000.h
13
struct dvb_frontend;
drivers/media/tuners/xc5000.h
47
extern struct dvb_frontend *xc5000_attach(struct dvb_frontend *fe,
drivers/media/tuners/xc5000.h
51
static inline struct dvb_frontend *xc5000_attach(struct dvb_frontend *fe,
drivers/media/usb/as102/as102_drv.h
57
struct dvb_frontend *dvb_fe;
drivers/media/usb/au0828/au0828-dvb.c
359
static int au0828_set_frontend(struct dvb_frontend *fe)
drivers/media/usb/au0828/au0828.h
88
struct dvb_frontend *frontend;
drivers/media/usb/au0828/au0828.h
98
int (*set_frontend)(struct dvb_frontend *fe);
drivers/media/usb/cx231xx/cx231xx-dvb.c
347
static int cx231xx_dvb_bus_ctrl(struct dvb_frontend *fe, int acquire)
drivers/media/usb/cx231xx/cx231xx-dvb.c
373
struct dvb_frontend *fe;
drivers/media/usb/cx231xx/cx231xx-dvb.c
51
struct dvb_frontend *frontend[CX231XX_DVB_MAX_FRONTENDS];
drivers/media/usb/dvb-usb-v2/af9015.c
538
static int af9015_get_stream_config(struct dvb_frontend *fe, u8 *ts_type,
drivers/media/usb/dvb-usb-v2/af9015.c
552
static int af9015_streaming_ctrl(struct dvb_frontend *fe, int onoff)
drivers/media/usb/dvb-usb-v2/af9015.c
667
static int af9015_af9013_set_frontend(struct dvb_frontend *fe)
drivers/media/usb/dvb-usb-v2/af9015.c
683
static int af9015_af9013_read_status(struct dvb_frontend *fe,
drivers/media/usb/dvb-usb-v2/af9015.c
700
static int af9015_af9013_init(struct dvb_frontend *fe)
drivers/media/usb/dvb-usb-v2/af9015.c
716
static int af9015_af9013_sleep(struct dvb_frontend *fe)
drivers/media/usb/dvb-usb-v2/af9015.c
732
static int af9015_tuner_init(struct dvb_frontend *fe)
drivers/media/usb/dvb-usb-v2/af9015.c
748
static int af9015_tuner_sleep(struct dvb_frontend *fe)
drivers/media/usb/dvb-usb-v2/af9015.h
113
int (*set_frontend[2]) (struct dvb_frontend *fe);
drivers/media/usb/dvb-usb-v2/af9015.h
114
int (*read_status[2]) (struct dvb_frontend *fe, enum fe_status *status);
drivers/media/usb/dvb-usb-v2/af9015.h
115
int (*init[2]) (struct dvb_frontend *fe);
drivers/media/usb/dvb-usb-v2/af9015.h
116
int (*sleep[2]) (struct dvb_frontend *fe);
drivers/media/usb/dvb-usb-v2/af9015.h
117
int (*tuner_init[2]) (struct dvb_frontend *fe);
drivers/media/usb/dvb-usb-v2/af9015.h
118
int (*tuner_sleep[2]) (struct dvb_frontend *fe);
drivers/media/usb/dvb-usb-v2/af9035.c
1371
struct dvb_frontend *fe;
drivers/media/usb/dvb-usb-v2/af9035.c
1385
.dvb_frontend = adap->fe[0],
drivers/media/usb/dvb-usb-v2/af9035.c
1485
.dvb_frontend = adap->fe[0],
drivers/media/usb/dvb-usb-v2/af9035.c
1945
static int af9035_get_stream_config(struct dvb_frontend *fe, u8 *ts_type,
drivers/media/usb/dvb-usb-v2/anysee.c
161
static int anysee_streaming_ctrl(struct dvb_frontend *fe, int onoff)
drivers/media/usb/dvb-usb-v2/anysee.c
243
static int anysee_mt352_demod_init(struct dvb_frontend *fe)
drivers/media/usb/dvb-usb-v2/anysee.c
510
static int anysee_i2c_gate_ctrl(struct dvb_frontend *fe, int enable)
drivers/media/usb/dvb-usb-v2/anysee.c
516
static int anysee_frontend_ctrl(struct dvb_frontend *fe, int onoff)
drivers/media/usb/dvb-usb-v2/anysee.c
961
struct dvb_frontend *fe;
drivers/media/usb/dvb-usb-v2/az6007.c
188
static int az6007_streaming_ctrl(struct dvb_frontend *fe, int onoff)
drivers/media/usb/dvb-usb-v2/az6007.c
46
int (*gate_ctrl) (struct dvb_frontend *, int);
drivers/media/usb/dvb-usb-v2/az6007.c
76
static int drxk_gate_ctrl(struct dvb_frontend *fe, int enable)
drivers/media/usb/dvb-usb-v2/dvb_usb.h
258
int (*frontend_ctrl) (struct dvb_frontend *, int);
drivers/media/usb/dvb-usb-v2/dvb_usb.h
259
int (*streaming_ctrl) (struct dvb_frontend *, int);
drivers/media/usb/dvb-usb-v2/dvb_usb.h
266
int (*get_stream_config) (struct dvb_frontend *, u8 *,
drivers/media/usb/dvb-usb-v2/dvb_usb.h
350
struct dvb_frontend *fe[MAX_NO_OF_FE_PER_ADAP];
drivers/media/usb/dvb-usb-v2/dvb_usb.h
351
int (*fe_init[MAX_NO_OF_FE_PER_ADAP]) (struct dvb_frontend *);
drivers/media/usb/dvb-usb-v2/dvb_usb.h
352
int (*fe_sleep[MAX_NO_OF_FE_PER_ADAP]) (struct dvb_frontend *);
drivers/media/usb/dvb-usb-v2/dvb_usb_core.c
1036
struct dvb_frontend *fe;
drivers/media/usb/dvb-usb-v2/dvb_usb_core.c
1066
struct dvb_frontend *fe;
drivers/media/usb/dvb-usb-v2/dvb_usb_core.c
553
static int dvb_usb_fe_init(struct dvb_frontend *fe)
drivers/media/usb/dvb-usb-v2/dvb_usb_core.c
592
static int dvb_usb_fe_sleep(struct dvb_frontend *fe)
drivers/media/usb/dvb-usb-v2/dvbsky.c
216
static int dvbsky_usb_set_voltage(struct dvb_frontend *fe,
drivers/media/usb/dvb-usb-v2/dvbsky.c
257
static int dvbsky_usb_read_status(struct dvb_frontend *fe,
drivers/media/usb/dvb-usb-v2/dvbsky.c
329
static int dvbsky_usb_ci_set_voltage(struct dvb_frontend *fe,
drivers/media/usb/dvb-usb-v2/dvbsky.c
33
int (*fe_set_voltage)(struct dvb_frontend *fe,
drivers/media/usb/dvb-usb-v2/dvbsky.c
35
int (*fe_read_status)(struct dvb_frontend *fe,
drivers/media/usb/dvb-usb-v2/dvbsky.c
78
static int dvbsky_streaming_ctrl(struct dvb_frontend *fe, int onoff)
drivers/media/usb/dvb-usb-v2/ec168.c
310
static int ec168_streaming_ctrl(struct dvb_frontend *fe, int onoff)
drivers/media/usb/dvb-usb-v2/gl861.c
516
static int friio_streaming_ctrl(struct dvb_frontend *fe, int onoff)
drivers/media/usb/dvb-usb-v2/lmedm04.c
1162
static int lme2510_get_stream_config(struct dvb_frontend *fe, u8 *ts_type,
drivers/media/usb/dvb-usb-v2/lmedm04.c
131
int (*fe_read_status)(struct dvb_frontend *, enum fe_status *);
drivers/media/usb/dvb-usb-v2/lmedm04.c
132
int (*fe_read_signal_strength)(struct dvb_frontend *, u16 *);
drivers/media/usb/dvb-usb-v2/lmedm04.c
133
int (*fe_read_snr)(struct dvb_frontend *, u16 *);
drivers/media/usb/dvb-usb-v2/lmedm04.c
134
int (*fe_read_ber)(struct dvb_frontend *, u32 *);
drivers/media/usb/dvb-usb-v2/lmedm04.c
135
int (*fe_read_ucblocks)(struct dvb_frontend *, u32 *);
drivers/media/usb/dvb-usb-v2/lmedm04.c
136
int (*fe_set_voltage)(struct dvb_frontend *, enum fe_sec_voltage);
drivers/media/usb/dvb-usb-v2/lmedm04.c
217
struct dvb_frontend *fe = adap->fe[0];
drivers/media/usb/dvb-usb-v2/lmedm04.c
567
static int lme2510_streaming_ctrl(struct dvb_frontend *fe, int onoff)
drivers/media/usb/dvb-usb-v2/lmedm04.c
810
static int dm04_lme2510_set_voltage(struct dvb_frontend *fe,
drivers/media/usb/dvb-usb-v2/lmedm04.c
846
static int dm04_read_status(struct dvb_frontend *fe, enum fe_status *status)
drivers/media/usb/dvb-usb-v2/lmedm04.c
891
static int dm04_read_signal_strength(struct dvb_frontend *fe, u16 *strength)
drivers/media/usb/dvb-usb-v2/lmedm04.c
907
static int dm04_read_snr(struct dvb_frontend *fe, u16 *snr)
drivers/media/usb/dvb-usb-v2/lmedm04.c
923
static int dm04_read_ber(struct dvb_frontend *fe, u32 *ber)
drivers/media/usb/dvb-usb-v2/lmedm04.c
935
static int dm04_read_ucblocks(struct dvb_frontend *fe, u32 *ucblocks)
drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c
27
struct dvb_frontend fe;
drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c
274
static int mxl111sf_demod_set_frontend(struct dvb_frontend *fe)
drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c
326
static int mxl111sf_demod_read_ucblocks(struct dvb_frontend *fe, u32 *ucblocks)
drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c
374
static int mxl111sf_demod_read_ber(struct dvb_frontend *fe, u32 *ber)
drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c
417
static int mxl111sf_demod_read_snr(struct dvb_frontend *fe, u16 *snr)
drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c
430
static int mxl111sf_demod_read_status(struct dvb_frontend *fe,
drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c
466
static int mxl111sf_demod_read_signal_strength(struct dvb_frontend *fe,
drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c
502
static int mxl111sf_demod_get_frontend(struct dvb_frontend *fe,
drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c
529
int mxl111sf_demod_get_tune_settings(struct dvb_frontend *fe,
drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c
536
static void mxl111sf_demod_release(struct dvb_frontend *fe)
drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c
573
struct dvb_frontend *mxl111sf_demod_attach(struct mxl111sf_state *mxl_state,
drivers/media/usb/dvb-usb-v2/mxl111sf-demod.h
23
struct dvb_frontend *mxl111sf_demod_attach(struct mxl111sf_state *mxl_state,
drivers/media/usb/dvb-usb-v2/mxl111sf-demod.h
27
struct dvb_frontend *mxl111sf_demod_attach(struct mxl111sf_state *mxl_state,
drivers/media/usb/dvb-usb-v2/mxl111sf-tuner.c
186
static int mxl1x1sf_tune_rf(struct dvb_frontend *fe, u32 freq, u8 bw)
drivers/media/usb/dvb-usb-v2/mxl111sf-tuner.c
262
static int mxl111sf_tuner_set_params(struct dvb_frontend *fe)
drivers/media/usb/dvb-usb-v2/mxl111sf-tuner.c
313
static int mxl111sf_tuner_init(struct dvb_frontend *fe)
drivers/media/usb/dvb-usb-v2/mxl111sf-tuner.c
323
static int mxl111sf_tuner_sleep(struct dvb_frontend *fe)
drivers/media/usb/dvb-usb-v2/mxl111sf-tuner.c
336
static int mxl111sf_tuner_get_status(struct dvb_frontend *fe, u32 *status)
drivers/media/usb/dvb-usb-v2/mxl111sf-tuner.c
355
static int mxl111sf_get_rf_strength(struct dvb_frontend *fe, u16 *strength)
drivers/media/usb/dvb-usb-v2/mxl111sf-tuner.c
383
static int mxl111sf_tuner_get_frequency(struct dvb_frontend *fe, u32 *frequency)
drivers/media/usb/dvb-usb-v2/mxl111sf-tuner.c
390
static int mxl111sf_tuner_get_bandwidth(struct dvb_frontend *fe, u32 *bandwidth)
drivers/media/usb/dvb-usb-v2/mxl111sf-tuner.c
397
static int mxl111sf_tuner_get_if_frequency(struct dvb_frontend *fe,
drivers/media/usb/dvb-usb-v2/mxl111sf-tuner.c
445
static void mxl111sf_tuner_release(struct dvb_frontend *fe)
drivers/media/usb/dvb-usb-v2/mxl111sf-tuner.c
477
struct dvb_frontend *mxl111sf_tuner_attach(struct dvb_frontend *fe,
drivers/media/usb/dvb-usb-v2/mxl111sf-tuner.h
44
int (*ant_hunt)(struct dvb_frontend *fe);
drivers/media/usb/dvb-usb-v2/mxl111sf-tuner.h
51
struct dvb_frontend *mxl111sf_tuner_attach(struct dvb_frontend *fe,
drivers/media/usb/dvb-usb-v2/mxl111sf-tuner.h
56
struct dvb_frontend *mxl111sf_tuner_attach(struct dvb_frontend *fe,
drivers/media/usb/dvb-usb-v2/mxl111sf.c
1062
static int mxl111sf_get_stream_config_dvbt(struct dvb_frontend *fe,
drivers/media/usb/dvb-usb-v2/mxl111sf.c
1112
static int mxl111sf_get_stream_config_atsc(struct dvb_frontend *fe,
drivers/media/usb/dvb-usb-v2/mxl111sf.c
1154
static int mxl111sf_get_stream_config_mh(struct dvb_frontend *fe,
drivers/media/usb/dvb-usb-v2/mxl111sf.c
1196
static int mxl111sf_get_stream_config_atsc_mh(struct dvb_frontend *fe,
drivers/media/usb/dvb-usb-v2/mxl111sf.c
1223
static int mxl111sf_streaming_ctrl_atsc_mh(struct dvb_frontend *fe, int onoff)
drivers/media/usb/dvb-usb-v2/mxl111sf.c
1267
static int mxl111sf_get_stream_config_mercury(struct dvb_frontend *fe,
drivers/media/usb/dvb-usb-v2/mxl111sf.c
1300
static int mxl111sf_streaming_ctrl_mercury(struct dvb_frontend *fe, int onoff)
drivers/media/usb/dvb-usb-v2/mxl111sf.c
1346
static int mxl111sf_get_stream_config_mercury_mh(struct dvb_frontend *fe,
drivers/media/usb/dvb-usb-v2/mxl111sf.c
1373
static int mxl111sf_streaming_ctrl_mercury_mh(struct dvb_frontend *fe, int onoff)
drivers/media/usb/dvb-usb-v2/mxl111sf.c
265
static int mxl111sf_adap_fe_init(struct dvb_frontend *fe)
drivers/media/usb/dvb-usb-v2/mxl111sf.c
322
static int mxl111sf_adap_fe_sleep(struct dvb_frontend *fe)
drivers/media/usb/dvb-usb-v2/mxl111sf.c
346
static int mxl111sf_ep6_streaming_ctrl(struct dvb_frontend *fe, int onoff)
drivers/media/usb/dvb-usb-v2/mxl111sf.c
371
static int mxl111sf_ep5_streaming_ctrl(struct dvb_frontend *fe, int onoff)
drivers/media/usb/dvb-usb-v2/mxl111sf.c
397
static int mxl111sf_ep4_streaming_ctrl(struct dvb_frontend *fe, int onoff)
drivers/media/usb/dvb-usb-v2/mxl111sf.c
818
static int mxl111sf_ant_hunt(struct dvb_frontend *fe)
drivers/media/usb/dvb-usb-v2/mxl111sf.h
48
int (*fe_init)(struct dvb_frontend *);
drivers/media/usb/dvb-usb-v2/mxl111sf.h
49
int (*fe_sleep)(struct dvb_frontend *);
drivers/media/usb/dvb-usb-v2/rtl28xxu.c
1142
struct dvb_frontend *fe;
drivers/media/usb/dvb-usb-v2/rtl28xxu.c
1202
struct dvb_frontend *fe = NULL;
drivers/media/usb/dvb-usb-v2/rtl28xxu.c
1259
.dvb_frontend = adap->fe[0],
drivers/media/usb/dvb-usb-v2/rtl28xxu.c
1281
.dvb_frontend = adap->fe[0],
drivers/media/usb/dvb-usb-v2/rtl28xxu.c
1385
pdata.dvb_frontend = adap->fe[0];
drivers/media/usb/dvb-usb-v2/rtl28xxu.c
1606
static int rtl28xxu_frontend_ctrl(struct dvb_frontend *fe, int onoff)
drivers/media/usb/dvb-usb-v2/zd1301.c
132
struct dvb_frontend *frontend;
drivers/media/usb/dvb-usb-v2/zd1301.c
169
dev->mt2060_pdata.dvb_frontend = frontend;
drivers/media/usb/dvb-usb-v2/zd1301.c
229
static int zd1301_streaming_ctrl(struct dvb_frontend *fe, int onoff)
drivers/media/usb/dvb-usb/af9005-fe.c
1071
static int af9005_fe_sleep(struct dvb_frontend *fe)
drivers/media/usb/dvb-usb/af9005-fe.c
1076
static int af9005_ts_bus_ctrl(struct dvb_frontend *fe, int acquire)
drivers/media/usb/dvb-usb/af9005-fe.c
1091
static int af9005_fe_set_frontend(struct dvb_frontend *fe)
drivers/media/usb/dvb-usb/af9005-fe.c
119
static int af9005_get_post_vit_err_cw_count(struct dvb_frontend *fe,
drivers/media/usb/dvb-usb/af9005-fe.c
1217
static int af9005_fe_get_frontend(struct dvb_frontend *fe,
drivers/media/usb/dvb-usb/af9005-fe.c
1413
static void af9005_fe_release(struct dvb_frontend *fe)
drivers/media/usb/dvb-usb/af9005-fe.c
1421
struct dvb_frontend *af9005_fe_attach(struct dvb_usb_device *d)
drivers/media/usb/dvb-usb/af9005-fe.c
203
static int af9005_get_post_vit_ber(struct dvb_frontend *fe,
drivers/media/usb/dvb-usb/af9005-fe.c
223
static int af9005_get_pre_vit_err_bit_count(struct dvb_frontend *fe,
drivers/media/usb/dvb-usb/af9005-fe.c
320
static int af9005_reset_pre_viterbi(struct dvb_frontend *fe)
drivers/media/usb/dvb-usb/af9005-fe.c
344
static int af9005_reset_post_viterbi(struct dvb_frontend *fe)
drivers/media/usb/dvb-usb/af9005-fe.c
369
static int af9005_get_statistic(struct dvb_frontend *fe)
drivers/media/usb/dvb-usb/af9005-fe.c
413
static int af9005_fe_refresh_state(struct dvb_frontend *fe)
drivers/media/usb/dvb-usb/af9005-fe.c
427
static int af9005_fe_read_status(struct dvb_frontend *fe,
drivers/media/usb/dvb-usb/af9005-fe.c
46
struct dvb_frontend frontend;
drivers/media/usb/dvb-usb/af9005-fe.c
477
static int af9005_fe_read_ber(struct dvb_frontend *fe, u32 * ber)
drivers/media/usb/dvb-usb/af9005-fe.c
487
static int af9005_fe_read_unc_blocks(struct dvb_frontend *fe, u32 * unc)
drivers/media/usb/dvb-usb/af9005-fe.c
497
static int af9005_fe_read_signal_strength(struct dvb_frontend *fe,
drivers/media/usb/dvb-usb/af9005-fe.c
522
static int af9005_fe_read_snr(struct dvb_frontend *fe, u16 * snr)
drivers/media/usb/dvb-usb/af9005-fe.c
785
static int af9005_fe_power(struct dvb_frontend *fe, int on)
drivers/media/usb/dvb-usb/af9005-fe.c
803
static int af9005_fe_init(struct dvb_frontend *fe)
drivers/media/usb/dvb-usb/af9005-fe.c
91
static int af9005_is_fecmon_available(struct dvb_frontend *fe, int *available)
drivers/media/usb/dvb-usb/af9005.h
3451
extern struct dvb_frontend *af9005_fe_attach(struct dvb_usb_device *d);
drivers/media/usb/dvb-usb/az6027.c
779
static int az6027_set_voltage(struct dvb_frontend *fe,
drivers/media/usb/dvb-usb/cinergyT2-fe.c
126
struct dvb_frontend fe;
drivers/media/usb/dvb-usb/cinergyT2-fe.c
135
static int cinergyt2_fe_read_status(struct dvb_frontend *fe,
drivers/media/usb/dvb-usb/cinergyT2-fe.c
173
static int cinergyt2_fe_read_ber(struct dvb_frontend *fe, u32 *ber)
drivers/media/usb/dvb-usb/cinergyT2-fe.c
181
static int cinergyt2_fe_read_unc_blocks(struct dvb_frontend *fe, u32 *unc)
drivers/media/usb/dvb-usb/cinergyT2-fe.c
189
static int cinergyt2_fe_read_signal_strength(struct dvb_frontend *fe,
drivers/media/usb/dvb-usb/cinergyT2-fe.c
198
static int cinergyt2_fe_read_snr(struct dvb_frontend *fe, u16 *snr)
drivers/media/usb/dvb-usb/cinergyT2-fe.c
206
static int cinergyt2_fe_init(struct dvb_frontend *fe)
drivers/media/usb/dvb-usb/cinergyT2-fe.c
211
static int cinergyt2_fe_sleep(struct dvb_frontend *fe)
drivers/media/usb/dvb-usb/cinergyT2-fe.c
217
static int cinergyt2_fe_get_tune_settings(struct dvb_frontend *fe,
drivers/media/usb/dvb-usb/cinergyT2-fe.c
224
static int cinergyt2_fe_set_frontend(struct dvb_frontend *fe)
drivers/media/usb/dvb-usb/cinergyT2-fe.c
261
static void cinergyt2_fe_release(struct dvb_frontend *fe)
drivers/media/usb/dvb-usb/cinergyT2-fe.c
269
struct dvb_frontend *cinergyt2_fe_attach(struct dvb_usb_device *d)
drivers/media/usb/dvb-usb/cinergyT2.h
78
extern struct dvb_frontend *cinergyt2_fe_attach(struct dvb_usb_device *d);
drivers/media/usb/dvb-usb/cxusb.c
1110
int (*set_param_save)(struct dvb_frontend *fe);
drivers/media/usb/dvb-usb/cxusb.c
1143
static int dib7070_tuner_reset(struct dvb_frontend *fe, int onoff)
drivers/media/usb/dvb-usb/cxusb.c
1151
static int dib7070_tuner_sleep(struct dvb_frontend *fe, int onoff)
drivers/media/usb/dvb-usb/cxusb.c
1163
static int dib7070_set_param_override(struct dvb_frontend *fe)
drivers/media/usb/dvb-usb/cxusb.c
561
static int cxusb_dee1601_demod_init(struct dvb_frontend *fe)
drivers/media/usb/dvb-usb/cxusb.c
582
static int cxusb_mt352_demod_init(struct dvb_frontend *fe)
drivers/media/usb/dvb-usb/cxusb.c
772
struct dvb_frontend *fe;
drivers/media/usb/dvb-usb/cxusb.c
804
struct dvb_frontend *fe;
drivers/media/usb/dvb-usb/cxusb.c
813
struct dvb_frontend *fe;
drivers/media/usb/dvb-usb/cxusb.c
820
static int cxusb_medion_fe_ts_bus_ctrl(struct dvb_frontend *fe, int acquire)
drivers/media/usb/dvb-usb/cxusb.h
79
int (*fe_read_status)(struct dvb_frontend *fe,
drivers/media/usb/dvb-usb/dib0700.h
48
int (*read_status)(struct dvb_frontend *, enum fe_status *);
drivers/media/usb/dvb-usb/dib0700.h
49
int (*sleep)(struct dvb_frontend* fe);
drivers/media/usb/dvb-usb/dib0700_devices.c
1230
static int dib80xx_tuner_reset(struct dvb_frontend *fe, int onoff)
drivers/media/usb/dvb-usb/dib0700_devices.c
1238
static int dib80xx_tuner_sleep(struct dvb_frontend *fe, int onoff)
drivers/media/usb/dvb-usb/dib0700_devices.c
1283
static int dib807x_set_param_override(struct dvb_frontend *fe)
drivers/media/usb/dvb-usb/dib0700_devices.c
1536
static int dib8090_get_adc_power(struct dvb_frontend *fe)
drivers/media/usb/dvb-usb/dib0700_devices.c
1544
static void dib8090_agc_control(struct dvb_frontend *fe, u8 restart)
drivers/media/usb/dvb-usb/dib0700_devices.c
1626
static u8 dib8090_compute_pll_parameters(struct dvb_frontend *fe)
drivers/media/usb/dvb-usb/dib0700_devices.c
1650
static int dib8096_set_param_override(struct dvb_frontend *fe)
drivers/media/usb/dvb-usb/dib0700_devices.c
1797
struct dvb_frontend *fe_slave = st->dib8000_ops.get_slave_frontend(adap->fe_adap[0].fe, 1);
drivers/media/usb/dvb-usb/dib0700_devices.c
1818
struct dvb_frontend *fe_slave;
drivers/media/usb/dvb-usb/dib0700_devices.c
2033
static int dib8096p_get_best_sampling(struct dvb_frontend *fe, struct dibx090p_best_adc *adc)
drivers/media/usb/dvb-usb/dib0700_devices.c
2105
static int dib8096p_agc_startup(struct dvb_frontend *fe)
drivers/media/usb/dvb-usb/dib0700_devices.c
2204
static int dib90x0_tuner_reset(struct dvb_frontend *fe, int onoff)
drivers/media/usb/dvb-usb/dib0700_devices.c
2209
static int dib90x0_tuner_sleep(struct dvb_frontend *fe, int onoff)
drivers/media/usb/dvb-usb/dib0700_devices.c
2456
struct dvb_frontend *fe_slave;
drivers/media/usb/dvb-usb/dib0700_devices.c
2516
struct dvb_frontend *fe_slave;
drivers/media/usb/dvb-usb/dib0700_devices.c
2558
static int dib7090p_get_best_sampling(struct dvb_frontend *fe , struct dibx090p_best_adc *adc)
drivers/media/usb/dvb-usb/dib0700_devices.c
2631
static int dib7090_agc_startup(struct dvb_frontend *fe)
drivers/media/usb/dvb-usb/dib0700_devices.c
2659
static int dib7090_agc_restart(struct dvb_frontend *fe, u8 restart)
drivers/media/usb/dvb-usb/dib0700_devices.c
2667
static int tfe7790p_update_lna(struct dvb_frontend *fe, u16 agc_global)
drivers/media/usb/dvb-usb/dib0700_devices.c
2822
static int tfe7090p_pvr_update_lna(struct dvb_frontend *fe, u16 agc_global)
drivers/media/usb/dvb-usb/dib0700_devices.c
32
int (*set_param_save) (struct dvb_frontend *);
drivers/media/usb/dvb-usb/dib0700_devices.c
3341
static int novatd_read_status_override(struct dvb_frontend *fe,
drivers/media/usb/dvb-usb/dib0700_devices.c
3358
static int novatd_sleep_override(struct dvb_frontend* fe)
drivers/media/usb/dvb-usb/dib0700_devices.c
796
static int dib7070_tuner_reset(struct dvb_frontend *fe, int onoff)
drivers/media/usb/dvb-usb/dib0700_devices.c
805
static int dib7070_tuner_sleep(struct dvb_frontend *fe, int onoff)
drivers/media/usb/dvb-usb/dib0700_devices.c
841
static int dib7070_set_param_override(struct dvb_frontend *fe)
drivers/media/usb/dvb-usb/dib0700_devices.c
859
static int dib7770_set_param_override(struct dvb_frontend *fe)
drivers/media/usb/dvb-usb/dibusb-mb.c
16
static int dib3000mb_i2c_gate_ctrl(struct dvb_frontend* fe, int enable)
drivers/media/usb/dvb-usb/digitv.c
106
static int digitv_mt352_demod_init(struct dvb_frontend *fe)
drivers/media/usb/dvb-usb/digitv.c
130
static int digitv_nxt6000_tuner_set_params(struct dvb_frontend *fe)
drivers/media/usb/dvb-usb/dtt200u-fe.c
104
static int dtt200u_fe_read_snr(struct dvb_frontend* fe, u16 *snr)
drivers/media/usb/dvb-usb/dtt200u-fe.c
120
static int dtt200u_fe_init(struct dvb_frontend* fe)
drivers/media/usb/dvb-usb/dtt200u-fe.c
134
static int dtt200u_fe_sleep(struct dvb_frontend* fe)
drivers/media/usb/dvb-usb/dtt200u-fe.c
139
static int dtt200u_fe_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings *tune)
drivers/media/usb/dvb-usb/dtt200u-fe.c
147
static int dtt200u_fe_set_frontend(struct dvb_frontend *fe)
drivers/media/usb/dvb-usb/dtt200u-fe.c
17
struct dvb_frontend frontend;
drivers/media/usb/dvb-usb/dtt200u-fe.c
187
static int dtt200u_fe_get_frontend(struct dvb_frontend* fe,
drivers/media/usb/dvb-usb/dtt200u-fe.c
196
static void dtt200u_fe_release(struct dvb_frontend* fe)
drivers/media/usb/dvb-usb/dtt200u-fe.c
204
struct dvb_frontend* dtt200u_fe_attach(struct dvb_usb_device *d)
drivers/media/usb/dvb-usb/dtt200u-fe.c
23
static int dtt200u_fe_read_status(struct dvb_frontend *fe,
drivers/media/usb/dvb-usb/dtt200u-fe.c
56
static int dtt200u_fe_read_ber(struct dvb_frontend* fe, u32 *ber)
drivers/media/usb/dvb-usb/dtt200u-fe.c
72
static int dtt200u_fe_read_unc_blocks(struct dvb_frontend* fe, u32 *unc)
drivers/media/usb/dvb-usb/dtt200u-fe.c
88
static int dtt200u_fe_read_signal_strength(struct dvb_frontend* fe, u16 *strength)
drivers/media/usb/dvb-usb/dtt200u.h
52
extern struct dvb_frontend * dtt200u_fe_attach(struct dvb_usb_device *d);
drivers/media/usb/dvb-usb/dvb-usb-dvb.c
233
static int dvb_usb_set_active_fe(struct dvb_frontend *fe, int onoff)
drivers/media/usb/dvb-usb/dvb-usb-dvb.c
250
static int dvb_usb_fe_wakeup(struct dvb_frontend *fe)
drivers/media/usb/dvb-usb/dvb-usb-dvb.c
264
static int dvb_usb_fe_sleep(struct dvb_frontend *fe)
drivers/media/usb/dvb-usb/dvb-usb.h
168
int (*frontend_ctrl) (struct dvb_frontend *, int);
drivers/media/usb/dvb-usb/dvb-usb.h
372
struct dvb_frontend *fe;
drivers/media/usb/dvb-usb/dvb-usb.h
374
int (*fe_init) (struct dvb_frontend *);
drivers/media/usb/dvb-usb/dvb-usb.h
375
int (*fe_sleep) (struct dvb_frontend *);
drivers/media/usb/dvb-usb/dw2102.c
1018
static int dw210x_set_voltage(struct dvb_frontend *fe,
drivers/media/usb/dvb-usb/dw2102.c
1043
static int s660_set_voltage(struct dvb_frontend *fe,
drivers/media/usb/dvb-usb/dw2102.c
1056
static void dw210x_led_ctrl(struct dvb_frontend *fe, int offon)
drivers/media/usb/dvb-usb/dw2102.c
1073
static int tt_s2_4600_read_status(struct dvb_frontend *fe,
drivers/media/usb/dvb-usb/dw2102.c
70
int (*old_set_voltage)(struct dvb_frontend *f, enum fe_sec_voltage v);
drivers/media/usb/dvb-usb/dw2102.c
71
int (*fe_read_status)(struct dvb_frontend *fe,
drivers/media/usb/dvb-usb/m920x.c
486
static int m920x_mt352_demod_init(struct dvb_frontend *fe)
drivers/media/usb/dvb-usb/opera1.c
163
static int opera1_set_voltage(struct dvb_frontend *fe,
drivers/media/usb/dvb-usb/opera1.c
180
static int opera1_stv0299_set_symbol_rate(struct dvb_frontend *fe, u32 srate,
drivers/media/usb/dvb-usb/technisat-usb2.c
301
struct dvb_frontend *fe = state->dev->adapter[0].fe_adap[0].fe;
drivers/media/usb/dvb-usb/technisat-usb2.c
467
static int technisat_usb2_set_voltage(struct dvb_frontend *fe,
drivers/media/usb/dvb-usb/ttusb2.c
536
static int ttusb2_ct3650_i2c_gate_ctrl(struct dvb_frontend *fe, int enable)
drivers/media/usb/dvb-usb/ttusb2.c
577
struct dvb_frontend *fe;
drivers/media/usb/dvb-usb/umt-010.c
15
static int umt_mt352_demod_init(struct dvb_frontend *fe)
drivers/media/usb/dvb-usb/vp702x-fe.c
100
static int vp702x_fe_read_unc_blocks(struct dvb_frontend* fe, u32 *unc)
drivers/media/usb/dvb-usb/vp702x-fe.c
108
static int vp702x_fe_read_signal_strength(struct dvb_frontend* fe, u16 *strength)
drivers/media/usb/dvb-usb/vp702x-fe.c
117
static int vp702x_fe_read_snr(struct dvb_frontend* fe, u16 *snr)
drivers/media/usb/dvb-usb/vp702x-fe.c
128
static int vp702x_fe_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings *tune)
drivers/media/usb/dvb-usb/vp702x-fe.c
135
static int vp702x_fe_set_frontend(struct dvb_frontend *fe)
drivers/media/usb/dvb-usb/vp702x-fe.c
197
static int vp702x_fe_init(struct dvb_frontend *fe)
drivers/media/usb/dvb-usb/vp702x-fe.c
20
struct dvb_frontend fe;
drivers/media/usb/dvb-usb/vp702x-fe.c
205
static int vp702x_fe_sleep(struct dvb_frontend *fe)
drivers/media/usb/dvb-usb/vp702x-fe.c
211
static int vp702x_fe_send_diseqc_msg (struct dvb_frontend* fe,
drivers/media/usb/dvb-usb/vp702x-fe.c
243
static int vp702x_fe_send_diseqc_burst(struct dvb_frontend *fe,
drivers/media/usb/dvb-usb/vp702x-fe.c
250
static int vp702x_fe_set_tone(struct dvb_frontend *fe,
drivers/media/usb/dvb-usb/vp702x-fe.c
284
static int vp702x_fe_set_voltage(struct dvb_frontend *fe,
drivers/media/usb/dvb-usb/vp702x-fe.c
316
static void vp702x_fe_release(struct dvb_frontend* fe)
drivers/media/usb/dvb-usb/vp702x-fe.c
324
struct dvb_frontend * vp702x_fe_attach(struct dvb_usb_device *d)
drivers/media/usb/dvb-usb/vp702x-fe.c
71
static int vp702x_fe_read_status(struct dvb_frontend *fe,
drivers/media/usb/dvb-usb/vp702x-fe.c
91
static int vp702x_fe_read_ber(struct dvb_frontend* fe, u32 *ber)
drivers/media/usb/dvb-usb/vp702x.h
109
extern struct dvb_frontend * vp702x_fe_attach(struct dvb_usb_device *d);
drivers/media/usb/dvb-usb/vp7045-fe.c
103
static int vp7045_fe_set_frontend(struct dvb_frontend *fe)
drivers/media/usb/dvb-usb/vp7045-fe.c
133
static void vp7045_fe_release(struct dvb_frontend* fe)
drivers/media/usb/dvb-usb/vp7045-fe.c
141
struct dvb_frontend * vp7045_fe_attach(struct dvb_usb_device *d)
drivers/media/usb/dvb-usb/vp7045-fe.c
21
struct dvb_frontend fe;
drivers/media/usb/dvb-usb/vp7045-fe.c
25
static int vp7045_fe_read_status(struct dvb_frontend *fe,
drivers/media/usb/dvb-usb/vp7045-fe.c
52
static int vp7045_fe_read_ber(struct dvb_frontend* fe, u32 *ber)
drivers/media/usb/dvb-usb/vp7045-fe.c
61
static int vp7045_fe_read_unc_blocks(struct dvb_frontend* fe, u32 *unc)
drivers/media/usb/dvb-usb/vp7045-fe.c
69
static int vp7045_fe_read_signal_strength(struct dvb_frontend* fe, u16 *strength)
drivers/media/usb/dvb-usb/vp7045-fe.c
79
static int vp7045_fe_read_snr(struct dvb_frontend* fe, u16 *snr)
drivers/media/usb/dvb-usb/vp7045-fe.c
87
static int vp7045_fe_init(struct dvb_frontend* fe)
drivers/media/usb/dvb-usb/vp7045-fe.c
92
static int vp7045_fe_sleep(struct dvb_frontend* fe)
drivers/media/usb/dvb-usb/vp7045-fe.c
97
static int vp7045_fe_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings *tune)
drivers/media/usb/dvb-usb/vp7045.h
63
extern struct dvb_frontend * vp7045_fe_attach(struct dvb_usb_device *d);
drivers/media/usb/em28xx/em28xx-dvb.c
1152
a8293_pdata.dvb_frontend = dvb->fe[0];
drivers/media/usb/em28xx/em28xx-dvb.c
1206
a8293_pdata.dvb_frontend = dvb->fe[0];
drivers/media/usb/em28xx/em28xx-dvb.c
1267
a8293_pdata.dvb_frontend = dvb->fe[0];
drivers/media/usb/em28xx/em28xx-dvb.c
288
static int em28xx_dvb_bus_ctrl(struct dvb_frontend *fe, int acquire)
drivers/media/usb/em28xx/em28xx-dvb.c
449
static int drxk_gate_ctrl(struct dvb_frontend *fe, int enable)
drivers/media/usb/em28xx/em28xx-dvb.c
725
static int em28xx_pctv_290e_set_lna(struct dvb_frontend *fe)
drivers/media/usb/em28xx/em28xx-dvb.c
754
static int em28xx_pctv_292e_set_lna(struct dvb_frontend *fe)
drivers/media/usb/em28xx/em28xx-dvb.c
769
static int em28xx_mt352_terratec_xs_init(struct dvb_frontend *fe)
drivers/media/usb/em28xx/em28xx-dvb.c
81
struct dvb_frontend *fe[2];
drivers/media/usb/em28xx/em28xx-dvb.c
940
struct dvb_frontend *fe;
drivers/media/usb/em28xx/em28xx-dvb.c
96
int (*gate_ctrl)(struct dvb_frontend *fe, int gate);
drivers/media/usb/pvrusb2/pvrusb2-dvb.c
233
static int pvr2_dvb_bus_ctrl(struct dvb_frontend *fe, int acquire)
drivers/media/usb/pvrusb2/pvrusb2-dvb.h
21
struct dvb_frontend *fe[2];
drivers/media/usb/ttusb-budget/dvb-ttusb-budget.c
1025
static int philips_tdm1316l_tuner_set_params(struct dvb_frontend *fe)
drivers/media/usb/ttusb-budget/dvb-ttusb-budget.c
1099
static int philips_tdm1316l_request_firmware(struct dvb_frontend* fe, const struct firmware **fw, char* name)
drivers/media/usb/ttusb-budget/dvb-ttusb-budget.c
1198
static int alps_stv0299_set_symbol_rate(struct dvb_frontend *fe, u32 srate, u32 ratio)
drivers/media/usb/ttusb-budget/dvb-ttusb-budget.c
1232
static int philips_tsa5059_tuner_set_params(struct dvb_frontend *fe)
drivers/media/usb/ttusb-budget/dvb-ttusb-budget.c
1276
static int ttusb_novas_grundig_29504_491_tuner_set_params(struct dvb_frontend *fe)
drivers/media/usb/ttusb-budget/dvb-ttusb-budget.c
1304
static int alps_tdbe2_tuner_set_params(struct dvb_frontend *fe)
drivers/media/usb/ttusb-budget/dvb-ttusb-budget.c
1349
static int dvbc_philips_tdm1316l_tuner_set_params(struct dvb_frontend *fe)
drivers/media/usb/ttusb-budget/dvb-ttusb-budget.c
138
struct dvb_frontend* fe;
drivers/media/usb/ttusb-budget/dvb-ttusb-budget.c
447
static int ttusb_send_diseqc(struct dvb_frontend* fe,
drivers/media/usb/ttusb-budget/dvb-ttusb-budget.c
486
static int ttusb_set_voltage(struct dvb_frontend *fe,
drivers/media/usb/ttusb-budget/dvb-ttusb-budget.c
496
static int ttusb_set_tone(struct dvb_frontend *fe, enum fe_sec_tone_mode tone)
drivers/media/usb/ttusb-budget/dvb-ttusb-budget.c
970
static int alps_tdmb7_tuner_set_params(struct dvb_frontend *fe)
drivers/media/usb/ttusb-budget/dvb-ttusb-budget.c
999
static int philips_tdm1316l_tuner_init(struct dvb_frontend* fe)
drivers/media/usb/ttusb-dec/ttusb_dec.c
102
struct dvb_frontend* fe;
drivers/media/usb/ttusb-dec/ttusb_dec.c
1622
static int fe_send_command(struct dvb_frontend* fe, const u8 command,
drivers/media/usb/ttusb-dec/ttusbdecfe.c
103
static int ttusbdecfe_dvbs_set_frontend(struct dvb_frontend *fe)
drivers/media/usb/ttusb-dec/ttusbdecfe.c
138
static int ttusbdecfe_dvbs_diseqc_send_master_cmd(struct dvb_frontend* fe, struct dvb_diseqc_master_cmd *cmd)
drivers/media/usb/ttusb-dec/ttusbdecfe.c
158
static int ttusbdecfe_dvbs_set_tone(struct dvb_frontend *fe,
drivers/media/usb/ttusb-dec/ttusbdecfe.c
169
static int ttusbdecfe_dvbs_set_voltage(struct dvb_frontend *fe,
drivers/media/usb/ttusb-dec/ttusbdecfe.c
188
static void ttusbdecfe_release(struct dvb_frontend* fe)
drivers/media/usb/ttusb-dec/ttusbdecfe.c
196
struct dvb_frontend* ttusbdecfe_dvbt_attach(const struct ttusbdecfe_config* config)
drivers/media/usb/ttusb-dec/ttusbdecfe.c
20
struct dvb_frontend frontend;
drivers/media/usb/ttusb-dec/ttusbdecfe.c
216
struct dvb_frontend* ttusbdecfe_dvbs_attach(const struct ttusbdecfe_config* config)
drivers/media/usb/ttusb-dec/ttusbdecfe.c
27
static int ttusbdecfe_dvbs_read_status(struct dvb_frontend *fe,
drivers/media/usb/ttusb-dec/ttusbdecfe.c
36
static int ttusbdecfe_dvbt_read_status(struct dvb_frontend *fe,
drivers/media/usb/ttusb-dec/ttusbdecfe.c
76
static int ttusbdecfe_dvbt_set_frontend(struct dvb_frontend *fe)
drivers/media/usb/ttusb-dec/ttusbdecfe.c
93
static int ttusbdecfe_dvbt_get_tune_settings(struct dvb_frontend* fe,
drivers/media/usb/ttusb-dec/ttusbdecfe.h
15
int (*send_command)(struct dvb_frontend* fe, const u8 command,
drivers/media/usb/ttusb-dec/ttusbdecfe.h
20
extern struct dvb_frontend* ttusbdecfe_dvbs_attach(const struct ttusbdecfe_config* config);
drivers/media/usb/ttusb-dec/ttusbdecfe.h
22
extern struct dvb_frontend* ttusbdecfe_dvbt_attach(const struct ttusbdecfe_config* config);
drivers/media/v4l2-core/tuner-core.c
1084
static void tuner_status(struct dvb_frontend *fe)
drivers/media/v4l2-core/tuner-core.c
150
struct dvb_frontend fe;
drivers/media/v4l2-core/tuner-core.c
201
static void tuner_detach(struct dvb_frontend *fe)
drivers/media/v4l2-core/tuner-core.c
217
static void tuner_detach(struct dvb_frontend *fe)
drivers/media/v4l2-core/tuner-core.c
236
static void fe_set_params(struct dvb_frontend *fe,
drivers/media/v4l2-core/tuner-core.c
249
static void fe_standby(struct dvb_frontend *fe)
drivers/media/v4l2-core/tuner-core.c
257
static int fe_set_config(struct dvb_frontend *fe, void *priv_cfg)
drivers/media/v4l2-core/tuner-core.c
270
static void tuner_status(struct dvb_frontend *fe);
drivers/staging/media/av7110/av7110.c
1130
static int av7110_set_tone(struct dvb_frontend *fe, enum fe_sec_tone_mode tone)
drivers/staging/media/av7110/av7110.c
1146
static int av7110_diseqc_send_master_cmd(struct dvb_frontend *fe,
drivers/staging/media/av7110/av7110.c
1154
static int av7110_diseqc_send_burst(struct dvb_frontend *fe,
drivers/staging/media/av7110/av7110.c
1526
static int alps_bsrv2_tuner_set_params(struct dvb_frontend *fe)
drivers/staging/media/av7110/av7110.c
1569
static int alps_tdbe2_tuner_set_params(struct dvb_frontend *fe)
drivers/staging/media/av7110/av7110.c
1598
static int grundig_29504_451_tuner_set_params(struct dvb_frontend *fe)
drivers/staging/media/av7110/av7110.c
1623
static int philips_cd1516_tuner_set_params(struct dvb_frontend *fe)
drivers/staging/media/av7110/av7110.c
1653
static int alps_tdlb7_tuner_set_params(struct dvb_frontend *fe)
drivers/staging/media/av7110/av7110.c
1680
static int alps_tdlb7_request_firmware(struct dvb_frontend *fe, const struct firmware **fw, char *name)
drivers/staging/media/av7110/av7110.c
1789
static int nexusca_stv0297_tuner_set_params(struct dvb_frontend *fe)
drivers/staging/media/av7110/av7110.c
1843
static int grundig_29504_401_tuner_set_params(struct dvb_frontend *fe)
drivers/staging/media/av7110/av7110.c
1931
static int av7110_fe_set_frontend(struct dvb_frontend *fe)
drivers/staging/media/av7110/av7110.c
1943
static int av7110_fe_init(struct dvb_frontend *fe)
drivers/staging/media/av7110/av7110.c
1954
static int av7110_fe_read_status(struct dvb_frontend *fe,
drivers/staging/media/av7110/av7110.c
1968
static int av7110_fe_diseqc_reset_overload(struct dvb_frontend *fe)
drivers/staging/media/av7110/av7110.c
1979
static int av7110_fe_diseqc_send_master_cmd(struct dvb_frontend *fe,
drivers/staging/media/av7110/av7110.c
1993
static int av7110_fe_diseqc_send_burst(struct dvb_frontend *fe,
drivers/staging/media/av7110/av7110.c
2007
static int av7110_fe_set_tone(struct dvb_frontend *fe,
drivers/staging/media/av7110/av7110.c
2021
static int av7110_fe_set_voltage(struct dvb_frontend *fe,
drivers/staging/media/av7110/av7110.c
2035
static int av7110_fe_dishnetwork_send_legacy_command(struct dvb_frontend *fe, unsigned long cmd)
drivers/staging/media/av7110/av7110.c
2152
struct dvb_frontend *fe;
drivers/staging/media/av7110/av7110.h
261
struct dvb_frontend *fe;
drivers/staging/media/av7110/av7110.h
273
int (*fe_init)(struct dvb_frontend *fe);
drivers/staging/media/av7110/av7110.h
274
int (*fe_read_status)(struct dvb_frontend *fe, enum fe_status *status);
drivers/staging/media/av7110/av7110.h
275
int (*fe_diseqc_reset_overload)(struct dvb_frontend *fe);
drivers/staging/media/av7110/av7110.h
276
int (*fe_diseqc_send_master_cmd)(struct dvb_frontend *fe,
drivers/staging/media/av7110/av7110.h
278
int (*fe_diseqc_send_burst)(struct dvb_frontend *fe,
drivers/staging/media/av7110/av7110.h
280
int (*fe_set_tone)(struct dvb_frontend *fe,
drivers/staging/media/av7110/av7110.h
282
int (*fe_set_voltage)(struct dvb_frontend *fe,
drivers/staging/media/av7110/av7110.h
284
int (*fe_dishnetwork_send_legacy_command)(struct dvb_frontend *fe,
drivers/staging/media/av7110/av7110.h
286
int (*fe_set_frontend)(struct dvb_frontend *fe);
drivers/staging/media/av7110/sp8870.c
250
static int sp8870_set_frontend_parameters(struct dvb_frontend *fe)
drivers/staging/media/av7110/sp8870.c
310
static int sp8870_init(struct dvb_frontend *fe)
drivers/staging/media/av7110/sp8870.c
359
static int sp8870_read_status(struct dvb_frontend *fe,
drivers/staging/media/av7110/sp8870.c
38
struct dvb_frontend frontend;
drivers/staging/media/av7110/sp8870.c
386
static int sp8870_read_ber(struct dvb_frontend *fe, u32 *ber)
drivers/staging/media/av7110/sp8870.c
413
static int sp8870_read_signal_strength(struct dvb_frontend *fe, u16 *signal)
drivers/staging/media/av7110/sp8870.c
439
static int sp8870_read_uncorrected_blocks(struct dvb_frontend *fe, u32 *ublocks)
drivers/staging/media/av7110/sp8870.c
468
static int sp8870_set_frontend(struct dvb_frontend *fe)
drivers/staging/media/av7110/sp8870.c
525
static int sp8870_sleep(struct dvb_frontend *fe)
drivers/staging/media/av7110/sp8870.c
533
static int sp8870_get_tune_settings(struct dvb_frontend *fe, struct dvb_frontend_tune_settings *fesettings)
drivers/staging/media/av7110/sp8870.c
541
static int sp8870_i2c_gate_ctrl(struct dvb_frontend *fe, int enable)
drivers/staging/media/av7110/sp8870.c
551
static void sp8870_release(struct dvb_frontend *fe)
drivers/staging/media/av7110/sp8870.c
560
struct dvb_frontend *sp8870_attach(const struct sp8870_config *config,
drivers/staging/media/av7110/sp8870.h
19
int (*request_firmware)(struct dvb_frontend *fe, const struct firmware **fw, char *name);
drivers/staging/media/av7110/sp8870.h
23
struct dvb_frontend *sp8870_attach(const struct sp8870_config *config, struct i2c_adapter *i2c);
drivers/staging/media/av7110/sp8870.h
25
static inline struct dvb_frontend *sp8870_attach(const struct sp8870_config *config,
include/media/dvb_frontend.h
230
void (*release)(struct dvb_frontend *fe);
include/media/dvb_frontend.h
231
int (*init)(struct dvb_frontend *fe);
include/media/dvb_frontend.h
232
int (*sleep)(struct dvb_frontend *fe);
include/media/dvb_frontend.h
233
int (*suspend)(struct dvb_frontend *fe);
include/media/dvb_frontend.h
234
int (*resume)(struct dvb_frontend *fe);
include/media/dvb_frontend.h
237
int (*set_params)(struct dvb_frontend *fe);
include/media/dvb_frontend.h
238
int (*set_analog_params)(struct dvb_frontend *fe, struct analog_parameters *p);
include/media/dvb_frontend.h
240
int (*set_config)(struct dvb_frontend *fe, void *priv_cfg);
include/media/dvb_frontend.h
242
int (*get_frequency)(struct dvb_frontend *fe, u32 *frequency);
include/media/dvb_frontend.h
243
int (*get_bandwidth)(struct dvb_frontend *fe, u32 *bandwidth);
include/media/dvb_frontend.h
244
int (*get_if_frequency)(struct dvb_frontend *fe, u32 *frequency);
include/media/dvb_frontend.h
248
int (*get_status)(struct dvb_frontend *fe, u32 *status);
include/media/dvb_frontend.h
249
int (*get_rf_strength)(struct dvb_frontend *fe, u16 *strength);
include/media/dvb_frontend.h
250
int (*get_afc)(struct dvb_frontend *fe, s32 *afc);
include/media/dvb_frontend.h
258
int (*calc_regs)(struct dvb_frontend *fe, u8 *buf, int buf_len);
include/media/dvb_frontend.h
267
int (*set_frequency)(struct dvb_frontend *fe, u32 frequency);
include/media/dvb_frontend.h
268
int (*set_bandwidth)(struct dvb_frontend *fe, u32 bandwidth);
include/media/dvb_frontend.h
306
void (*set_params)(struct dvb_frontend *fe,
include/media/dvb_frontend.h
308
int (*has_signal)(struct dvb_frontend *fe, u16 *signal);
include/media/dvb_frontend.h
309
int (*get_afc)(struct dvb_frontend *fe, s32 *afc);
include/media/dvb_frontend.h
310
void (*tuner_status)(struct dvb_frontend *fe);
include/media/dvb_frontend.h
311
void (*standby)(struct dvb_frontend *fe);
include/media/dvb_frontend.h
312
void (*release)(struct dvb_frontend *fe);
include/media/dvb_frontend.h
313
int (*i2c_gate_ctrl)(struct dvb_frontend *fe, int enable);
include/media/dvb_frontend.h
316
int (*set_config)(struct dvb_frontend *fe, void *priv_cfg);
include/media/dvb_frontend.h
444
void (*detach)(struct dvb_frontend *fe);
include/media/dvb_frontend.h
445
void (*release)(struct dvb_frontend* fe);
include/media/dvb_frontend.h
446
void (*release_sec)(struct dvb_frontend* fe);
include/media/dvb_frontend.h
448
int (*init)(struct dvb_frontend* fe);
include/media/dvb_frontend.h
449
int (*sleep)(struct dvb_frontend* fe);
include/media/dvb_frontend.h
450
int (*suspend)(struct dvb_frontend *fe);
include/media/dvb_frontend.h
451
int (*resume)(struct dvb_frontend *fe);
include/media/dvb_frontend.h
453
int (*write)(struct dvb_frontend* fe, const u8 buf[], int len);
include/media/dvb_frontend.h
456
int (*tune)(struct dvb_frontend* fe,
include/media/dvb_frontend.h
463
enum dvbfe_algo (*get_frontend_algo)(struct dvb_frontend *fe);
include/media/dvb_frontend.h
466
int (*set_frontend)(struct dvb_frontend *fe);
include/media/dvb_frontend.h
467
int (*get_tune_settings)(struct dvb_frontend* fe, struct dvb_frontend_tune_settings* settings);
include/media/dvb_frontend.h
469
int (*get_frontend)(struct dvb_frontend *fe,
include/media/dvb_frontend.h
472
int (*read_status)(struct dvb_frontend *fe, enum fe_status *status);
include/media/dvb_frontend.h
473
int (*read_ber)(struct dvb_frontend* fe, u32* ber);
include/media/dvb_frontend.h
474
int (*read_signal_strength)(struct dvb_frontend* fe, u16* strength);
include/media/dvb_frontend.h
475
int (*read_snr)(struct dvb_frontend* fe, u16* snr);
include/media/dvb_frontend.h
476
int (*read_ucblocks)(struct dvb_frontend* fe, u32* ucblocks);
include/media/dvb_frontend.h
478
int (*diseqc_reset_overload)(struct dvb_frontend* fe);
include/media/dvb_frontend.h
479
int (*diseqc_send_master_cmd)(struct dvb_frontend* fe, struct dvb_diseqc_master_cmd* cmd);
include/media/dvb_frontend.h
480
int (*diseqc_recv_slave_reply)(struct dvb_frontend* fe, struct dvb_diseqc_slave_reply* reply);
include/media/dvb_frontend.h
481
int (*diseqc_send_burst)(struct dvb_frontend *fe,
include/media/dvb_frontend.h
483
int (*set_tone)(struct dvb_frontend *fe, enum fe_sec_tone_mode tone);
include/media/dvb_frontend.h
484
int (*set_voltage)(struct dvb_frontend *fe,
include/media/dvb_frontend.h
486
int (*enable_high_lnb_voltage)(struct dvb_frontend* fe, long arg);
include/media/dvb_frontend.h
487
int (*dishnetwork_send_legacy_command)(struct dvb_frontend* fe, unsigned long cmd);
include/media/dvb_frontend.h
488
int (*i2c_gate_ctrl)(struct dvb_frontend* fe, int enable);
include/media/dvb_frontend.h
489
int (*ts_bus_ctrl)(struct dvb_frontend* fe, int acquire);
include/media/dvb_frontend.h
490
int (*set_lna)(struct dvb_frontend *);
include/media/dvb_frontend.h
496
enum dvbfe_search (*search)(struct dvb_frontend *fe);
include/media/dvb_frontend.h
721
struct dvb_frontend *fe);
include/media/dvb_frontend.h
735
int dvb_unregister_frontend(struct dvb_frontend *fe);
include/media/dvb_frontend.h
75
struct dvb_frontend;
include/media/dvb_frontend.h
751
void dvb_frontend_detach(struct dvb_frontend *fe);
include/media/dvb_frontend.h
770
int dvb_frontend_suspend(struct dvb_frontend *fe);
include/media/dvb_frontend.h
793
int dvb_frontend_resume(struct dvb_frontend *fe);
include/media/dvb_frontend.h
807
void dvb_frontend_reinitialise(struct dvb_frontend *fe);
include/media/dvbdev.h
76
struct dvb_frontend;
include/media/videobuf2-dvb.h
24
struct dvb_frontend *frontend;
include/media/videobuf2-dvb.h
67
int vb2_dvb_find_frontend(struct vb2_dvb_frontends *f, struct dvb_frontend *p);