Home
last modified time | relevance | path

Searched refs:tuner_ops (Results 1 – 164 of 164) sorted by relevance

/linux-4.4.14/drivers/media/dvb-frontends/
Dstb6100_cfg.h25 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_get_frequency() local
29 if (tuner_ops->get_state) { in stb6100_get_frequency()
30 err = tuner_ops->get_state(fe, DVBFE_TUNER_FREQUENCY, &t_state); in stb6100_get_frequency()
43 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_set_frequency() local
49 if (tuner_ops->set_state) { in stb6100_set_frequency()
50 err = tuner_ops->set_state(fe, DVBFE_TUNER_FREQUENCY, &t_state); in stb6100_set_frequency()
62 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_get_bandwidth() local
66 if (tuner_ops->get_state) { in stb6100_get_bandwidth()
67 err = tuner_ops->get_state(fe, DVBFE_TUNER_BANDWIDTH, &t_state); in stb6100_get_bandwidth()
80 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_set_bandwidth() local
[all …]
Dstb6100_proc.h23 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_get_freq() local
27 if (tuner_ops->get_state) { in stb6100_get_freq()
31 err = tuner_ops->get_state(fe, DVBFE_TUNER_FREQUENCY, &state); in stb6100_get_freq()
49 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_set_freq() local
55 if (tuner_ops->set_state) { in stb6100_set_freq()
59 err = tuner_ops->set_state(fe, DVBFE_TUNER_FREQUENCY, &state); in stb6100_set_freq()
76 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_get_bandw() local
80 if (tuner_ops->get_state) { in stb6100_get_bandw()
84 err = tuner_ops->get_state(fe, DVBFE_TUNER_BANDWIDTH, &state); in stb6100_get_bandw()
102 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stb6100_set_bandw() local
[all …]
Dtda8261_cfg.h23 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in tda8261_get_frequency() local
27 if (tuner_ops->get_state) { in tda8261_get_frequency()
28 err = tuner_ops->get_state(fe, DVBFE_TUNER_FREQUENCY, &t_state); in tda8261_get_frequency()
42 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in tda8261_set_frequency() local
48 if (tuner_ops->set_state) { in tda8261_set_frequency()
49 err = tuner_ops->set_state(fe, DVBFE_TUNER_FREQUENCY, &t_state); in tda8261_set_frequency()
62 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in tda8261_get_bandwidth() local
66 if (tuner_ops->get_state) { in tda8261_get_bandwidth()
67 err = tuner_ops->get_state(fe, DVBFE_TUNER_BANDWIDTH, &t_state); in tda8261_get_bandwidth()
Dcxd2820r_c.c55 if (fe->ops.tuner_ops.set_params) in cxd2820r_set_frontend_c()
56 fe->ops.tuner_ops.set_params(fe); in cxd2820r_set_frontend_c()
71 if (fe->ops.tuner_ops.get_if_frequency) { in cxd2820r_set_frontend_c()
72 ret = fe->ops.tuner_ops.get_if_frequency(fe, &if_freq); in cxd2820r_set_frontend_c()
Ddvb-pll.c791 memcpy(&fe->ops.tuner_ops, &dvb_pll_tuner_ops, in dvb_pll_attach()
794 strncpy(fe->ops.tuner_ops.info.name, desc->name, in dvb_pll_attach()
795 sizeof(fe->ops.tuner_ops.info.name)); in dvb_pll_attach()
796 fe->ops.tuner_ops.info.frequency_min = desc->min; in dvb_pll_attach()
797 fe->ops.tuner_ops.info.frequency_max = desc->max; in dvb_pll_attach()
799 fe->ops.tuner_ops.init = NULL; in dvb_pll_attach()
801 fe->ops.tuner_ops.sleep = NULL; in dvb_pll_attach()
Dcxd2820r_t2.c97 if (fe->ops.tuner_ops.set_params) in cxd2820r_set_frontend_t2()
98 fe->ops.tuner_ops.set_params(fe); in cxd2820r_set_frontend_t2()
112 if (fe->ops.tuner_ops.get_if_frequency) { in cxd2820r_set_frontend_t2()
113 ret = fe->ops.tuner_ops.get_if_frequency(fe, &if_freq); in cxd2820r_set_frontend_t2()
Dcxd2820r_t.c79 if (fe->ops.tuner_ops.set_params) in cxd2820r_set_frontend_t()
80 fe->ops.tuner_ops.set_params(fe); in cxd2820r_set_frontend_t()
95 if (fe->ops.tuner_ops.get_if_frequency) { in cxd2820r_set_frontend_t()
96 ret = fe->ops.tuner_ops.get_if_frequency(fe, &if_freq); in cxd2820r_set_frontend_t()
Dm88rs2000.c513 if (fe->ops.tuner_ops.get_rf_strength) in m88rs2000_read_signal_strength()
514 fe->ops.tuner_ops.get_rf_strength(fe, strength); in m88rs2000_read_signal_strength()
628 if (fe->ops.tuner_ops.set_params) in m88rs2000_set_frontend()
629 ret = fe->ops.tuner_ops.set_params(fe); in m88rs2000_set_frontend()
634 if (fe->ops.tuner_ops.get_frequency) in m88rs2000_set_frontend()
635 ret = fe->ops.tuner_ops.get_frequency(fe, &tuner_freq); in m88rs2000_set_frontend()
Dau8522_dig.c621 if (fe->ops.tuner_ops.set_params) { in au8522_set_frontend()
624 ret = fe->ops.tuner_ops.set_params(fe); in au8522_set_frontend()
678 if (fe->ops.tuner_ops.get_status) { in au8522_read_status()
682 fe->ops.tuner_ops.get_status(fe, &tuner_status); in au8522_read_status()
Dzl10353.c352 if (fe->ops.tuner_ops.set_params) { in zl10353_set_parameters()
353 fe->ops.tuner_ops.set_params(fe); in zl10353_set_parameters()
357 } else if (fe->ops.tuner_ops.calc_regs) { in zl10353_set_parameters()
358 fe->ops.tuner_ops.calc_regs(fe, pllbuf + 1, 5); in zl10353_set_parameters()
366 if (state->config.no_tuner || fe->ops.tuner_ops.calc_regs == NULL) in zl10353_set_parameters()
Dds3000.c540 if (fe->ops.tuner_ops.get_rf_strength) in ds3000_read_signal_strength()
541 fe->ops.tuner_ops.get_rf_strength(fe, signal_strength); in ds3000_read_signal_strength()
919 if (fe->ops.tuner_ops.set_params) in ds3000_set_frontend()
920 fe->ops.tuner_ops.set_params(fe); in ds3000_set_frontend()
1028 if (fe->ops.tuner_ops.get_frequency) { in ds3000_set_frontend()
1029 fe->ops.tuner_ops.get_frequency(fe, &frequency); in ds3000_set_frontend()
Dmt352.c294 if (fe->ops.tuner_ops.set_params) { in mt352_set_parameters()
295 fe->ops.tuner_ops.set_params(fe); in mt352_set_parameters()
303 if (fe->ops.tuner_ops.calc_regs) { in mt352_set_parameters()
304 fe->ops.tuner_ops.calc_regs(fe, buf+8, 5); in mt352_set_parameters()
Ddvb_dummy_fe.c82 if (fe->ops.tuner_ops.set_params) { in dvb_dummy_fe_set_frontend()
83 fe->ops.tuner_ops.set_params(fe); in dvb_dummy_fe_set_frontend()
Dtda8261.c210 fe->ops.tuner_ops = tda8261_ops; in tda8261_attach()
212 fe->ops.tuner_ops.info.frequency_step = div_tab[config->step_size]; in tda8261_attach()
Dsp887x.c368 if (fe->ops.tuner_ops.set_params) { in sp887x_setup_frontend_parameters()
369 fe->ops.tuner_ops.set_params(fe); in sp887x_setup_frontend_parameters()
372 if (fe->ops.tuner_ops.get_frequency) { in sp887x_setup_frontend_parameters()
373 fe->ops.tuner_ops.get_frequency(fe, &actual_freq); in sp887x_setup_frontend_parameters()
Dtda665x.c238 fe->ops.tuner_ops = tda665x_ops; in tda665x_attach()
239 info = &fe->ops.tuner_ops.info; in tda665x_attach()
Dtc90522.c254 if (fe->ops.tuner_ops.get_rf_strength) { in tc90522s_get_frontend()
257 fe->ops.tuner_ops.get_rf_strength(fe, &dummy); in tc90522s_get_frontend()
413 if (fe->ops.tuner_ops.get_rf_strength) { in tc90522t_get_frontend()
416 fe->ops.tuner_ops.get_rf_strength(fe, &dummy); in tc90522t_get_frontend()
495 if (fe->ops.tuner_ops.set_params) in tc90522_set_frontend()
496 ret = fe->ops.tuner_ops.set_params(fe); in tc90522_set_frontend()
Ds5h1420.c660 if (fe->ops.tuner_ops.set_params) { in s5h1420_set_frontend()
661 fe->ops.tuner_ops.set_params(fe); in s5h1420_set_frontend()
664 if (fe->ops.tuner_ops.get_frequency) { in s5h1420_set_frontend()
666 fe->ops.tuner_ops.get_frequency(fe, &tmp); in s5h1420_set_frontend()
736 if (fe->ops.tuner_ops.set_params) { in s5h1420_set_frontend()
737 fe->ops.tuner_ops.set_params(fe); in s5h1420_set_frontend()
Dstv0900_core.c525 struct dvb_tuner_ops *tuner_ops = NULL; in stv0900_set_tuner() local
528 tuner_ops = &frontend_ops->tuner_ops; in stv0900_set_tuner()
530 if (tuner_ops->set_frequency) { in stv0900_set_tuner()
531 if ((tuner_ops->set_frequency(fe, frequency)) < 0) in stv0900_set_tuner()
538 if (tuner_ops->set_bandwidth) { in stv0900_set_tuner()
539 if ((tuner_ops->set_bandwidth(fe, bandwidth)) < 0) in stv0900_set_tuner()
550 struct dvb_tuner_ops *tuner_ops = NULL; in stv0900_set_bandwidth() local
553 tuner_ops = &frontend_ops->tuner_ops; in stv0900_set_bandwidth()
555 if (tuner_ops->set_bandwidth) { in stv0900_set_bandwidth()
556 if ((tuner_ops->set_bandwidth(fe, bandwidth)) < 0) in stv0900_set_bandwidth()
Dix2505v.c308 memcpy(&fe->ops.tuner_ops, &ix2505v_tuner_ops, in ix2505v_attach()
311 __func__, fe->ops.tuner_ops.info.name, config->tuner_address); in ix2505v_attach()
Ds5h1411.c601 if (fe->ops.tuner_ops.set_params) { in s5h1411_set_frontend()
605 fe->ops.tuner_ops.set_params(fe); in s5h1411_set_frontend()
705 if (fe->ops.tuner_ops.get_status) { in s5h1411_read_status()
709 fe->ops.tuner_ops.get_status(fe, &tuner_status); in s5h1411_read_status()
Dzl10039.c295 strcpy(fe->ops.tuner_ops.info.name, in zl10039_attach()
303 memcpy(&fe->ops.tuner_ops, &zl10039_ops, sizeof(struct dvb_tuner_ops)); in zl10039_attach()
Drtl2832_sdr.c570 if (fe->ops.tuner_ops.get_if_frequency) in rtl2832_sdr_set_adc()
571 ret = fe->ops.tuner_ops.get_if_frequency(fe, &f_if); in rtl2832_sdr_set_adc()
867 if (fe->ops.tuner_ops.set_params) in rtl2832_sdr_set_tuner_freq()
868 fe->ops.tuner_ops.set_params(fe); in rtl2832_sdr_set_tuner_freq()
882 if (fe->ops.tuner_ops.init) in rtl2832_sdr_set_tuner()
883 fe->ops.tuner_ops.init(fe); in rtl2832_sdr_set_tuner()
896 if (fe->ops.tuner_ops.sleep) in rtl2832_sdr_unset_tuner()
897 fe->ops.tuner_ops.sleep(fe); in rtl2832_sdr_unset_tuner()
1336 if (fe->ops.tuner_ops.set_params) in rtl2832_sdr_s_ctrl()
1337 ret = fe->ops.tuner_ops.set_params(fe); in rtl2832_sdr_s_ctrl()
Dtda10086.c429 if (fe->ops.tuner_ops.set_params) { in tda10086_set_frontend()
430 fe->ops.tuner_ops.set_params(fe); in tda10086_set_frontend()
434 if (fe->ops.tuner_ops.get_frequency) in tda10086_set_frontend()
435 fe->ops.tuner_ops.get_frequency(fe, &freq); in tda10086_set_frontend()
Ds5h1409.c647 if (fe->ops.tuner_ops.set_params) { in s5h1409_set_frontend()
650 fe->ops.tuner_ops.set_params(fe); in s5h1409_set_frontend()
791 if (fe->ops.tuner_ops.get_status) { in s5h1409_read_status()
795 fe->ops.tuner_ops.get_status(fe, &tuner_status); in s5h1409_read_status()
Dhd29l2.c362 if (fe->ops.tuner_ops.set_params) in hd29l2_search()
363 fe->ops.tuner_ops.set_params(fe); in hd29l2_search()
366 if (fe->ops.tuner_ops.get_if_frequency) in hd29l2_search()
367 fe->ops.tuner_ops.get_if_frequency(fe, &if_freq); in hd29l2_search()
Dec100.c100 if (fe->ops.tuner_ops.set_params) in ec100_set_frontend()
101 fe->ops.tuner_ops.set_params(fe); in ec100_set_frontend()
Dsi2165.c773 if (!fe->ops.tuner_ops.get_if_frequency) { in si2165_set_parameters()
799 fe->ops.tuner_ops.get_if_frequency(fe, &IF); in si2165_set_parameters()
873 if (fe->ops.tuner_ops.set_params) in si2165_set_parameters()
874 fe->ops.tuner_ops.set_params(fe); in si2165_set_parameters()
877 fe->ops.tuner_ops.get_if_frequency(fe, &IF); in si2165_set_parameters()
Dlgs8gl5.c324 if (fe->ops.tuner_ops.set_params) { in lgs8gl5_set_frontend()
325 fe->ops.tuner_ops.set_params(fe); in lgs8gl5_set_frontend()
Dcx24123.c842 if (fe->ops.tuner_ops.get_status) in cx24123_read_status()
843 fe->ops.tuner_ops.get_status(fe, &tun_status); in cx24123_read_status()
932 else if (fe->ops.tuner_ops.set_params) in cx24123_set_frontend()
933 fe->ops.tuner_ops.set_params(fe); in cx24123_set_frontend()
Drtl2830.c209 if (fe->ops.tuner_ops.set_params) in rtl2830_set_frontend()
210 fe->ops.tuner_ops.set_params(fe); in rtl2830_set_frontend()
233 if (fe->ops.tuner_ops.get_if_frequency) in rtl2830_set_frontend()
234 ret = fe->ops.tuner_ops.get_if_frequency(fe, &if_frequency); in rtl2830_set_frontend()
Dcx22700.c335 if (fe->ops.tuner_ops.set_params) { in cx22700_set_frontend()
336 fe->ops.tuner_ops.set_params(fe); in cx22700_set_frontend()
Dzl10036.c502 memcpy(&fe->ops.tuner_ops, &zl10036_tuner_ops, in zl10036_attach()
505 __func__, fe->ops.tuner_ops.info.name, config->tuner_address); in zl10036_attach()
Dtda8083.c330 if (fe->ops.tuner_ops.set_params) { in tda8083_set_frontend()
331 fe->ops.tuner_ops.set_params(fe); in tda8083_set_frontend()
Dves1820.c223 if (fe->ops.tuner_ops.set_params) { in ves1820_set_parameters()
224 fe->ops.tuner_ops.set_params(fe); in ves1820_set_parameters()
Dor51132.c365 if (fe->ops.tuner_ops.set_params) { in or51132_set_parameters()
366 fe->ops.tuner_ops.set_params(fe); in or51132_set_parameters()
Dstv0288.c478 if (fe->ops.tuner_ops.set_params) { in stv0288_set_frontend()
479 fe->ops.tuner_ops.set_params(fe); in stv0288_set_frontend()
Dnxt6000.c469 if (fe->ops.tuner_ops.set_params) { in nxt6000_set_frontend()
470 fe->ops.tuner_ops.set_params(fe); in nxt6000_set_frontend()
Dves1x93.c396 if (fe->ops.tuner_ops.set_params) { in ves1x93_set_frontend()
397 fe->ops.tuner_ops.set_params(fe); in ves1x93_set_frontend()
Dcx22702.c269 if (fe->ops.tuner_ops.set_params) { in cx22702_set_tps()
270 fe->ops.tuner_ops.set_params(fe); in cx22702_set_tps()
Dsp8870.c262 if (fe->ops.tuner_ops.set_params) { in sp8870_set_frontend_parameters()
263 fe->ops.tuner_ops.set_params(fe); in sp8870_set_frontend_parameters()
Dor51211.c226 if (fe->ops.tuner_ops.set_params) { in or51211_set_parameters()
227 fe->ops.tuner_ops.set_params(fe); in or51211_set_parameters()
Dtda826x.c175 memcpy(&fe->ops.tuner_ops, &tda826x_tuner_ops, sizeof(struct dvb_tuner_ops)); in tda826x_attach()
Dtda10021.c284 if (fe->ops.tuner_ops.set_params) { in tda10021_set_parameters()
285 fe->ops.tuner_ops.set_params(fe); in tda10021_set_parameters()
Dl64781.c155 if (fe->ops.tuner_ops.set_params) { in apply_frontend_param()
156 fe->ops.tuner_ops.set_params(fe); in apply_frontend_param()
Datbm8830.c278 if (fe->ops.tuner_ops.set_params) { in atbm8830_set_fe()
281 fe->ops.tuner_ops.set_params(fe); in atbm8830_set_fe()
Dlgdt3305.c691 if (fe->ops.tuner_ops.set_params) { in lgdt3304_set_parameters()
692 ret = fe->ops.tuner_ops.set_params(fe); in lgdt3304_set_parameters()
759 if (fe->ops.tuner_ops.set_params) { in lgdt3305_set_parameters()
760 ret = fe->ops.tuner_ops.set_params(fe); in lgdt3305_set_parameters()
Dtua6100.c198 memcpy(&fe->ops.tuner_ops, &tua6100_tuner_ops, sizeof(struct dvb_tuner_ops)); in tua6100_attach()
Dcx24110.c540 if (fe->ops.tuner_ops.set_params) { in cx24110_set_frontend()
541 fe->ops.tuner_ops.set_params(fe); in cx24110_set_frontend()
Dstb6000.c242 memcpy(&fe->ops.tuner_ops, &stb6000_tuner_ops, in stb6000_attach()
Dlgdt330x.c428 if (fe->ops.tuner_ops.set_params) { in lgdt330x_set_parameters()
429 fe->ops.tuner_ops.set_params(fe); in lgdt330x_set_parameters()
Dtda10023.c352 if (fe->ops.tuner_ops.set_params) { in tda10023_set_parameters()
353 fe->ops.tuner_ops.set_params(fe); in tda10023_set_parameters()
Drtl2832.c491 if (fe->ops.tuner_ops.set_params) in rtl2832_set_frontend()
492 fe->ops.tuner_ops.set_params(fe); in rtl2832_set_frontend()
500 if (fe->ops.tuner_ops.get_if_frequency) { in rtl2832_set_frontend()
503 ret = fe->ops.tuner_ops.get_if_frequency(fe, &if_freq); in rtl2832_set_frontend()
Daf9033.c578 if (fe->ops.tuner_ops.set_params) in af9033_set_frontend()
579 fe->ops.tuner_ops.set_params(fe); in af9033_set_frontend()
619 if (fe->ops.tuner_ops.get_if_frequency) in af9033_set_frontend()
620 fe->ops.tuner_ops.get_if_frequency(fe, &if_frequency); in af9033_set_frontend()
Dstv0367.c929 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stv0367_get_tuner_freq() local
935 if (tuner_ops->get_frequency) { in stv0367_get_tuner_freq()
936 err = tuner_ops->get_frequency(fe, &freq); in stv0367_get_tuner_freq()
1833 if (fe->ops.tuner_ops.set_params) { in stv0367ter_set_frontend()
1836 fe->ops.tuner_ops.set_params(fe); in stv0367ter_set_frontend()
3126 if (fe->ops.tuner_ops.set_params) { in stv0367cab_set_frontend()
3129 fe->ops.tuner_ops.set_params(fe); in stv0367cab_set_frontend()
Dmb86a20s.c1807 if (fe->ops.tuner_ops.get_if_frequency) in mb86a20s_initfe()
1808 fe->ops.tuner_ops.get_if_frequency(fe, &state->if_freq); in mb86a20s_initfe()
1916 fe->ops.tuner_ops.set_params(fe); in mb86a20s_set_frontend()
1918 if (fe->ops.tuner_ops.get_if_frequency) in mb86a20s_set_frontend()
1919 fe->ops.tuner_ops.get_if_frequency(fe, &if_freq); in mb86a20s_set_frontend()
Dstv0297.c460 if (fe->ops.tuner_ops.set_params) { in stv0297_set_frontend()
461 fe->ops.tuner_ops.set_params(fe); in stv0297_set_frontend()
Daf9013.c596 if (fe->ops.tuner_ops.set_params) in af9013_set_frontend()
597 fe->ops.tuner_ops.set_params(fe); in af9013_set_frontend()
619 if (fe->ops.tuner_ops.get_if_frequency) in af9013_set_frontend()
620 fe->ops.tuner_ops.get_if_frequency(fe, &if_frequency); in af9013_set_frontend()
Dm88ds3103.c340 if (fe->ops.tuner_ops.set_params) { in m88ds3103_set_frontend()
341 ret = fe->ops.tuner_ops.set_params(fe); in m88ds3103_set_frontend()
346 if (fe->ops.tuner_ops.get_frequency) { in m88ds3103_set_frontend()
347 ret = fe->ops.tuner_ops.get_frequency(fe, &tuner_frequency); in m88ds3103_set_frontend()
Dmt312.c616 if (fe->ops.tuner_ops.set_params) { in mt312_set_frontend()
617 fe->ops.tuner_ops.set_params(fe); in mt312_set_frontend()
Ddib3000mb.c124 if (tuner && fe->ops.tuner_ops.set_params) { in dib3000mb_set_frontend()
125 fe->ops.tuner_ops.set_params(fe); in dib3000mb_set_frontend()
Dstv0299.c588 if (fe->ops.tuner_ops.set_params) { in stv0299_set_frontend()
589 fe->ops.tuner_ops.set_params(fe); in stv0299_set_frontend()
Dts2020.c693 memcpy(&fe->ops.tuner_ops, &ts2020_tuner_ops, in ts2020_probe()
696 fe->ops.tuner_ops.release = NULL; in ts2020_probe()
Dlgdt3306a.c989 if (fe->ops.tuner_ops.set_params) { in lgdt3306a_set_parameters()
990 ret = fe->ops.tuner_ops.set_params(fe); in lgdt3306a_set_parameters()
1568 if (fe->ops.tuner_ops.get_rf_strength) { in lgdt3306a_read_status()
1569 ret = fe->ops.tuner_ops.get_rf_strength(fe, &strength); in lgdt3306a_read_status()
Dsi2168.c249 if (fe->ops.tuner_ops.set_params) { in si2168_set_frontend()
250 ret = fe->ops.tuner_ops.set_params(fe); in si2168_set_frontend()
Ds5h1432.c191 fe->ops.tuner_ops.set_params(fe); in s5h1432_set_frontend()
Dstv0900_sw.c1167 struct dvb_tuner_ops *tuner_ops = NULL; in stv0900_get_tuner_freq() local
1171 tuner_ops = &frontend_ops->tuner_ops; in stv0900_get_tuner_freq()
1173 if (tuner_ops->get_frequency) { in stv0900_get_tuner_freq()
1174 if ((tuner_ops->get_frequency(fe, &freq)) < 0) in stv0900_get_tuner_freq()
Dhorus3a.c418 memcpy(&fe->ops.tuner_ops, &horus3a_tuner_ops, in horus3a_attach()
Ditd1000.c400 memcpy(&fe->ops.tuner_ops, &itd1000_tuner_ops, sizeof(struct dvb_tuner_ops)); in itd1000_attach()
Ddib3000mc.c708 if (fe->ops.tuner_ops.set_params) { in dib3000mc_set_frontend()
709 fe->ops.tuner_ops.set_params(fe); in dib3000mc_set_frontend()
Dtda18271c2dd.c1220 static struct dvb_tuner_ops tuner_ops = { variable
1247 memcpy(&fe->ops.tuner_ops, &tuner_ops, sizeof(struct dvb_tuner_ops)); in tda18271c2dd_attach()
Dtda10048.c740 if (fe->ops.tuner_ops.set_params) { in tda10048_set_frontend()
745 fe->ops.tuner_ops.set_params(fe); in tda10048_set_frontend()
Dstv6110x.c407 fe->ops.tuner_ops = stv6110x_ops; in stv6110x_attach()
Dstv6110.c447 memcpy(&fe->ops.tuner_ops, &stv6110_tuner_ops, in stv6110_attach()
Dnxt200x.c576 if (fe->ops.tuner_ops.calc_regs) { in nxt200x_setup_frontend_parameters()
578 fe->ops.tuner_ops.calc_regs(fe, buf, 5); in nxt200x_setup_frontend_parameters()
Dlgs8gxx.c681 if (fe->ops.tuner_ops.set_params) { in lgs8gxx_set_fe()
682 fe->ops.tuner_ops.set_params(fe); in lgs8gxx_set_fe()
Dascot2e.c536 memcpy(&fe->ops.tuner_ops, &ascot2e_tuner_ops, in ascot2e_attach()
Dtda1004x.c724 if (fe->ops.tuner_ops.set_params) { in tda1004x_set_fe()
725 fe->ops.tuner_ops.set_params(fe); in tda1004x_set_fe()
Dlg2160.c1069 if (fe->ops.tuner_ops.set_params) { in lg2160_set_frontend()
1070 ret = fe->ops.tuner_ops.set_params(fe); in lg2160_set_frontend()
Dcxd2841er.c2169 if (fe->ops.tuner_ops.set_params) in cxd2841er_set_frontend_s()
2170 fe->ops.tuner_ops.set_params(fe); in cxd2841er_set_frontend_s()
2262 if (fe->ops.tuner_ops.set_params) in cxd2841er_set_frontend_tc()
2263 fe->ops.tuner_ops.set_params(fe); in cxd2841er_set_frontend_tc()
Ddib7000p.c856 if (demod->ops.tuner_ops.get_frequency) { in dib7000p_agc_startup()
859 demod->ops.tuner_ops.get_frequency(demod, &frequency_tuner); in dib7000p_agc_startup()
1518 if (fe->ops.tuner_ops.set_params) in dib7000p_set_frontend()
1519 fe->ops.tuner_ops.set_params(fe); in dib7000p_set_frontend()
Dcx24113.c600 memcpy(&fe->ops.tuner_ops, &cx24113_tuner_ops, in cx24113_attach()
Dstb6100.c595 fe->ops.tuner_ops = stb6100_ops; in stb6100_attach()
Ddib7000m.c1222 if (fe->ops.tuner_ops.set_params) in dib7000m_set_frontend()
1223 fe->ops.tuner_ops.set_params(fe); in dib7000m_set_frontend()
Ddib0070.c765 memcpy(&fe->ops.tuner_ops, &dib0070_ops, sizeof(struct dvb_tuner_ops)); in dib0070_attach()
Ddib8000.c2719 if (state->fe[0]->ops.tuner_ops.get_frequency) in dib8000_set_frequency_offset()
2720 state->fe[0]->ops.tuner_ops.get_frequency(state->fe[0], &current_rf); in dib8000_set_frequency_offset()
3612 if (state->fe[index_frontend]->ops.tuner_ops.set_params) in dib8000_set_frontend()
3613 state->fe[index_frontend]->ops.tuner_ops.set_params(state->fe[index_frontend]); in dib8000_set_frontend()
Ddib0090.c2635 memcpy(&fe->ops.tuner_ops, &dib0090_ops, sizeof(struct dvb_tuner_ops)); in dib0090_register()
2662 memcpy(&fe->ops.tuner_ops, &dib0090_fw_ops, sizeof(struct dvb_tuner_ops)); in dib0090_fw_register()
Ddrxd_hard.c2897 if (fe->ops.tuner_ops.set_params) { in drxd_set_frontend()
2898 fe->ops.tuner_ops.set_params(fe); in drxd_set_frontend()
Ddrxk_hard.c6361 if (!fe->ops.tuner_ops.get_if_frequency) { in drxk_set_parameters()
6368 if (fe->ops.tuner_ops.set_params) in drxk_set_parameters()
6369 fe->ops.tuner_ops.set_params(fe); in drxk_set_parameters()
6400 fe->ops.tuner_ops.get_if_frequency(fe, &IF); in drxk_set_parameters()
/linux-4.4.14/drivers/media/v4l2-core/
Dtuner-core.c81 static const struct v4l2_subdev_ops tuner_ops; variable
170 if (fe->ops.tuner_ops.release) { in tuner_detach()
171 fe->ops.tuner_ops.release(fe); in tuner_detach()
172 symbol_put_addr(fe->ops.tuner_ops.release); in tuner_detach()
186 if (fe->ops.tuner_ops.release) in tuner_detach()
187 fe->ops.tuner_ops.release(fe); in tuner_detach()
206 struct dvb_tuner_ops *fe_tuner_ops = &fe->ops.tuner_ops; in fe_set_params()
218 struct dvb_tuner_ops *fe_tuner_ops = &fe->ops.tuner_ops; in fe_standby()
226 struct dvb_tuner_ops *fe_tuner_ops = &fe->ops.tuner_ops; in fe_set_config()
269 struct dvb_tuner_ops *fe_tuner_ops = &t->fe.ops.tuner_ops; in set_type()
[all …]
/linux-4.4.14/drivers/media/pci/ttpci/
Dbudget.c504 budget->dvb_frontend->ops.tuner_ops.set_params = alps_bsrv2_tuner_set_params; in frontend_init()
514 budget->dvb_frontend->ops.tuner_ops.set_params = alps_bsru6_tuner_set_params; in frontend_init()
529 budget->dvb_frontend->ops.tuner_ops.set_params = alps_tdbe2_tuner_set_params; in frontend_init()
538 budget->dvb_frontend->ops.tuner_ops.set_params = grundig_29504_401_tuner_set_params; in frontend_init()
548 budget->dvb_frontend->ops.tuner_ops.set_params = alps_bsru6_tuner_set_params; in frontend_init()
566 budget->dvb_frontend->ops.tuner_ops.set_params = alps_bsru6_tuner_set_params; in frontend_init()
582 budget->dvb_frontend->ops.tuner_ops.set_params = alps_bsbe1_tuner_set_params; in frontend_init()
595 budget->dvb_frontend->ops.tuner_ops.set_params = grundig_29504_451_tuner_set_params; in frontend_init()
604 budget->dvb_frontend->ops.tuner_ops.set_params = alps_tdhd1_204a_tuner_set_params; in frontend_init()
613 budget->dvb_frontend->ops.tuner_ops.set_params = grundig_29504_401_tuner_set_params; in frontend_init()
[all …]
Dbudget-ci.c1322 budget_ci->budget.dvb_frontend->ops.tuner_ops.set_params = alps_bsru6_tuner_set_params; in frontend_init()
1332 budget_ci->budget.dvb_frontend->ops.tuner_ops.set_params = philips_su1278_tt_tuner_set_params; in frontend_init()
1342 … budget_ci->budget.dvb_frontend->ops.tuner_ops.set_params = dvbc_philips_tdm1316l_tuner_set_params; in frontend_init()
1352 budget_ci->budget.dvb_frontend->ops.tuner_ops.init = philips_tdm1316l_tuner_init; in frontend_init()
1353 budget_ci->budget.dvb_frontend->ops.tuner_ops.set_params = philips_tdm1316l_tuner_set_params; in frontend_init()
1363 budget_ci->budget.dvb_frontend->ops.tuner_ops.init = philips_tdm1316l_tuner_init; in frontend_init()
1364 budget_ci->budget.dvb_frontend->ops.tuner_ops.set_params = philips_tdm1316l_tuner_set_params; in frontend_init()
1372 budget_ci->budget.dvb_frontend->ops.tuner_ops.set_params = alps_bsbe1_tuner_set_params; in frontend_init()
Dbudget-av.c1259 fe->ops.tuner_ops.set_params = philips_su1278_ty_ci_tuner_set_params; in frontend_init()
1283 fe->ops.tuner_ops.set_params = philips_su1278_ty_ci_tuner_set_params; in frontend_init()
1298 fe->ops.tuner_ops.set_params = philips_su1278_ty_ci_tuner_set_params; in frontend_init()
1316 fe->ops.tuner_ops.set_params = philips_cu1216_tuner_set_params; in frontend_init()
1332 fe->ops.tuner_ops.set_params = philips_cu1216_tuner_set_params; in frontend_init()
1344 fe->ops.tuner_ops.init = philips_tu1216_tuner_init; in frontend_init()
1345 fe->ops.tuner_ops.set_params = philips_tu1216_tuner_set_params; in frontend_init()
Dbudget-patch.c343 budget->dvb_frontend->ops.tuner_ops.set_params = alps_bsrv2_tuner_set_params; in frontend_init()
353 budget->dvb_frontend->ops.tuner_ops.set_params = alps_bsru6_tuner_set_params; in frontend_init()
365 budget->dvb_frontend->ops.tuner_ops.set_params = grundig_29504_451_tuner_set_params; in frontend_init()
Dav7110.c2133 av7110->fe->ops.tuner_ops.set_params = philips_cd1516_tuner_set_params; in frontend_init()
2147 av7110->fe->ops.tuner_ops.set_params = alps_bsrv2_tuner_set_params; in frontend_init()
2158 av7110->fe->ops.tuner_ops.set_params = alps_bsru6_tuner_set_params; in frontend_init()
2171 av7110->fe->ops.tuner_ops.set_params = grundig_29504_451_tuner_set_params; in frontend_init()
2186 av7110->fe->ops.tuner_ops.set_params = philips_cd1516_tuner_set_params; in frontend_init()
2194 av7110->fe->ops.tuner_ops.set_params = alps_tdbe2_tuner_set_params; in frontend_init()
2204 av7110->fe->ops.tuner_ops.set_params = alps_tdlb7_tuner_set_params; in frontend_init()
2213 av7110->fe->ops.tuner_ops.set_params = grundig_29504_401_tuner_set_params; in frontend_init()
2220 av7110->fe->ops.tuner_ops.set_params = alps_tdbe2_tuner_set_params; in frontend_init()
2228 av7110->fe->ops.tuner_ops.set_params = alps_bsrv2_tuner_set_params; in frontend_init()
[all …]
/linux-4.4.14/drivers/media/tuners/
Dtda8290.c240 if (fe->ops.tuner_ops.set_analog_params) in tda8290_set_params()
241 fe->ops.tuner_ops.set_analog_params(fe, params); in tda8290_set_params()
434 if (fe->ops.tuner_ops.set_analog_params) in tda8295_set_params()
435 fe->ops.tuner_ops.set_analog_params(fe, params); in tda8295_set_params()
567 if (fe->ops.tuner_ops.release) in tda829x_release()
568 fe->ops.tuner_ops.release(fe); in tda829x_release()
656 if (fe->ops.tuner_ops.init) in tda829x_find_tuner()
657 fe->ops.tuner_ops.init(fe); in tda829x_find_tuner()
659 if (fe->ops.tuner_ops.sleep) in tda829x_find_tuner()
660 fe->ops.tuner_ops.sleep(fe); in tda829x_find_tuner()
Dmt20xx.c424 memcpy(&fe->ops.tuner_ops, &mt2032_tuner_ops, sizeof(struct dvb_tuner_ops)); in mt2032_init()
591 memcpy(&fe->ops.tuner_ops, &mt2050_tuner_ops, sizeof(struct dvb_tuner_ops)); in mt2050_init()
652 strlcpy(fe->ops.tuner_ops.info.name, name, in microtune_attach()
653 sizeof(fe->ops.tuner_ops.info.name)); in microtune_attach()
Dtda18212.c247 memcpy(&fe->ops.tuner_ops, &tda18212_tuner_ops, in tda18212_probe()
265 memset(&fe->ops.tuner_ops, 0, sizeof(struct dvb_tuner_ops)); in tda18212_remove()
Dtda827x.c809 return fe->ops.tuner_ops.init(fe); in tda827x_initial_init()
818 return fe->ops.tuner_ops.sleep(fe); in tda827x_initial_sleep()
870 fe->ops.tuner_ops.init = tda827x_init; in tda827x_probe_version()
871 fe->ops.tuner_ops.sleep = tda827xo_sleep; in tda827x_probe_version()
876 memcpy(&fe->ops.tuner_ops, &tda827xa_tuner_ops, sizeof(struct dvb_tuner_ops)); in tda827x_probe_version()
897 memcpy(&fe->ops.tuner_ops, &tda827xo_tuner_ops, sizeof(struct dvb_tuner_ops)); in tda827x_attach()
900 dprintk("type set to %s\n", fe->ops.tuner_ops.info.name); in tda827x_attach()
Dit913x.c419 memcpy(&fe->ops.tuner_ops, &it913x_tuner_ops, in it913x_probe()
450 memset(&fe->ops.tuner_ops, 0, sizeof(struct dvb_tuner_ops)); in it913x_remove()
Dsi2157.c438 memcpy(&fe->ops.tuner_ops, &si2157_ops, sizeof(struct dvb_tuner_ops)); in si2157_probe()
461 memset(&fe->ops.tuner_ops, 0, sizeof(struct dvb_tuner_ops)); in si2157_remove()
Dtea5761.c334 memcpy(&fe->ops.tuner_ops, &tea5761_tuner_ops, in tea5761_attach()
Dtuner-simple.c1113 memcpy(&fe->ops.tuner_ops, &simple_tuner_ops, in simple_tuner_attach()
1141 strlcpy(fe->ops.tuner_ops.info.name, priv->tun->name, in simple_tuner_attach()
1142 sizeof(fe->ops.tuner_ops.info.name)); in simple_tuner_attach()
Dtua9001.c226 memcpy(&fe->ops.tuner_ops, &tua9001_tuner_ops, in tua9001_probe()
Dmt2131.c286 memcpy(&fe->ops.tuner_ops, &mt2131_tuner_ops, in mt2131_attach()
Dfc2580.c600 memcpy(&fe->ops.tuner_ops, &fc2580_dvb_tuner_ops, in fc2580_probe()
601 sizeof(fe->ops.tuner_ops)); in fc2580_probe()
Dmxl301rf.c312 memcpy(&fe->ops.tuner_ops, &mxl301rf_ops, sizeof(mxl301rf_ops)); in mxl301rf_probe()
Dmt2266.c343 memcpy(&fe->ops.tuner_ops, &mt2266_tuner_ops, sizeof(struct dvb_tuner_ops)); in mt2266_attach()
Dtea5767.c462 memcpy(&fe->ops.tuner_ops, &tea5767_tuner_ops, in tea5767_attach()
De4000.c718 memcpy(&fe->ops.tuner_ops, &e4000_dvb_tuner_ops, in e4000_probe()
719 sizeof(fe->ops.tuner_ops)); in e4000_probe()
Dm88rs6000t.c700 memcpy(&fe->ops.tuner_ops, &m88rs6000t_tuner_ops, in m88rs6000t_probe()
717 memset(&fe->ops.tuner_ops, 0, sizeof(struct dvb_tuner_ops)); in m88rs6000t_remove()
Dtda18218.c333 memcpy(&fe->ops.tuner_ops, &tda18218_tuner_ops, in tda18218_attach()
Dmc44s803.c358 memcpy(&fe->ops.tuner_ops, &mc44s803_tuner_ops, in mc44s803_attach()
Dmt2060.c387 memcpy(&fe->ops.tuner_ops, &mt2060_tuner_ops, sizeof(struct dvb_tuner_ops)); in mt2060_attach()
Dmax2165.c417 memcpy(&fe->ops.tuner_ops, &max2165_tuner_ops, in max2165_attach()
Dfc0012.c498 memcpy(&fe->ops.tuner_ops, &fc0012_tuner_ops, in fc0012_attach()
Dqm1d1c0042.c411 memcpy(&fe->ops.tuner_ops, &qm1d1c0042_ops, sizeof(qm1d1c0042_ops)); in qm1d1c0042_probe()
Dfc0011.c513 fe->ops.tuner_ops = fc0011_tuner_ops; in fc0011_attach()
Dqt1010.c448 memcpy(&fe->ops.tuner_ops, &qt1010_tuner_ops, in qt1010_attach()
Dfc0013.c622 memcpy(&fe->ops.tuner_ops, &fc0013_tuner_ops, in fc0013_attach()
Dmxl5007t.c926 memcpy(&fe->ops.tuner_ops, &mxl5007t_tuner_ops, in mxl5007t_attach()
Dxc5000.c1485 memcpy(&fe->ops.tuner_ops, &xc5000_tuner_ops, in xc5000_attach()
Dtda18271-fe.c1340 memcpy(&fe->ops.tuner_ops, &tda18271_tuner_ops, in tda18271_attach()
Dtuner-xc2028.c1506 memcpy(&fe->ops.tuner_ops, &xc2028_dvb_tuner_ops, in xc2028_attach()
Dxc4000.c1750 memcpy(&fe->ops.tuner_ops, &xc4000_tuner_ops, in xc4000_attach()
Dr820t.c2373 memcpy(&fe->ops.tuner_ops, &r820t_tuner_ops, in r820t_attach()
Dmt2063.c2260 fe->ops.tuner_ops = mt2063_ops; in mt2063_attach()
Dmxl5005s.c4109 memcpy(&fe->ops.tuner_ops, &mxl5005s_tuner_ops, in mxl5005s_attach()
/linux-4.4.14/drivers/media/usb/dvb-usb-v2/
Dmxl111sf-demod.c304 if (fe->ops.tuner_ops.set_params) { in mxl111sf_demod_set_frontend()
305 ret = fe->ops.tuner_ops.set_params(fe); in mxl111sf_demod_set_frontend()
519 if (fe->ops.tuner_ops.get_bandwidth) in mxl111sf_demod_get_frontend()
520 fe->ops.tuner_ops.get_bandwidth(fe, &p->bandwidth_hz); in mxl111sf_demod_get_frontend()
521 if (fe->ops.tuner_ops.get_frequency) in mxl111sf_demod_get_frontend()
522 fe->ops.tuner_ops.get_frequency(fe, &p->frequency); in mxl111sf_demod_get_frontend()
Dmxl111sf.c830 fe->ops.tuner_ops.get_rf_strength(fe, &rxPwrA); in mxl111sf_ant_hunt()
834 fe->ops.tuner_ops.get_rf_strength(fe, &rxPwr0); in mxl111sf_ant_hunt()
838 fe->ops.tuner_ops.get_rf_strength(fe, &rxPwr1); in mxl111sf_ant_hunt()
842 fe->ops.tuner_ops.get_rf_strength(fe, &rxPwr2); in mxl111sf_ant_hunt()
879 adap->fe[i]->ops.read_signal_strength = adap->fe[i]->ops.tuner_ops.get_rf_strength; in mxl111sf_attach_tuner()
Daf9015.c1002 if (adap->fe[0]->ops.tuner_ops.init) { in af9015_tuner_attach()
1004 adap->fe[0]->ops.tuner_ops.init; in af9015_tuner_attach()
1005 adap->fe[0]->ops.tuner_ops.init = af9015_tuner_init; in af9015_tuner_attach()
1008 if (adap->fe[0]->ops.tuner_ops.sleep) { in af9015_tuner_attach()
1010 adap->fe[0]->ops.tuner_ops.sleep; in af9015_tuner_attach()
1011 adap->fe[0]->ops.tuner_ops.sleep = af9015_tuner_sleep; in af9015_tuner_attach()
Drtl28xxu.c1162 adap->fe[0]->ops.tuner_ops.get_rf_strength; in rtl2832u_tuner_attach()
1170 adap->fe[0]->ops.tuner_ops.get_rf_strength; in rtl2832u_tuner_attach()
1254 adap->fe[0]->ops.tuner_ops.get_rf_strength; in rtl2832u_tuner_attach()
1261 adap->fe[0]->ops.tuner_ops.get_rf_strength; in rtl2832u_tuner_attach()
1268 adap->fe[1]->ops.tuner_ops.get_rf_strength; in rtl2832u_tuner_attach()
1298 memcpy(&adap->fe[1]->ops.tuner_ops, in rtl2832u_tuner_attach()
1299 &adap->fe[0]->ops.tuner_ops, in rtl2832u_tuner_attach()
Danysee.c1042 memcpy(&adap->fe[1]->ops.tuner_ops, in anysee_tuner_attach()
1043 &adap->fe[0]->ops.tuner_ops, in anysee_tuner_attach()
1078 memcpy(&adap->fe[1]->ops.tuner_ops, in anysee_tuner_attach()
1079 &adap->fe[0]->ops.tuner_ops, in anysee_tuner_attach()
Dmxl111sf-tuner.c506 memcpy(&fe->ops.tuner_ops, &mxl111sf_tuner_tuner_ops, in mxl111sf_tuner_attach()
Ddvbsky.c356 adap->fe[0]->ops.tuner_ops.get_rf_strength; in dvbsky_s960_attach()
497 adap->fe[0]->ops.tuner_ops.get_rf_strength; in dvbsky_s960c_attach()
/linux-4.4.14/drivers/media/pci/cx18/
Dcx18-dvb.c517 if (fe != NULL && fe->ops.tuner_ops.set_config != NULL) in dvb_register()
518 fe->ops.tuner_ops.set_config(fe, &ctrl); in dvb_register()
549 if (fe != NULL && fe->ops.tuner_ops.set_config != NULL) in dvb_register()
550 fe->ops.tuner_ops.set_config(fe, &ctrl); in dvb_register()
572 if (fe != NULL && fe->ops.tuner_ops.set_config != NULL) in dvb_register()
573 fe->ops.tuner_ops.set_config(fe, &ctrl); in dvb_register()
/linux-4.4.14/drivers/media/pci/saa7134/
Dsaa7134-dvb.c1253 fe0->dvb.frontend->ops.tuner_ops.set_params = mt352_pinnacle_tuner_set_params; in dvb_init()
1289 fe0->dvb.frontend->ops.tuner_ops.init = philips_tu1216_init; in dvb_init()
1290 fe0->dvb.frontend->ops.tuner_ops.set_params = philips_tda6651_pll_set; in dvb_init()
1308 fe0->dvb.frontend->ops.tuner_ops.init = philips_europa_tuner_init; in dvb_init()
1309 fe0->dvb.frontend->ops.tuner_ops.sleep = philips_europa_tuner_sleep; in dvb_init()
1310 fe0->dvb.frontend->ops.tuner_ops.set_params = philips_td1316_tuner_set_params; in dvb_init()
1320 fe0->dvb.frontend->ops.tuner_ops.init = philips_europa_tuner_init; in dvb_init()
1321 fe0->dvb.frontend->ops.tuner_ops.sleep = philips_europa_tuner_sleep; in dvb_init()
1322 fe0->dvb.frontend->ops.tuner_ops.set_params = philips_td1316_tuner_set_params; in dvb_init()
1330 fe0->dvb.frontend->ops.tuner_ops.init = philips_tu1216_init; in dvb_init()
[all …]
/linux-4.4.14/drivers/media/pci/bt8xx/
Ddvb-bt8xx.c610 card->fe->ops.tuner_ops.calc_regs = thomson_dtt7579_tuner_calc_regs; in frontend_init()
637 card->fe->ops.tuner_ops.set_params = vp3021_alps_tded4_tuner_set_params; in frontend_init()
647 card->fe->ops.tuner_ops.calc_regs = digitv_alps_tded4_tuner_calc_regs; in frontend_init()
655 card->fe->ops.tuner_ops.set_params = microtune_mt7202dtf_tuner_set_params; in frontend_init()
662 card->fe->ops.tuner_ops.calc_regs = advbt771_samsung_tdtc9251dh0_tuner_calc_regs; in frontend_init()
695 card->fe->ops.tuner_ops.init = pinnsat_tuner_init; in frontend_init()
696 card->fe->ops.tuner_ops.sleep = pinnsat_tuner_sleep; in frontend_init()
697 card->fe->ops.tuner_ops.set_params = cx24108_tuner_set_params; in frontend_init()
/linux-4.4.14/drivers/media/dvb-core/
Ddvb_frontend.c290 if (fe->ops.tuner_ops.init) { in dvb_frontend_init()
293 fe->ops.tuner_ops.init(fe); in dvb_frontend_init()
844 if (fe->ops.tuner_ops.sleep) { in dvb_frontend_thread()
847 fe->ops.tuner_ops.sleep(fe); in dvb_frontend_thread()
957 *freq_min = max(fe->ops.info.frequency_min, fe->ops.tuner_ops.info.frequency_min); in dvb_frontend_get_frequency_limits()
960 *freq_max = fe->ops.tuner_ops.info.frequency_max; in dvb_frontend_get_frequency_limits()
961 else if (fe->ops.tuner_ops.info.frequency_max == 0) in dvb_frontend_get_frequency_limits()
964 *freq_max = min(fe->ops.info.frequency_max, fe->ops.tuner_ops.info.frequency_max); in dvb_frontend_get_frequency_limits()
2684 if (fe->ops.tuner_ops.suspend) in dvb_frontend_suspend()
2685 ret = fe->ops.tuner_ops.suspend(fe); in dvb_frontend_suspend()
[all …]
Ddvb_frontend.h474 struct dvb_tuner_ops tuner_ops; member
/linux-4.4.14/drivers/staging/media/mn88472/
Dmn88472.c82 if (fe->ops.tuner_ops.set_params) { in mn88472_set_frontend()
83 ret = fe->ops.tuner_ops.set_params(fe); in mn88472_set_frontend()
88 if (fe->ops.tuner_ops.get_if_frequency) { in mn88472_set_frontend()
89 ret = fe->ops.tuner_ops.get_if_frequency(fe, &if_frequency); in mn88472_set_frontend()
/linux-4.4.14/drivers/staging/media/mn88473/
Dmn88473.c78 if (fe->ops.tuner_ops.set_params) { in mn88473_set_frontend()
79 ret = fe->ops.tuner_ops.set_params(fe); in mn88473_set_frontend()
84 if (fe->ops.tuner_ops.get_if_frequency) { in mn88473_set_frontend()
85 ret = fe->ops.tuner_ops.get_if_frequency(fe, &if_frequency); in mn88473_set_frontend()
/linux-4.4.14/drivers/media/usb/dvb-usb/
Daf9005-fe.c447 if (fe->ops.tuner_ops.release == NULL) in af9005_fe_read_status()
493 if (fe->ops.tuner_ops.release == NULL) in af9005_fe_read_ber()
503 if (fe->ops.tuner_ops.release == NULL) in af9005_fe_read_unc_blocks()
517 if (fe->ops.tuner_ops.release == NULL) in af9005_fe_read_signal_strength()
1040 if (fe->ops.tuner_ops.release == NULL) { in af9005_fe_init()
1075 ret = fe->ops.tuner_ops.init(fe); in af9005_fe_init()
1113 if (fe->ops.tuner_ops.release == NULL) { in af9005_fe_set_frontend()
1194 ret = fe->ops.tuner_ops.set_params(fe); in af9005_fe_set_frontend()
Ddigitv.c126 fe->ops.tuner_ops.calc_regs(fe, b, sizeof(b)); in digitv_nxt6000_tuner_set_params()
164 adap->fe_adap[0].fe->ops.tuner_ops.set_params = digitv_nxt6000_tuner_set_params; in digitv_tuner_attach()
Ddib0700_devices.c892 st->set_param_save = adap->fe_adap[0].fe->ops.tuner_ops.set_params; in dib7770p_tuner_attach()
893 adap->fe_adap[0].fe->ops.tuner_ops.set_params = dib7770_set_param_override; in dib7770p_tuner_attach()
910 st->set_param_save = adap->fe_adap[0].fe->ops.tuner_ops.set_params; in dib7070p_tuner_attach()
911 adap->fe_adap[0].fe->ops.tuner_ops.set_params = dib7070_set_param_override; in dib7070p_tuner_attach()
1320 st->set_param_save = adap->fe_adap[0].fe->ops.tuner_ops.set_params; in dib807x_tuner_attach()
1321 adap->fe_adap[0].fe->ops.tuner_ops.set_params = dib807x_set_param_override; in dib807x_tuner_attach()
1742 st->set_param_save = adap->fe_adap[0].fe->ops.tuner_ops.set_params; in dib809x_tuner_attach()
1743 adap->fe_adap[0].fe->ops.tuner_ops.set_params = dib8096_set_param_override; in dib809x_tuner_attach()
1787 fe_slave->ops.tuner_ops.set_params = dib8096_set_param_override; in nim8096md_tuner_attach()
1793 st->set_param_save = adap->fe_adap[0].fe->ops.tuner_ops.set_params; in nim8096md_tuner_attach()
[all …]
Ddw2102.c1185 struct dvb_tuner_ops *tuner_ops = NULL; in dw2104_frontend_attach() local
1194 tuner_ops = &d->fe_adap[0].fe->ops.tuner_ops; in dw2104_frontend_attach()
1195 tuner_ops->set_frequency = stb6100_set_freq; in dw2104_frontend_attach()
1196 tuner_ops->get_frequency = stb6100_get_freq; in dw2104_frontend_attach()
1197 tuner_ops->set_bandwidth = stb6100_set_bandw; in dw2104_frontend_attach()
1198 tuner_ops->get_bandwidth = stb6100_get_bandw; in dw2104_frontend_attach()
1575 adap->fe_adap[0].fe->ops.tuner_ops.get_rf_strength; in tt_s2_4600_frontend_attach()
Dcxusb.c847 if (fe == NULL || fe->ops.tuner_ops.set_config == NULL) in cxusb_dvico_xc3028_tuner_attach()
850 fe->ops.tuner_ops.set_config(fe, &ctl); in cxusb_dvico_xc3028_tuner_attach()
1164 st->set_param_save = adap->fe_adap[0].fe->ops.tuner_ops.set_params; in cxusb_dualdig4_rev2_tuner_attach()
1165 adap->fe_adap[0].fe->ops.tuner_ops.set_params = dib7070_set_param_override; in cxusb_dualdig4_rev2_tuner_attach()
/linux-4.4.14/drivers/media/pci/cx88/
Dcx88-dvb.c1389 if (fe != NULL && fe->ops.tuner_ops.set_config != NULL) in dvb_register()
1390 fe->ops.tuner_ops.set_config(fe, &ctl); in dvb_register()
1558 struct dvb_tuner_ops *tuner_ops = NULL; in dvb_register() local
1569 tuner_ops = &fe0->dvb.frontend->ops.tuner_ops; in dvb_register()
1570 tuner_ops->set_frequency = stb6100_set_freq; in dvb_register()
1571 tuner_ops->get_frequency = stb6100_get_freq; in dvb_register()
1572 tuner_ops->set_bandwidth = stb6100_set_bandw; in dvb_register()
1573 tuner_ops->get_bandwidth = stb6100_get_bandw; in dvb_register()
1596 fe0->dvb.frontend->ops.tuner_ops.set_params = in dvb_register()
/linux-4.4.14/drivers/media/pci/cx23885/
Dcx23885-dvb.c1340 if (fe != NULL && fe->ops.tuner_ops.set_config != NULL) in dvb_register()
1341 fe->ops.tuner_ops.set_config(fe, &ctl); in dvb_register()
1395 if (fe != NULL && fe->ops.tuner_ops.set_config != NULL) in dvb_register()
1396 fe->ops.tuner_ops.set_config(fe, &ctl); in dvb_register()
1434 if (fe != NULL && fe->ops.tuner_ops.set_config != NULL) in dvb_register()
1435 fe->ops.tuner_ops.set_config(fe, &ctl); in dvb_register()
1485 if (fe != NULL && fe->ops.tuner_ops.set_config != NULL) in dvb_register()
1486 fe->ops.tuner_ops.set_config(fe, &ctl); in dvb_register()
1719 fe0->dvb.frontend->ops.tuner_ops.init(fe0->dvb.frontend); in dvb_register()
1931 fe0->dvb.frontend->ops.tuner_ops.get_rf_strength; in dvb_register()
[all …]
Dcx23885-video.c961 if (fe && fe->ops.tuner_ops.set_analog_params) { in cx23885_set_freq_via_ops()
963 fe->ops.tuner_ops.set_analog_params(fe, &params); in cx23885_set_freq_via_ops()
/linux-4.4.14/drivers/media/pci/pt3/
Dpt3.c311 ret = fe->ops.tuner_ops.init(fe); in pt3_fe_init()
338 ret = fe->ops.tuner_ops.init(fe); in pt3_fe_init()
343 ret = fe->ops.tuner_ops.set_params(fe); in pt3_fe_init()
355 if (fe->ops.tuner_ops.sleep) in pt3_fe_init()
356 ret = fe->ops.tuner_ops.sleep(fe); in pt3_fe_init()
/linux-4.4.14/drivers/media/usb/ttusb-budget/
Ddvb-ttusb-budget.c1577 ttusb->fe->ops.tuner_ops.set_params = philips_tsa5059_tuner_set_params; in frontend_init()
1591 ttusb->fe->ops.tuner_ops.set_params = ttusb_novas_grundig_29504_491_tuner_set_params; in frontend_init()
1600 ttusb->fe->ops.tuner_ops.set_params = alps_tdbe2_tuner_set_params; in frontend_init()
1606 ttusb->fe->ops.tuner_ops.set_params = dvbc_philips_tdm1316l_tuner_set_params; in frontend_init()
1615 ttusb->fe->ops.tuner_ops.set_params = alps_tdmb7_tuner_set_params; in frontend_init()
1622 ttusb->fe->ops.tuner_ops.init = philips_tdm1316l_tuner_init; in frontend_init()
1623 ttusb->fe->ops.tuner_ops.set_params = philips_tdm1316l_tuner_set_params; in frontend_init()
/linux-4.4.14/drivers/media/pci/mantis/
Dmantis_vp1033.c179 fe->ops.tuner_ops.set_params = lgtdqcs001f_tuner_set; in vp1033_frontend_init()
Dmantis_vp2040.c157 fe->ops.tuner_ops.set_params = tda1002x_cu1216_tuner_set; in vp2040_frontend_init()
Dmantis_vp2033.c157 fe->ops.tuner_ops.set_params = tda1002x_cu1216_tuner_set; in vp2033_frontend_init()
/linux-4.4.14/drivers/media/usb/cx231xx/
Dcx231xx-dvb.c413 struct dvb_tuner_ops *dops = &dev->dvb->frontend->ops.tuner_ops; in cx231xx_set_analog_freq()
438 struct dvb_tuner_ops *dops = &dev->dvb->frontend->ops.tuner_ops; in cx231xx_reset_analog_tuner()
/linux-4.4.14/drivers/media/dvb-frontends/drx39xyj/
Ddrx_driver.h211 struct tuner_ops { struct
225 struct tuner_ops *my_funct; argument
Ddrxj.c12094 if (fe->ops.tuner_ops.set_params) { in drx39xxj_set_frontend()
12101 fe->ops.tuner_ops.set_params(fe); in drx39xxj_set_frontend()
12104 if (fe->ops.tuner_ops.get_if_frequency) { in drx39xxj_set_frontend()
12105 fe->ops.tuner_ops.get_if_frequency(fe, &int_freq); in drx39xxj_set_frontend()
/linux-4.4.14/drivers/media/pci/saa7164/
Dsaa7164-encoder.c405 if (fe && fe->ops.tuner_ops.set_analog_params) in saa7164_s_frequency()
406 fe->ops.tuner_ops.set_analog_params(fe, &params); in saa7164_s_frequency()
/linux-4.4.14/drivers/media/pci/smipcie/
Dsmipcie-main.c563 port->fe->ops.tuner_ops.get_rf_strength; in smi_dvbsky_m88ds3103_fe_attach()
619 port->fe->ops.tuner_ops.get_rf_strength; in smi_dvbsky_m88rs6000_fe_attach()
/linux-4.4.14/drivers/media/pci/pluto2/
Dpluto2.c527 pluto->fe->ops.tuner_ops.set_params = lg_tdtpe001p_tuner_set_params; in frontend_init()
/linux-4.4.14/drivers/media/usb/em28xx/
Dem28xx-dvb.c1578 dvb->fe[0]->ops.tuner_ops.get_rf_strength; in em28xx_dvb_init()
1769 ops->tuner_ops.sleep = NULL; in prevent_sleep()
/linux-4.4.14/drivers/media/pci/ngene/
Dngene-core.c1531 memcpy(&chan->fe2->ops.tuner_ops, in init_channel()
1532 &chan->fe->ops.tuner_ops, in init_channel()
/linux-4.4.14/drivers/media/pci/ddbridge/
Dddbridge-core.c885 memcpy(&input->fe2->ops.tuner_ops, in dvb_input_attach()
886 &input->fe->ops.tuner_ops, in dvb_input_attach()