/linux-4.1.27/drivers/media/dvb-frontends/ |
D | stb6100_cfg.h | 25 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 …]
|
D | stb6100_proc.h | 23 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 …]
|
D | tda8261_cfg.h | 23 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()
|
D | cxd2820r_c.c | 55 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()
|
D | dvb-pll.c | 791 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()
|
D | cxd2820r_t2.c | 97 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()
|
D | cxd2820r_t.c | 79 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()
|
D | m88rs2000.c | 510 if (fe->ops.tuner_ops.get_rf_strength) in m88rs2000_read_signal_strength() 511 fe->ops.tuner_ops.get_rf_strength(fe, strength); in m88rs2000_read_signal_strength() 625 if (fe->ops.tuner_ops.set_params) in m88rs2000_set_frontend() 626 ret = fe->ops.tuner_ops.set_params(fe); in m88rs2000_set_frontend() 631 if (fe->ops.tuner_ops.get_frequency) in m88rs2000_set_frontend() 632 ret = fe->ops.tuner_ops.get_frequency(fe, &tuner_freq); in m88rs2000_set_frontend()
|
D | au8522_dig.c | 621 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()
|
D | zl10353.c | 352 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()
|
D | ds3000.c | 539 if (fe->ops.tuner_ops.get_rf_strength) in ds3000_read_signal_strength() 540 fe->ops.tuner_ops.get_rf_strength(fe, signal_strength); in ds3000_read_signal_strength() 918 if (fe->ops.tuner_ops.set_params) in ds3000_set_frontend() 919 fe->ops.tuner_ops.set_params(fe); in ds3000_set_frontend() 1027 if (fe->ops.tuner_ops.get_frequency) { in ds3000_set_frontend() 1028 fe->ops.tuner_ops.get_frequency(fe, &frequency); in ds3000_set_frontend()
|
D | mt352.c | 294 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()
|
D | dvb_dummy_fe.c | 81 if (fe->ops.tuner_ops.set_params) { in dvb_dummy_fe_set_frontend() 82 fe->ops.tuner_ops.set_params(fe); in dvb_dummy_fe_set_frontend()
|
D | tda8261.c | 210 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()
|
D | sp887x.c | 368 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()
|
D | ts2020.c | 446 memcpy(&fe->ops.tuner_ops, &ts2020_tuner_ops, in ts2020_attach() 567 memcpy(&fe->ops.tuner_ops, &ts2020_tuner_ops, in ts2020_probe() 569 fe->ops.tuner_ops.release = NULL; in ts2020_probe() 586 memset(&fe->ops.tuner_ops, 0, sizeof(struct dvb_tuner_ops)); in ts2020_remove()
|
D | tda665x.c | 238 fe->ops.tuner_ops = tda665x_ops; in tda665x_attach() 239 info = &fe->ops.tuner_ops.info; in tda665x_attach()
|
D | tc90522.c | 251 if (fe->ops.tuner_ops.get_rf_strength) { in tc90522s_get_frontend() 254 fe->ops.tuner_ops.get_rf_strength(fe, &dummy); in tc90522s_get_frontend() 410 if (fe->ops.tuner_ops.get_rf_strength) { in tc90522t_get_frontend() 413 fe->ops.tuner_ops.get_rf_strength(fe, &dummy); in tc90522t_get_frontend() 492 if (fe->ops.tuner_ops.set_params) in tc90522_set_frontend() 493 ret = fe->ops.tuner_ops.set_params(fe); in tc90522_set_frontend()
|
D | s5h1420.c | 649 if (fe->ops.tuner_ops.set_params) { in s5h1420_set_frontend() 650 fe->ops.tuner_ops.set_params(fe); in s5h1420_set_frontend() 653 if (fe->ops.tuner_ops.get_frequency) { in s5h1420_set_frontend() 655 fe->ops.tuner_ops.get_frequency(fe, &tmp); in s5h1420_set_frontend() 725 if (fe->ops.tuner_ops.set_params) { in s5h1420_set_frontend() 726 fe->ops.tuner_ops.set_params(fe); in s5h1420_set_frontend()
|
D | stv0900_core.c | 525 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()
|
D | rtl2832_sdr.c | 562 if (fe->ops.tuner_ops.get_if_frequency) in rtl2832_sdr_set_adc() 563 ret = fe->ops.tuner_ops.get_if_frequency(fe, &f_if); in rtl2832_sdr_set_adc() 835 if (fe->ops.tuner_ops.set_params) in rtl2832_sdr_set_tuner_freq() 836 fe->ops.tuner_ops.set_params(fe); in rtl2832_sdr_set_tuner_freq() 849 if (fe->ops.tuner_ops.init) in rtl2832_sdr_set_tuner() 850 fe->ops.tuner_ops.init(fe); in rtl2832_sdr_set_tuner() 863 if (fe->ops.tuner_ops.sleep) in rtl2832_sdr_unset_tuner() 864 fe->ops.tuner_ops.sleep(fe); in rtl2832_sdr_unset_tuner() 1268 if (fe->ops.tuner_ops.set_params) in rtl2832_sdr_s_ctrl() 1269 ret = fe->ops.tuner_ops.set_params(fe); in rtl2832_sdr_s_ctrl()
|
D | ix2505v.c | 308 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()
|
D | s5h1411.c | 601 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()
|
D | zl10039.c | 295 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()
|
D | hd29l2.c | 362 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()
|
D | s5h1409.c | 647 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()
|
D | tda10086.c | 427 if (fe->ops.tuner_ops.set_params) { in tda10086_set_frontend() 428 fe->ops.tuner_ops.set_params(fe); in tda10086_set_frontend() 432 if (fe->ops.tuner_ops.get_frequency) in tda10086_set_frontend() 433 fe->ops.tuner_ops.get_frequency(fe, &freq); in tda10086_set_frontend()
|
D | ec100.c | 100 if (fe->ops.tuner_ops.set_params) in ec100_set_frontend() 101 fe->ops.tuner_ops.set_params(fe); in ec100_set_frontend()
|
D | si2165.c | 773 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()
|
D | lgs8gl5.c | 324 if (fe->ops.tuner_ops.set_params) { in lgs8gl5_set_frontend() 325 fe->ops.tuner_ops.set_params(fe); in lgs8gl5_set_frontend()
|
D | cx24123.c | 842 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()
|
D | rtl2830.c | 209 if (fe->ops.tuner_ops.set_params) in rtl2830_set_frontend() 210 fe->ops.tuner_ops.set_params(fe); in rtl2830_set_frontend() 233 if (fe->ops.tuner_ops.get_if_frequency) in rtl2830_set_frontend() 234 ret = fe->ops.tuner_ops.get_if_frequency(fe, &if_frequency); in rtl2830_set_frontend()
|
D | zl10036.c | 502 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()
|
D | tda8083.c | 323 if (fe->ops.tuner_ops.set_params) { in tda8083_set_frontend() 324 fe->ops.tuner_ops.set_params(fe); in tda8083_set_frontend()
|
D | cx22700.c | 334 if (fe->ops.tuner_ops.set_params) { in cx22700_set_frontend() 335 fe->ops.tuner_ops.set_params(fe); in cx22700_set_frontend()
|
D | ves1820.c | 222 if (fe->ops.tuner_ops.set_params) { in ves1820_set_parameters() 223 fe->ops.tuner_ops.set_params(fe); in ves1820_set_parameters()
|
D | or51211.c | 226 if (fe->ops.tuner_ops.set_params) { in or51211_set_parameters() 227 fe->ops.tuner_ops.set_params(fe); in or51211_set_parameters()
|
D | ves1x93.c | 393 if (fe->ops.tuner_ops.set_params) { in ves1x93_set_frontend() 394 fe->ops.tuner_ops.set_params(fe); in ves1x93_set_frontend()
|
D | sp8870.c | 262 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()
|
D | nxt6000.c | 465 if (fe->ops.tuner_ops.set_params) { in nxt6000_set_frontend() 466 fe->ops.tuner_ops.set_params(fe); in nxt6000_set_frontend()
|
D | stv0288.c | 477 if (fe->ops.tuner_ops.set_params) { in stv0288_set_frontend() 478 fe->ops.tuner_ops.set_params(fe); in stv0288_set_frontend()
|
D | cx22702.c | 269 if (fe->ops.tuner_ops.set_params) { in cx22702_set_tps() 270 fe->ops.tuner_ops.set_params(fe); in cx22702_set_tps()
|
D | or51132.c | 365 if (fe->ops.tuner_ops.set_params) { in or51132_set_parameters() 366 fe->ops.tuner_ops.set_params(fe); in or51132_set_parameters()
|
D | tda826x.c | 175 memcpy(&fe->ops.tuner_ops, &tda826x_tuner_ops, sizeof(struct dvb_tuner_ops)); in tda826x_attach()
|
D | tda10021.c | 284 if (fe->ops.tuner_ops.set_params) { in tda10021_set_parameters() 285 fe->ops.tuner_ops.set_params(fe); in tda10021_set_parameters()
|
D | l64781.c | 155 if (fe->ops.tuner_ops.set_params) { in apply_frontend_param() 156 fe->ops.tuner_ops.set_params(fe); in apply_frontend_param()
|
D | atbm8830.c | 278 if (fe->ops.tuner_ops.set_params) { in atbm8830_set_fe() 281 fe->ops.tuner_ops.set_params(fe); in atbm8830_set_fe()
|
D | lgdt3305.c | 691 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()
|
D | tua6100.c | 198 memcpy(&fe->ops.tuner_ops, &tua6100_tuner_ops, sizeof(struct dvb_tuner_ops)); in tua6100_attach()
|
D | cx24110.c | 536 if (fe->ops.tuner_ops.set_params) { in cx24110_set_frontend() 537 fe->ops.tuner_ops.set_params(fe); in cx24110_set_frontend()
|
D | rtl2832.c | 483 if (fe->ops.tuner_ops.set_params) in rtl2832_set_frontend() 484 fe->ops.tuner_ops.set_params(fe); in rtl2832_set_frontend() 492 if (fe->ops.tuner_ops.get_if_frequency) { in rtl2832_set_frontend() 495 ret = fe->ops.tuner_ops.get_if_frequency(fe, &if_freq); in rtl2832_set_frontend()
|
D | stb6000.c | 242 memcpy(&fe->ops.tuner_ops, &stb6000_tuner_ops, in stb6000_attach()
|
D | tda10023.c | 352 if (fe->ops.tuner_ops.set_params) { in tda10023_set_parameters() 353 fe->ops.tuner_ops.set_params(fe); in tda10023_set_parameters()
|
D | lgdt330x.c | 428 if (fe->ops.tuner_ops.set_params) { in lgdt330x_set_parameters() 429 fe->ops.tuner_ops.set_params(fe); in lgdt330x_set_parameters()
|
D | af9033.c | 578 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()
|
D | stv0367.c | 925 struct dvb_tuner_ops *tuner_ops = &frontend_ops->tuner_ops; in stv0367_get_tuner_freq() local 931 if (tuner_ops->get_frequency) { in stv0367_get_tuner_freq() 932 err = tuner_ops->get_frequency(fe, &freq); in stv0367_get_tuner_freq() 1824 if (fe->ops.tuner_ops.set_params) { in stv0367ter_set_frontend() 1827 fe->ops.tuner_ops.set_params(fe); in stv0367ter_set_frontend() 3115 if (fe->ops.tuner_ops.set_params) { in stv0367cab_set_frontend() 3118 fe->ops.tuner_ops.set_params(fe); in stv0367cab_set_frontend()
|
D | mb86a20s.c | 1807 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()
|
D | stv0297.c | 457 if (fe->ops.tuner_ops.set_params) { in stv0297_set_frontend() 458 fe->ops.tuner_ops.set_params(fe); in stv0297_set_frontend()
|
D | m88ds3103.c | 282 if (fe->ops.tuner_ops.set_params) { in m88ds3103_set_frontend() 283 ret = fe->ops.tuner_ops.set_params(fe); in m88ds3103_set_frontend() 288 if (fe->ops.tuner_ops.get_frequency) { in m88ds3103_set_frontend() 289 ret = fe->ops.tuner_ops.get_frequency(fe, &tuner_frequency); in m88ds3103_set_frontend()
|
D | af9013.c | 596 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()
|
D | stv0299.c | 582 if (fe->ops.tuner_ops.set_params) { in stv0299_set_frontend() 583 fe->ops.tuner_ops.set_params(fe); in stv0299_set_frontend()
|
D | mt312.c | 613 if (fe->ops.tuner_ops.set_params) { in mt312_set_frontend() 614 fe->ops.tuner_ops.set_params(fe); in mt312_set_frontend()
|
D | si2168.c | 204 if (fe->ops.tuner_ops.set_params) { in si2168_set_frontend() 205 ret = fe->ops.tuner_ops.set_params(fe); in si2168_set_frontend()
|
D | dib3000mb.c | 124 if (tuner && fe->ops.tuner_ops.set_params) { in dib3000mb_set_frontend() 125 fe->ops.tuner_ops.set_params(fe); in dib3000mb_set_frontend()
|
D | lgdt3306a.c | 989 if (fe->ops.tuner_ops.set_params) { in lgdt3306a_set_parameters() 990 ret = fe->ops.tuner_ops.set_params(fe); in lgdt3306a_set_parameters() 1567 if (fe->ops.tuner_ops.get_rf_strength) { in lgdt3306a_read_status() 1568 ret = fe->ops.tuner_ops.get_rf_strength(fe, &strength); in lgdt3306a_read_status()
|
D | s5h1432.c | 191 fe->ops.tuner_ops.set_params(fe); in s5h1432_set_frontend()
|
D | stv0900_sw.c | 1167 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()
|
D | itd1000.c | 400 memcpy(&fe->ops.tuner_ops, &itd1000_tuner_ops, sizeof(struct dvb_tuner_ops)); in itd1000_attach()
|
D | dib3000mc.c | 704 if (fe->ops.tuner_ops.set_params) { in dib3000mc_set_frontend() 705 fe->ops.tuner_ops.set_params(fe); in dib3000mc_set_frontend()
|
D | tda18271c2dd.c | 1220 static struct dvb_tuner_ops tuner_ops = { variable 1247 memcpy(&fe->ops.tuner_ops, &tuner_ops, sizeof(struct dvb_tuner_ops)); in tda18271c2dd_attach()
|
D | tda10048.c | 740 if (fe->ops.tuner_ops.set_params) { in tda10048_set_frontend() 745 fe->ops.tuner_ops.set_params(fe); in tda10048_set_frontend()
|
D | stv6110x.c | 407 fe->ops.tuner_ops = stv6110x_ops; in stv6110x_attach()
|
D | stv6110.c | 447 memcpy(&fe->ops.tuner_ops, &stv6110_tuner_ops, in stv6110_attach()
|
D | nxt200x.c | 576 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()
|
D | lgs8gxx.c | 681 if (fe->ops.tuner_ops.set_params) { in lgs8gxx_set_fe() 682 fe->ops.tuner_ops.set_params(fe); in lgs8gxx_set_fe()
|
D | tda1004x.c | 724 if (fe->ops.tuner_ops.set_params) { in tda1004x_set_fe() 725 fe->ops.tuner_ops.set_params(fe); in tda1004x_set_fe()
|
D | lg2160.c | 1069 if (fe->ops.tuner_ops.set_params) { in lg2160_set_frontend() 1070 ret = fe->ops.tuner_ops.set_params(fe); in lg2160_set_frontend()
|
D | dib7000p.c | 856 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()
|
D | stb6100.c | 595 fe->ops.tuner_ops = stb6100_ops; in stb6100_attach()
|
D | cx24113.c | 600 memcpy(&fe->ops.tuner_ops, &cx24113_tuner_ops, in cx24113_attach()
|
D | dib7000m.c | 1222 if (fe->ops.tuner_ops.set_params) in dib7000m_set_frontend() 1223 fe->ops.tuner_ops.set_params(fe); in dib7000m_set_frontend()
|
D | dib0070.c | 766 memcpy(&fe->ops.tuner_ops, &dib0070_ops, sizeof(struct dvb_tuner_ops)); in dib0070_attach()
|
D | dib8000.c | 2719 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], ¤t_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()
|
D | dib0090.c | 2637 memcpy(&fe->ops.tuner_ops, &dib0090_ops, sizeof(struct dvb_tuner_ops)); in dib0090_register() 2664 memcpy(&fe->ops.tuner_ops, &dib0090_fw_ops, sizeof(struct dvb_tuner_ops)); in dib0090_fw_register()
|
D | drxd_hard.c | 2897 if (fe->ops.tuner_ops.set_params) { in drxd_set_frontend() 2898 fe->ops.tuner_ops.set_params(fe); in drxd_set_frontend()
|
D | drxk_hard.c | 6360 if (!fe->ops.tuner_ops.get_if_frequency) { in drxk_set_parameters() 6367 if (fe->ops.tuner_ops.set_params) in drxk_set_parameters() 6368 fe->ops.tuner_ops.set_params(fe); in drxk_set_parameters() 6399 fe->ops.tuner_ops.get_if_frequency(fe, &IF); in drxk_set_parameters()
|
/linux-4.1.27/drivers/media/v4l2-core/ |
D | tuner-core.c | 81 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.1.27/drivers/media/pci/ttpci/ |
D | budget.c | 500 budget->dvb_frontend->ops.tuner_ops.set_params = alps_bsrv2_tuner_set_params; in frontend_init() 510 budget->dvb_frontend->ops.tuner_ops.set_params = alps_bsru6_tuner_set_params; in frontend_init() 525 budget->dvb_frontend->ops.tuner_ops.set_params = alps_tdbe2_tuner_set_params; in frontend_init() 534 budget->dvb_frontend->ops.tuner_ops.set_params = grundig_29504_401_tuner_set_params; in frontend_init() 544 budget->dvb_frontend->ops.tuner_ops.set_params = alps_bsru6_tuner_set_params; in frontend_init() 562 budget->dvb_frontend->ops.tuner_ops.set_params = alps_bsru6_tuner_set_params; in frontend_init() 578 budget->dvb_frontend->ops.tuner_ops.set_params = alps_bsbe1_tuner_set_params; in frontend_init() 591 budget->dvb_frontend->ops.tuner_ops.set_params = grundig_29504_451_tuner_set_params; in frontend_init() 600 budget->dvb_frontend->ops.tuner_ops.set_params = alps_tdhd1_204a_tuner_set_params; in frontend_init() 609 budget->dvb_frontend->ops.tuner_ops.set_params = grundig_29504_401_tuner_set_params; in frontend_init() [all …]
|
D | budget-ci.c | 1322 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()
|
D | budget-av.c | 1259 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()
|
D | budget-patch.c | 340 budget->dvb_frontend->ops.tuner_ops.set_params = alps_bsrv2_tuner_set_params; in frontend_init() 350 budget->dvb_frontend->ops.tuner_ops.set_params = alps_bsru6_tuner_set_params; in frontend_init() 362 budget->dvb_frontend->ops.tuner_ops.set_params = grundig_29504_451_tuner_set_params; in frontend_init()
|
D | av7110.c | 2132 av7110->fe->ops.tuner_ops.set_params = philips_cd1516_tuner_set_params; in frontend_init() 2146 av7110->fe->ops.tuner_ops.set_params = alps_bsrv2_tuner_set_params; in frontend_init() 2157 av7110->fe->ops.tuner_ops.set_params = alps_bsru6_tuner_set_params; in frontend_init() 2170 av7110->fe->ops.tuner_ops.set_params = grundig_29504_451_tuner_set_params; in frontend_init() 2185 av7110->fe->ops.tuner_ops.set_params = philips_cd1516_tuner_set_params; in frontend_init() 2193 av7110->fe->ops.tuner_ops.set_params = alps_tdbe2_tuner_set_params; in frontend_init() 2203 av7110->fe->ops.tuner_ops.set_params = alps_tdlb7_tuner_set_params; in frontend_init() 2212 av7110->fe->ops.tuner_ops.set_params = grundig_29504_401_tuner_set_params; in frontend_init() 2219 av7110->fe->ops.tuner_ops.set_params = alps_tdbe2_tuner_set_params; in frontend_init() 2227 av7110->fe->ops.tuner_ops.set_params = alps_bsrv2_tuner_set_params; in frontend_init() [all …]
|
/linux-4.1.27/drivers/media/tuners/ |
D | tda8290.c | 240 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()
|
D | mt20xx.c | 424 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()
|
D | tda18212.c | 247 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()
|
D | tda827x.c | 809 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()
|
D | it913x.c | 419 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()
|
D | si2157.c | 398 memcpy(&fe->ops.tuner_ops, &si2157_ops, sizeof(struct dvb_tuner_ops)); in si2157_probe() 421 memset(&fe->ops.tuner_ops, 0, sizeof(struct dvb_tuner_ops)); in si2157_remove()
|
D | tea5761.c | 334 memcpy(&fe->ops.tuner_ops, &tea5761_tuner_ops, in tea5761_attach()
|
D | tuner-simple.c | 1113 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()
|
D | tua9001.c | 280 memcpy(&fe->ops.tuner_ops, &tua9001_tuner_ops, in tua9001_attach()
|
D | e4000.c | 560 memcpy(&fe->ops.tuner_ops, &e4000_tuner_ops, in e4000_probe() 587 memset(&fe->ops.tuner_ops, 0, sizeof(struct dvb_tuner_ops)); in e4000_remove()
|
D | mt2131.c | 286 memcpy(&fe->ops.tuner_ops, &mt2131_tuner_ops, in mt2131_attach()
|
D | mxl301rf.c | 312 memcpy(&fe->ops.tuner_ops, &mxl301rf_ops, sizeof(mxl301rf_ops)); in mxl301rf_probe()
|
D | tea5767.c | 462 memcpy(&fe->ops.tuner_ops, &tea5767_tuner_ops, in tea5767_attach()
|
D | mt2266.c | 343 memcpy(&fe->ops.tuner_ops, &mt2266_tuner_ops, sizeof(struct dvb_tuner_ops)); in mt2266_attach()
|
D | m88rs6000t.c | 700 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()
|
D | mc44s803.c | 358 memcpy(&fe->ops.tuner_ops, &mc44s803_tuner_ops, in mc44s803_attach()
|
D | tda18218.c | 333 memcpy(&fe->ops.tuner_ops, &tda18218_tuner_ops, in tda18218_attach()
|
D | mt2060.c | 387 memcpy(&fe->ops.tuner_ops, &mt2060_tuner_ops, sizeof(struct dvb_tuner_ops)); in mt2060_attach()
|
D | fc0012.c | 498 memcpy(&fe->ops.tuner_ops, &fc0012_tuner_ops, in fc0012_attach()
|
D | max2165.c | 417 memcpy(&fe->ops.tuner_ops, &max2165_tuner_ops, in max2165_attach()
|
D | qm1d1c0042.c | 411 memcpy(&fe->ops.tuner_ops, &qm1d1c0042_ops, sizeof(qm1d1c0042_ops)); in qm1d1c0042_probe()
|
D | qt1010.c | 444 memcpy(&fe->ops.tuner_ops, &qt1010_tuner_ops, in qt1010_attach()
|
D | fc0011.c | 513 fe->ops.tuner_ops = fc0011_tuner_ops; in fc0011_attach()
|
D | fc0013.c | 624 memcpy(&fe->ops.tuner_ops, &fc0013_tuner_ops, in fc0013_attach()
|
D | fc2580.c | 536 memcpy(&fe->ops.tuner_ops, &fc2580_tuner_ops, in fc2580_attach()
|
D | mxl5007t.c | 926 memcpy(&fe->ops.tuner_ops, &mxl5007t_tuner_ops, in mxl5007t_attach()
|
D | xc5000.c | 1485 memcpy(&fe->ops.tuner_ops, &xc5000_tuner_ops, in xc5000_attach()
|
D | tuner-xc2028.c | 1506 memcpy(&fe->ops.tuner_ops, &xc2028_dvb_tuner_ops, in xc2028_attach()
|
D | tda18271-fe.c | 1340 memcpy(&fe->ops.tuner_ops, &tda18271_tuner_ops, in tda18271_attach()
|
D | xc4000.c | 1750 memcpy(&fe->ops.tuner_ops, &xc4000_tuner_ops, in xc4000_attach()
|
D | r820t.c | 2373 memcpy(&fe->ops.tuner_ops, &r820t_tuner_ops, in r820t_attach()
|
D | mt2063.c | 2260 fe->ops.tuner_ops = mt2063_ops; in mt2063_attach()
|
D | mxl5005s.c | 4109 memcpy(&fe->ops.tuner_ops, &mxl5005s_tuner_ops, in mxl5005s_attach()
|
/linux-4.1.27/drivers/media/usb/dvb-usb-v2/ |
D | mxl111sf-demod.c | 304 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()
|
D | mxl111sf.c | 830 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()
|
D | af9015.c | 1002 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()
|
D | anysee.c | 1042 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()
|
D | rtl28xxu.c | 1085 adap->fe[0]->ops.tuner_ops.get_rf_strength; in rtl2832u_tuner_attach() 1093 adap->fe[0]->ops.tuner_ops.get_rf_strength; in rtl2832u_tuner_attach() 1145 adap->fe[0]->ops.tuner_ops.get_rf_strength; in rtl2832u_tuner_attach() 1152 adap->fe[0]->ops.tuner_ops.get_rf_strength; in rtl2832u_tuner_attach() 1159 adap->fe[1]->ops.tuner_ops.get_rf_strength; in rtl2832u_tuner_attach()
|
D | mxl111sf-tuner.c | 506 memcpy(&fe->ops.tuner_ops, &mxl111sf_tuner_tuner_ops, in mxl111sf_tuner_attach()
|
D | dvbsky.c | 354 adap->fe[0]->ops.tuner_ops.get_rf_strength; in dvbsky_s960_attach() 494 adap->fe[0]->ops.tuner_ops.get_rf_strength; in dvbsky_s960c_attach()
|
/linux-4.1.27/drivers/media/pci/cx18/ |
D | cx18-dvb.c | 517 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.1.27/drivers/media/pci/saa7134/ |
D | saa7134-dvb.c | 1257 fe0->dvb.frontend->ops.tuner_ops.set_params = mt352_pinnacle_tuner_set_params; in dvb_init() 1293 fe0->dvb.frontend->ops.tuner_ops.init = philips_tu1216_init; in dvb_init() 1294 fe0->dvb.frontend->ops.tuner_ops.set_params = philips_tda6651_pll_set; in dvb_init() 1312 fe0->dvb.frontend->ops.tuner_ops.init = philips_europa_tuner_init; in dvb_init() 1313 fe0->dvb.frontend->ops.tuner_ops.sleep = philips_europa_tuner_sleep; in dvb_init() 1314 fe0->dvb.frontend->ops.tuner_ops.set_params = philips_td1316_tuner_set_params; in dvb_init() 1324 fe0->dvb.frontend->ops.tuner_ops.init = philips_europa_tuner_init; in dvb_init() 1325 fe0->dvb.frontend->ops.tuner_ops.sleep = philips_europa_tuner_sleep; in dvb_init() 1326 fe0->dvb.frontend->ops.tuner_ops.set_params = philips_td1316_tuner_set_params; in dvb_init() 1334 fe0->dvb.frontend->ops.tuner_ops.init = philips_tu1216_init; in dvb_init() [all …]
|
/linux-4.1.27/drivers/media/pci/bt8xx/ |
D | dvb-bt8xx.c | 610 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.1.27/drivers/media/dvb-core/ |
D | dvb_frontend.c | 289 if (fe->ops.tuner_ops.init) { in dvb_frontend_init() 292 fe->ops.tuner_ops.init(fe); in dvb_frontend_init() 843 if (fe->ops.tuner_ops.sleep) { in dvb_frontend_thread() 846 fe->ops.tuner_ops.sleep(fe); in dvb_frontend_thread() 977 *freq_min = max(fe->ops.info.frequency_min, fe->ops.tuner_ops.info.frequency_min); in dvb_frontend_get_frequency_limits() 980 *freq_max = fe->ops.tuner_ops.info.frequency_max; in dvb_frontend_get_frequency_limits() 981 else if (fe->ops.tuner_ops.info.frequency_max == 0) in dvb_frontend_get_frequency_limits() 984 *freq_max = min(fe->ops.info.frequency_max, fe->ops.tuner_ops.info.frequency_max); in dvb_frontend_get_frequency_limits() 2693 if (fe->ops.tuner_ops.suspend) in dvb_frontend_suspend() 2694 ret = fe->ops.tuner_ops.suspend(fe); in dvb_frontend_suspend() [all …]
|
D | dvb_frontend.h | 315 struct dvb_tuner_ops tuner_ops; member
|
/linux-4.1.27/drivers/staging/media/mn88473/ |
D | mn88473.c | 78 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.1.27/drivers/media/usb/dvb-usb/ |
D | af9005-fe.c | 446 if (fe->ops.tuner_ops.release == NULL) in af9005_fe_read_status() 492 if (fe->ops.tuner_ops.release == NULL) in af9005_fe_read_ber() 502 if (fe->ops.tuner_ops.release == NULL) in af9005_fe_read_unc_blocks() 516 if (fe->ops.tuner_ops.release == NULL) in af9005_fe_read_signal_strength() 1039 if (fe->ops.tuner_ops.release == NULL) { in af9005_fe_init() 1074 ret = fe->ops.tuner_ops.init(fe); in af9005_fe_init() 1112 if (fe->ops.tuner_ops.release == NULL) { in af9005_fe_set_frontend() 1193 ret = fe->ops.tuner_ops.set_params(fe); in af9005_fe_set_frontend()
|
D | digitv.c | 126 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()
|
D | dib0700_devices.c | 892 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 …]
|
D | dw2102.c | 1162 struct dvb_tuner_ops *tuner_ops = NULL; in dw2104_frontend_attach() local 1171 tuner_ops = &d->fe_adap[0].fe->ops.tuner_ops; in dw2104_frontend_attach() 1172 tuner_ops->set_frequency = stb6100_set_freq; in dw2104_frontend_attach() 1173 tuner_ops->get_frequency = stb6100_get_freq; in dw2104_frontend_attach() 1174 tuner_ops->set_bandwidth = stb6100_set_bandw; in dw2104_frontend_attach() 1175 tuner_ops->get_bandwidth = stb6100_get_bandw; in dw2104_frontend_attach() 1552 adap->fe_adap[0].fe->ops.tuner_ops.get_rf_strength; in tt_s2_4600_frontend_attach()
|
D | cxusb.c | 847 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.1.27/drivers/staging/media/mn88472/ |
D | mn88472.c | 82 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.1.27/drivers/media/pci/cx23885/ |
D | cx23885-dvb.c | 1340 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() 1876 fe0->dvb.frontend->ops.tuner_ops.get_rf_strength; in dvb_register() [all …]
|
D | cx23885-video.c | 956 if (fe && fe->ops.tuner_ops.set_analog_params) { in cx23885_set_freq_via_ops() 958 fe->ops.tuner_ops.set_analog_params(fe, ¶ms); in cx23885_set_freq_via_ops()
|
/linux-4.1.27/drivers/media/pci/cx88/ |
D | cx88-dvb.c | 1386 if (fe != NULL && fe->ops.tuner_ops.set_config != NULL) in dvb_register() 1387 fe->ops.tuner_ops.set_config(fe, &ctl); in dvb_register() 1555 struct dvb_tuner_ops *tuner_ops = NULL; in dvb_register() local 1566 tuner_ops = &fe0->dvb.frontend->ops.tuner_ops; in dvb_register() 1567 tuner_ops->set_frequency = stb6100_set_freq; in dvb_register() 1568 tuner_ops->get_frequency = stb6100_get_freq; in dvb_register() 1569 tuner_ops->set_bandwidth = stb6100_set_bandw; in dvb_register() 1570 tuner_ops->get_bandwidth = stb6100_get_bandw; in dvb_register() 1593 fe0->dvb.frontend->ops.tuner_ops.set_params = in dvb_register()
|
/linux-4.1.27/drivers/media/pci/pt3/ |
D | pt3.c | 311 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.1.27/drivers/media/usb/ttusb-budget/ |
D | dvb-ttusb-budget.c | 1576 ttusb->fe->ops.tuner_ops.set_params = philips_tsa5059_tuner_set_params; in frontend_init() 1590 ttusb->fe->ops.tuner_ops.set_params = ttusb_novas_grundig_29504_491_tuner_set_params; in frontend_init() 1599 ttusb->fe->ops.tuner_ops.set_params = alps_tdbe2_tuner_set_params; in frontend_init() 1605 ttusb->fe->ops.tuner_ops.set_params = dvbc_philips_tdm1316l_tuner_set_params; in frontend_init() 1614 ttusb->fe->ops.tuner_ops.set_params = alps_tdmb7_tuner_set_params; in frontend_init() 1621 ttusb->fe->ops.tuner_ops.init = philips_tdm1316l_tuner_init; in frontend_init() 1622 ttusb->fe->ops.tuner_ops.set_params = philips_tdm1316l_tuner_set_params; in frontend_init()
|
/linux-4.1.27/drivers/media/pci/mantis/ |
D | mantis_vp1033.c | 179 fe->ops.tuner_ops.set_params = lgtdqcs001f_tuner_set; in vp1033_frontend_init()
|
D | mantis_vp2040.c | 157 fe->ops.tuner_ops.set_params = tda1002x_cu1216_tuner_set; in vp2040_frontend_init()
|
D | mantis_vp2033.c | 157 fe->ops.tuner_ops.set_params = tda1002x_cu1216_tuner_set; in vp2033_frontend_init()
|
/linux-4.1.27/drivers/media/usb/cx231xx/ |
D | cx231xx-dvb.c | 413 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.1.27/drivers/media/dvb-frontends/drx39xyj/ |
D | drx_driver.h | 211 struct tuner_ops { struct 225 struct tuner_ops *my_funct; argument
|
D | drxj.c | 12094 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.1.27/drivers/media/pci/smipcie/ |
D | smipcie.c | 559 port->fe->ops.tuner_ops.get_rf_strength; in smi_dvbsky_m88ds3103_fe_attach() 615 port->fe->ops.tuner_ops.get_rf_strength; in smi_dvbsky_m88rs6000_fe_attach()
|
/linux-4.1.27/drivers/media/pci/saa7164/ |
D | saa7164-vbi.c | 361 if (fe && fe->ops.tuner_ops.set_analog_params) in vidioc_s_frequency() 362 fe->ops.tuner_ops.set_analog_params(fe, ¶ms); in vidioc_s_frequency()
|
D | saa7164-encoder.c | 389 if (fe && fe->ops.tuner_ops.set_analog_params) in vidioc_s_frequency() 390 fe->ops.tuner_ops.set_analog_params(fe, ¶ms); in vidioc_s_frequency()
|
/linux-4.1.27/drivers/media/pci/pluto2/ |
D | pluto2.c | 527 pluto->fe->ops.tuner_ops.set_params = lg_tdtpe001p_tuner_set_params; in frontend_init()
|
/linux-4.1.27/drivers/media/usb/em28xx/ |
D | em28xx-dvb.c | 1531 dvb->fe[0]->ops.tuner_ops.get_rf_strength; in em28xx_dvb_init() 1706 ops->tuner_ops.sleep = NULL; in prevent_sleep()
|
/linux-4.1.27/drivers/media/pci/ngene/ |
D | ngene-core.c | 1530 memcpy(&chan->fe2->ops.tuner_ops, in init_channel() 1531 &chan->fe->ops.tuner_ops, in init_channel()
|
/linux-4.1.27/drivers/media/pci/ddbridge/ |
D | ddbridge-core.c | 885 memcpy(&input->fe2->ops.tuner_ops, in dvb_input_attach() 886 &input->fe->ops.tuner_ops, in dvb_input_attach()
|