Searched refs:fe (Results 251 - 275 of 395) sorted by relevance

<<111213141516

/drivers/media/pci/ttpci/
H A Dbudget-av.c475 static int philips_su1278_ty_ci_set_symbol_rate(struct dvb_frontend *fe, u32 srate, u32 ratio) argument
495 stv0299_writereg(fe, 0x13, aclk);
496 stv0299_writereg(fe, 0x14, bclk);
497 stv0299_writereg(fe, 0x1f, (ratio >> 16) & 0xff);
498 stv0299_writereg(fe, 0x20, (ratio >> 8) & 0xff);
499 stv0299_writereg(fe, 0x21, (ratio) & 0xf0);
500 stv0299_writereg(fe, 0x0f, 0x80 | m1);
505 static int philips_su1278_ty_ci_tuner_set_params(struct dvb_frontend *fe) argument
507 struct dtv_frontend_properties *c = &fe->dtv_property_cache;
510 struct budget *budget = (struct budget *) fe
620 philips_cu1216_tuner_set_params(struct dvb_frontend *fe) argument
685 philips_tu1216_tuner_init(struct dvb_frontend *fe) argument
701 philips_tu1216_tuner_set_params(struct dvb_frontend *fe) argument
785 philips_tu1216_request_firmware(struct dvb_frontend *fe, const struct firmware **fw, char *name) argument
847 philips_sd1878_ci_set_symbol_rate(struct dvb_frontend *fe, u32 srate, u32 ratio) argument
1216 struct dvb_frontend * fe = NULL; local
[all...]
H A Dav7110.c1175 static int av7110_set_tone(struct dvb_frontend* fe, fe_sec_tone_mode_t tone) argument
1177 struct av7110* av7110 = fe->dvb->priv;
1191 static int av7110_diseqc_send_master_cmd(struct dvb_frontend* fe, argument
1194 struct av7110* av7110 = fe->dvb->priv;
1199 static int av7110_diseqc_send_burst(struct dvb_frontend* fe, argument
1202 struct av7110* av7110 = fe->dvb->priv;
1422 if (av7110->fe != NULL) {
1423 dvb_unregister_frontend(av7110->fe);
1424 dvb_frontend_detach(av7110->fe);
1570 static int alps_bsrv2_tuner_set_params(struct dvb_frontend *fe) argument
1613 alps_tdbe2_tuner_set_params(struct dvb_frontend *fe) argument
1645 grundig_29504_451_tuner_set_params(struct dvb_frontend *fe) argument
1672 philips_cd1516_tuner_set_params(struct dvb_frontend *fe) argument
1704 alps_tdlb7_tuner_set_params(struct dvb_frontend *fe) argument
1731 alps_tdlb7_request_firmware(struct dvb_frontend* fe, const struct firmware **fw, char* name) argument
1842 nexusca_stv0297_tuner_set_params(struct dvb_frontend *fe) argument
1898 grundig_29504_401_tuner_set_params(struct dvb_frontend *fe) argument
1987 av7110_fe_set_frontend(struct dvb_frontend *fe) argument
1998 av7110_fe_init(struct dvb_frontend* fe) argument
2008 av7110_fe_read_status(struct dvb_frontend* fe, fe_status_t* status) argument
2020 av7110_fe_diseqc_reset_overload(struct dvb_frontend* fe) argument
2030 av7110_fe_diseqc_send_master_cmd(struct dvb_frontend* fe, struct dvb_diseqc_master_cmd* cmd) argument
2043 av7110_fe_diseqc_send_burst(struct dvb_frontend* fe, fe_sec_mini_cmd_t minicmd) argument
2055 av7110_fe_set_tone(struct dvb_frontend* fe, fe_sec_tone_mode_t tone) argument
2067 av7110_fe_set_voltage(struct dvb_frontend* fe, fe_sec_voltage_t voltage) argument
2079 av7110_fe_dishnetwork_send_legacy_command(struct dvb_frontend* fe, unsigned long cmd) argument
[all...]
H A Dbudget.c160 static int siemens_budget_set_voltage(struct dvb_frontend* fe, fe_sec_voltage_t voltage) argument
162 struct budget* budget = (struct budget*) fe->dvb->priv;
167 static int budget_set_tone(struct dvb_frontend* fe, fe_sec_tone_mode_t tone) argument
169 struct budget* budget = (struct budget*) fe->dvb->priv;
187 static int budget_diseqc_send_master_cmd(struct dvb_frontend* fe, struct dvb_diseqc_master_cmd* cmd) argument
189 struct budget* budget = (struct budget*) fe->dvb->priv;
196 static int budget_diseqc_send_burst(struct dvb_frontend* fe, fe_sec_mini_cmd_t minicmd) argument
198 struct budget* budget = (struct budget*) fe->dvb->priv;
205 static int alps_bsrv2_tuner_set_params(struct dvb_frontend *fe) argument
207 struct dtv_frontend_properties *c = &fe
247 alps_tdbe2_tuner_set_params(struct dvb_frontend *fe) argument
275 grundig_29504_401_tuner_set_params(struct dvb_frontend *fe) argument
333 grundig_29504_451_tuner_set_params(struct dvb_frontend *fe) argument
357 s5h1420_tuner_set_params(struct dvb_frontend *fe) argument
419 alps_tdhd1_204_request_firmware(struct dvb_frontend *fe, const struct firmware **fw, char *name) argument
[all...]
H A Dav7110.h271 struct dvb_frontend* fe; member in struct:av7110
283 int (*fe_init)(struct dvb_frontend* fe);
284 int (*fe_read_status)(struct dvb_frontend* fe, fe_status_t* status);
285 int (*fe_diseqc_reset_overload)(struct dvb_frontend* fe);
286 int (*fe_diseqc_send_master_cmd)(struct dvb_frontend* fe, struct dvb_diseqc_master_cmd* cmd);
287 int (*fe_diseqc_send_burst)(struct dvb_frontend* fe, fe_sec_mini_cmd_t minicmd);
288 int (*fe_set_tone)(struct dvb_frontend* fe, fe_sec_tone_mode_t tone);
289 int (*fe_set_voltage)(struct dvb_frontend* fe, fe_sec_voltage_t voltage);
290 int (*fe_dishnetwork_send_legacy_command)(struct dvb_frontend* fe, unsigned long cmd);
291 int (*fe_set_frontend)(struct dvb_frontend *fe);
[all...]
/drivers/md/
H A Ddm-log-userspace-base.c463 struct flush_entry *fe; local
465 list_for_each_entry(fe, flush_list, list) {
466 r = userspace_do_request(lc, lc->uuid, fe->type,
467 (char *)&fe->region,
468 sizeof(fe->region),
483 struct flush_entry *fe, *tmp_fe; local
493 list_for_each_entry_safe(fe, tmp_fe, flush_list, list) {
494 group[count] = fe->region;
497 list_move(&fe->list, &tmp_list);
499 type = fe
565 struct flush_entry *fe, *tmp_fe; local
645 struct flush_entry *fe; local
674 struct flush_entry *fe; local
[all...]
/drivers/media/dvb-frontends/
H A Dstb0899_drv.h137 int (*tuner_set_frequency)(struct dvb_frontend *fe, u32 frequency);
138 int (*tuner_get_frequency)(struct dvb_frontend *fe, u32 *frequency);
139 int (*tuner_set_bandwidth)(struct dvb_frontend *fe, u32 bandwidth);
140 int (*tuner_get_bandwidth)(struct dvb_frontend *fe, u32 *bandwidth);
141 int (*tuner_set_rfsiggain)(struct dvb_frontend *fe, u32 rf_gain);
H A Dcx24117.c39 #define CX24117_DEFAULT_FIRMWARE "dvb-fe-cx24117.fw"
196 /* common to both fe's */
208 /* one per each fe */
447 static int cx24117_load_firmware(struct dvb_frontend *fe,
450 static int cx24117_firmware_ondemand(struct dvb_frontend *fe) argument
452 struct cx24117_state *state = fe->demodulator_priv;
484 ret = cx24117_load_firmware(fe, fw);
504 static int cx24117_cmd_execute_nolock(struct dvb_frontend *fe, argument
507 struct cx24117_state *state = fe->demodulator_priv;
514 ret = cx24117_firmware_ondemand(fe);
537 cx24117_cmd_execute(struct dvb_frontend *fe, struct cx24117_cmd *cmd) argument
549 cx24117_load_firmware(struct dvb_frontend *fe, const struct firmware *fw) argument
740 cx24117_read_status(struct dvb_frontend *fe, fe_status_t *status) argument
767 cx24117_read_ber(struct dvb_frontend *fe, u32 *ber) argument
789 cx24117_read_signal_strength(struct dvb_frontend *fe, u16 *signal_strength) argument
822 cx24117_read_snr(struct dvb_frontend *fe, u16 *snr) argument
843 cx24117_read_ucblocks(struct dvb_frontend *fe, u32 *ucblocks) argument
875 cx24117_clone_params(struct dvb_frontend *fe) argument
882 cx24117_wait_for_lnb(struct dvb_frontend *fe) argument
906 cx24117_set_voltage(struct dvb_frontend *fe, fe_sec_voltage_t voltage) argument
958 cx24117_set_tone(struct dvb_frontend *fe, fe_sec_tone_mode_t tone) argument
1002 cx24117_diseqc_init(struct dvb_frontend *fe) argument
1032 cx24117_send_diseqc_msg(struct dvb_frontend *fe, struct dvb_diseqc_master_cmd *d) argument
1114 cx24117_diseqc_send_burst(struct dvb_frontend *fe, fe_sec_mini_cmd_t burst) argument
1156 cx24117_release(struct dvb_frontend *fe) argument
1225 cx24117_initfe(struct dvb_frontend *fe) argument
1285 cx24117_sleep(struct dvb_frontend *fe) argument
1304 cx24117_set_frontend(struct dvb_frontend *fe) argument
1539 cx24117_tune(struct dvb_frontend *fe, bool re_tune, unsigned int mode_flags, unsigned int *delay, fe_status_t *status) argument
1556 cx24117_get_algo(struct dvb_frontend *fe) argument
1561 cx24117_get_frontend(struct dvb_frontend *fe) argument
[all...]
H A Daf9033.c29 struct dvb_frontend fe; member in struct:af9033_dev
238 static int af9033_init(struct dvb_frontend *fe) argument
240 struct af9033_dev *dev = fe->demodulator_priv;
241 struct dtv_frontend_properties *c = &fe->dtv_property_cache;
476 static int af9033_sleep(struct dvb_frontend *fe) argument
478 struct af9033_dev *dev = fe->demodulator_priv;
532 static int af9033_get_tune_settings(struct dvb_frontend *fe, argument
543 static int af9033_set_frontend(struct dvb_frontend *fe) argument
545 struct af9033_dev *dev = fe->demodulator_priv;
546 struct dtv_frontend_properties *c = &fe
673 af9033_get_frontend(struct dvb_frontend *fe) argument
800 af9033_read_status(struct dvb_frontend *fe, fe_status_t *status) argument
848 af9033_read_snr(struct dvb_frontend *fe, u16 *snr) argument
862 af9033_read_signal_strength(struct dvb_frontend *fe, u16 *strength) argument
884 af9033_read_ber(struct dvb_frontend *fe, u32 *ber) argument
894 af9033_read_ucblocks(struct dvb_frontend *fe, u32 *ucblocks) argument
902 af9033_i2c_gate_ctrl(struct dvb_frontend *fe, int enable) argument
921 af9033_pid_filter_ctrl(struct dvb_frontend *fe, int onoff) argument
940 af9033_pid_filter(struct dvb_frontend *fe, int index, u16 pid, int onoff) argument
[all...]
H A Ddib0090.c141 struct dvb_frontend *fe; member in struct:dib0090_state
205 struct dvb_frontend *fe; member in struct:dib0090_fw_state
331 #define HARD_RESET(state) do { if (cfg->reset) { if (cfg->sleep) cfg->sleep(fe, 0); msleep(10); cfg->reset(fe, 1); msleep(10); cfg->reset(fe, 0); msleep(10); } } while (0)
343 static int dib0090_identify(struct dvb_frontend *fe) argument
345 struct dib0090_state *state = fe->tuner_priv;
435 static int dib0090_fw_identify(struct dvb_frontend *fe) argument
437 struct dib0090_fw_state *state = fe->tuner_priv;
525 static void dib0090_reset_digital(struct dvb_frontend *fe, cons argument
592 dib0090_fw_reset_digital(struct dvb_frontend *fe, const struct dib0090_config *cfg) argument
665 dib0090_wakeup(struct dvb_frontend *fe) argument
676 dib0090_sleep(struct dvb_frontend *fe) argument
684 dib0090_dcc_freq(struct dvb_frontend *fe, u8 fast) argument
1070 dib0090_pwm_gain_reset(struct dvb_frontend *fe) argument
1138 dib0090_set_dc_servo(struct dvb_frontend *fe, u8 DC_servo_cutoff) argument
1154 dib0090_gain_control(struct dvb_frontend *fe) argument
1317 dib0090_get_current_gain(struct dvb_frontend *fe, u16 * rf, u16 * bb, u16 * rf_gain_limit, u16 * rflt) argument
1332 dib0090_get_wbd_target(struct dvb_frontend *fe) argument
1371 dib0090_get_wbd_offset(struct dvb_frontend *fe) argument
1378 dib0090_set_switch(struct dvb_frontend *fe, u8 sw1, u8 sw2, u8 sw3) argument
1389 dib0090_set_vga(struct dvb_frontend *fe, u8 onoff) argument
1399 dib0090_update_rframp_7090(struct dvb_frontend *fe, u8 cfg_sensitivity) argument
1549 dib0090_reset(struct dvb_frontend *fe) argument
2042 dib0090_update_tuning_table_7090(struct dvb_frontend *fe, u8 cfg_sensitivity) argument
2233 dib0090_tune(struct dvb_frontend *fe) argument
2517 dib0090_release(struct dvb_frontend *fe) argument
2524 dib0090_get_tune_state(struct dvb_frontend *fe) argument
2533 dib0090_set_tune_state(struct dvb_frontend *fe, enum frontend_tune_state tune_state) argument
2543 dib0090_get_frequency(struct dvb_frontend *fe, u32 * frequency) argument
2551 dib0090_set_params(struct dvb_frontend *fe) argument
2616 dib0090_register(struct dvb_frontend *fe, struct i2c_adapter *i2c, const struct dib0090_config *config) argument
2648 dib0090_fw_register(struct dvb_frontend *fe, struct i2c_adapter *i2c, const struct dib0090_config *config) argument
[all...]
H A Dlgdt3305.c553 static int lgdt3305_i2c_gate_ctrl(struct dvb_frontend *fe, int enable) argument
555 struct lgdt3305_state *state = fe->demodulator_priv;
566 static int lgdt3305_sleep(struct dvb_frontend *fe) argument
568 struct lgdt3305_state *state = fe->demodulator_priv;
594 static int lgdt3305_init(struct dvb_frontend *fe) argument
596 struct lgdt3305_state *state = fe->demodulator_priv;
680 static int lgdt3304_set_parameters(struct dvb_frontend *fe) argument
682 struct dtv_frontend_properties *p = &fe->dtv_property_cache;
683 struct lgdt3305_state *state = fe->demodulator_priv;
688 if (fe
750 lgdt3305_set_parameters(struct dvb_frontend *fe) argument
816 lgdt3305_get_frontend(struct dvb_frontend *fe) argument
916 lgdt3305_read_status(struct dvb_frontend *fe, fe_status_t *status) argument
998 lgdt3305_read_snr(struct dvb_frontend *fe, u16 *snr) argument
1043 lgdt3305_read_signal_strength(struct dvb_frontend *fe, u16 *strength) argument
1074 lgdt3305_read_ber(struct dvb_frontend *fe, u32 *ber) argument
1080 lgdt3305_read_ucblocks(struct dvb_frontend *fe, u32 *ucblocks) argument
1091 lgdt3305_get_tune_settings(struct dvb_frontend *fe, struct dvb_frontend_tune_settings *fe_tune_settings) argument
1100 lgdt3305_release(struct dvb_frontend *fe) argument
[all...]
H A Drtl2832.c367 static int rtl2832_i2c_gate_ctrl(struct dvb_frontend *fe, int enable) argument
370 struct rtl2832_priv *priv = fe->demodulator_priv;
391 static int rtl2832_set_if(struct dvb_frontend *fe, u32 if_freq) argument
393 struct rtl2832_priv *priv = fe->demodulator_priv;
420 static int rtl2832_init(struct dvb_frontend *fe) argument
422 struct rtl2832_priv *priv = fe->demodulator_priv;
539 static int rtl2832_sleep(struct dvb_frontend *fe) argument
541 struct rtl2832_priv *priv = fe->demodulator_priv;
548 static int rtl2832_get_tune_settings(struct dvb_frontend *fe, argument
551 struct rtl2832_priv *priv = fe
560 rtl2832_set_frontend(struct dvb_frontend *fe) argument
680 rtl2832_get_frontend(struct dvb_frontend *fe) argument
792 rtl2832_read_status(struct dvb_frontend *fe, fe_status_t *status) argument
823 rtl2832_read_snr(struct dvb_frontend *fe, u16 *snr) argument
869 rtl2832_read_ber(struct dvb_frontend *fe, u32 *ber) argument
889 rtl2832_release(struct dvb_frontend *fe) argument
1023 rtl2832_get_i2c_adapter(struct dvb_frontend *fe) argument
1030 rtl2832_get_private_i2c_adapter(struct dvb_frontend *fe) argument
[all...]
H A Daf9013.c32 struct dvb_frontend fe; member in struct:af9013_state
359 static int af9013_statistics_ber_unc_start(struct dvb_frontend *fe) argument
361 struct af9013_state *state = fe->demodulator_priv;
377 static int af9013_statistics_ber_unc_result(struct dvb_frontend *fe) argument
379 struct af9013_state *state = fe->demodulator_priv;
408 static int af9013_statistics_snr_start(struct dvb_frontend *fe) argument
410 struct af9013_state *state = fe->demodulator_priv;
426 static int af9013_statistics_snr_result(struct dvb_frontend *fe) argument
428 struct af9013_state *state = fe->demodulator_priv;
489 static int af9013_statistics_signal_strength(struct dvb_frontend *fe) argument
573 af9013_get_tune_settings(struct dvb_frontend *fe, struct dvb_frontend_tune_settings *fesettings) argument
583 af9013_set_frontend(struct dvb_frontend *fe) argument
865 af9013_get_frontend(struct dvb_frontend *fe) argument
982 af9013_read_status(struct dvb_frontend *fe, fe_status_t *status) argument
1032 af9013_read_snr(struct dvb_frontend *fe, u16 *snr) argument
1039 af9013_read_signal_strength(struct dvb_frontend *fe, u16 *strength) argument
1046 af9013_read_ber(struct dvb_frontend *fe, u32 *ber) argument
1053 af9013_read_ucblocks(struct dvb_frontend *fe, u32 *ucblocks) argument
1060 af9013_init(struct dvb_frontend *fe) argument
1288 af9013_sleep(struct dvb_frontend *fe) argument
1314 af9013_i2c_gate_ctrl(struct dvb_frontend *fe, int enable) argument
1340 af9013_release(struct dvb_frontend *fe) argument
[all...]
H A Ddib7000m.h51 extern int dib7000m_pid_filter_ctrl(struct dvb_frontend *fe, u8 onoff);
69 static inline int dib7000m_pid_filter(struct dvb_frontend *fe, u8 id, argument
76 static inline int dib7000m_pid_filter_ctrl(struct dvb_frontend *fe, argument
H A Dau8522_common.c81 int au8522_i2c_gate_ctrl(struct dvb_frontend *fe, int enable) argument
83 struct au8522_state *state = fe->demodulator_priv;
102 int au8522_analog_i2c_gate_ctrl(struct dvb_frontend *fe, int enable) argument
104 struct au8522_state *state = fe->demodulator_priv;
226 int au8522_init(struct dvb_frontend *fe) argument
228 struct au8522_state *state = fe->demodulator_priv;
240 au8522_i2c_gate_ctrl(fe, 1);
246 int au8522_sleep(struct dvb_frontend *fe) argument
248 struct au8522_state *state = fe->demodulator_priv;
H A Ditd1000.c264 static int itd1000_set_parameters(struct dvb_frontend *fe) argument
266 struct dtv_frontend_properties *c = &fe->dtv_property_cache;
267 struct itd1000_state *state = fe->tuner_priv;
280 static int itd1000_get_frequency(struct dvb_frontend *fe, u32 *frequency) argument
282 struct itd1000_state *state = fe->tuner_priv;
287 static int itd1000_get_bandwidth(struct dvb_frontend *fe, u32 *bandwidth) argument
332 static int itd1000_init(struct dvb_frontend *fe) argument
334 struct itd1000_state *state = fe->tuner_priv;
346 static int itd1000_sleep(struct dvb_frontend *fe) argument
351 static int itd1000_release(struct dvb_frontend *fe) argument
377 itd1000_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, struct itd1000_config *cfg) argument
[all...]
H A Dmb86a20s.h49 mb86a20s_get_tuner_i2c_adapter(struct dvb_frontend *fe) argument
/drivers/media/usb/dvb-usb-v2/
H A Ddvb_usb_core.c285 ret = d->props->get_stream_config(adap->fe[adap->active_fe],
322 ret = d->props->streaming_ctrl(adap->fe[adap->active_fe], 1);
373 ret = d->props->streaming_ctrl(adap->fe[adap->active_fe], 0);
514 static int dvb_usb_fe_init(struct dvb_frontend *fe) argument
517 struct dvb_usb_adapter *adap = fe->dvb->priv;
519 dev_dbg(&d->udev->dev, "%s: adap=%d fe=%d\n", __func__, adap->id,
520 fe->id);
523 adap->active_fe = fe->id;
532 ret = d->props->frontend_ctrl(fe, 1);
537 if (adap->fe_init[fe
553 dvb_usb_fe_sleep(struct dvb_frontend *fe) argument
974 struct dvb_frontend *fe; local
1004 struct dvb_frontend *fe; local
[all...]
/drivers/media/pci/dm1105/
H A Ddm1105.c347 struct dvb_frontend *fe; member in struct:dm1105_dev
589 static inline struct dm1105_dev *frontend_to_dm1105_dev(struct dvb_frontend *fe) argument
591 return container_of(fe->dvb, struct dm1105_dev, dvb_adapter);
594 static int dm1105_set_voltage(struct dvb_frontend *fe, fe_sec_voltage_t voltage) argument
596 struct dm1105_dev *dev = frontend_to_dm1105_dev(fe);
870 dev->fe = dvb_attach(
873 if (dev->fe) {
874 dev->fe->ops.set_voltage = dm1105_set_voltage;
875 dvb_attach(dvb_pll_attach, dev->fe, 0x60,
880 dev->fe
[all...]
/drivers/media/usb/dvb-usb/
H A Ddw2102.c948 static int dw210x_set_voltage(struct dvb_frontend *fe, fe_sec_voltage_t voltage) argument
961 (struct dvb_usb_adapter *)(fe->dvb->priv);
972 static int s660_set_voltage(struct dvb_frontend *fe, fe_sec_voltage_t voltage) argument
975 (struct dvb_usb_adapter *)(fe->dvb->priv);
978 dw210x_set_voltage(fe, voltage);
980 st->old_set_voltage(fe, voltage);
985 static void dw210x_led_ctrl(struct dvb_frontend *fe, int offon) argument
996 (struct dvb_usb_adapter *)(fe->dvb->priv);
1148 d->fe_adap[0].fe = dvb_attach(stv0900_attach, &dw2104a_stv0900_config,
1150 if (d->fe_adap[0].fe !
[all...]
H A Dfriio-fe.c78 static int _jdvbt90502_write(struct dvb_frontend *fe, const u8 buf[], int len) argument
80 struct jdvbt90502_state *state = fe->demodulator_priv;
213 static int jdvbt90502_read_status(struct dvb_frontend *fe, fe_status_t *state) argument
220 ret = jdvbt90502_pll_read(fe->demodulator_priv, &result);
237 static int jdvbt90502_read_signal_strength(struct dvb_frontend *fe, argument
247 ret = jdvbt90502_reg_read(fe->demodulator_priv, 0x0089,
265 static int jdvbt90502_set_property(struct dvb_frontend *fe, argument
285 static int jdvbt90502_get_frontend(struct dvb_frontend *fe) argument
287 struct dtv_frontend_properties *p = &fe->dtv_property_cache;
299 static int jdvbt90502_set_frontend(struct dvb_frontend *fe) argument
372 jdvbt90502_init(struct dvb_frontend *fe) argument
402 jdvbt90502_release(struct dvb_frontend *fe) argument
[all...]
/drivers/media/pci/pt1/
H A Dva1j5jf8007s.c47 struct dvb_frontend fe; member in struct:va1j5jf8007s_state
51 static int va1j5jf8007s_read_snr(struct dvb_frontend *fe, u16 *snr) argument
60 state = fe->demodulator_priv;
105 static int va1j5jf8007s_get_frontend_algo(struct dvb_frontend *fe) argument
111 va1j5jf8007s_read_status(struct dvb_frontend *fe, fe_status_t *status) argument
115 state = fe->demodulator_priv;
181 frequency = state->fe.dtv_property_cache.frequency;
231 frequency = state->fe.dtv_property_cache.frequency;
332 ts_id = state->fe.dtv_property_cache.stream_id;
359 ts_id = state->fe
387 va1j5jf8007s_tune(struct dvb_frontend *fe, bool re_tune, unsigned int mode_flags, unsigned int *delay, fe_status_t *status) argument
550 va1j5jf8007s_sleep(struct dvb_frontend *fe) argument
564 va1j5jf8007s_init(struct dvb_frontend *fe) argument
574 va1j5jf8007s_release(struct dvb_frontend *fe) argument
684 va1j5jf8007s_prepare(struct dvb_frontend *fe) argument
707 struct dvb_frontend *fe; local
[all...]
/drivers/media/tuners/
H A Dit913x.c29 struct dvb_frontend *fe; member in struct:it913x_dev
39 static int it913x_init(struct dvb_frontend *fe) argument
41 struct it913x_dev *dev = fe->tuner_priv;
159 static int it913x_sleep(struct dvb_frontend *fe) argument
161 struct it913x_dev *dev = fe->tuner_priv;
217 static int it913x_set_params(struct dvb_frontend *fe) argument
219 struct it913x_dev *dev = fe->tuner_priv;
220 struct dtv_frontend_properties *c = &fe->dtv_property_cache;
392 struct dvb_frontend *fe = cfg->fe; local
446 struct dvb_frontend *fe = dev->fe; local
[all...]
H A Dr820t.c1254 static int generic_set_freq(struct dvb_frontend *fe, argument
1260 struct r820t_priv *priv = fe->tuner_priv;
2093 static int r820t_init(struct dvb_frontend *fe) argument
2095 struct r820t_priv *priv = fe->tuner_priv;
2101 if (fe->ops.i2c_gate_ctrl)
2102 fe->ops.i2c_gate_ctrl(fe, 1);
2113 if (fe->ops.i2c_gate_ctrl)
2114 fe->ops.i2c_gate_ctrl(fe,
2122 r820t_sleep(struct dvb_frontend *fe) argument
2143 r820t_set_analog_freq(struct dvb_frontend *fe, struct analog_parameters *p) argument
2175 r820t_set_params(struct dvb_frontend *fe) argument
2205 r820t_signal(struct dvb_frontend *fe, u16 *strength) argument
2240 r820t_get_if_frequency(struct dvb_frontend *fe, u32 *frequency) argument
2251 r820t_release(struct dvb_frontend *fe) argument
2284 r820t_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, const struct r820t_config *cfg) argument
[all...]
/drivers/media/common/siano/
H A Dsmsdvb-main.c131 static void smsdvb_stats_not_ready(struct dvb_frontend *fe) argument
134 container_of(fe, struct smsdvb_client_t, frontend);
136 struct dtv_frontend_properties *c = &fe->dtv_property_cache;
230 struct dvb_frontend *fe = &client->frontend; local
231 struct dtv_frontend_properties *c = &fe->dtv_property_cache;
247 struct dvb_frontend *fe = &client->frontend; local
248 struct dtv_frontend_properties *c = &fe->dtv_property_cache;
287 struct dvb_frontend *fe = &client->frontend; local
288 struct dtv_frontend_properties *c = &fe->dtv_property_cache;
339 struct dvb_frontend *fe local
435 struct dvb_frontend *fe = &client->frontend; local
526 struct dvb_frontend *fe = &client->frontend; local
746 smsdvb_read_status(struct dvb_frontend *fe, fe_status_t *stat) argument
761 smsdvb_read_ber(struct dvb_frontend *fe, u32 *ber) argument
777 smsdvb_read_signal_strength(struct dvb_frontend *fe, u16 *strength) argument
800 smsdvb_read_snr(struct dvb_frontend *fe, u16 *snr) argument
818 smsdvb_read_ucblocks(struct dvb_frontend *fe, u32 *ucblocks) argument
835 smsdvb_get_tune_settings(struct dvb_frontend *fe, struct dvb_frontend_tune_settings *tune) argument
846 smsdvb_dvbt_set_frontend(struct dvb_frontend *fe) argument
912 smsdvb_isdbt_set_frontend(struct dvb_frontend *fe) argument
982 smsdvb_set_frontend(struct dvb_frontend *fe) argument
1008 smsdvb_get_frontend(struct dvb_frontend *fe) argument
1013 smsdvb_init(struct dvb_frontend *fe) argument
1024 smsdvb_sleep(struct dvb_frontend *fe) argument
1037 smsdvb_release(struct dvb_frontend *fe) argument
[all...]
/drivers/media/usb/pvrusb2/
H A Dpvrusb2-dvb.c248 static int pvr2_dvb_bus_ctrl(struct dvb_frontend *fe, int acquire) argument
250 struct pvr2_dvb_adapter *adap = fe->dvb->priv;
350 if ((dvb_props->frontend_attach(adap) == 0) && (adap->fe)) {
352 if (dvb_register_frontend(&adap->dvb_adap, adap->fe)) {
355 dvb_frontend_detach(adap->fe);
356 adap->fe = NULL;
364 if (adap->fe->ops.analog_ops.standby)
365 adap->fe->ops.analog_ops.standby(adap->fe);
368 adap->fe
[all...]

Completed in 957 milliseconds

<<111213141516