/linux-4.1.27/drivers/media/dvb-frontends/ |
D | dib9000.c | 1154 u32 freq = state->fe[0]->dtv_property_cache.frequency / 1000; in dib9000_fw_set_channel_head() 1162 b[4] = (u8) ((state->fe[0]->dtv_property_cache.bandwidth_hz / 1000 >> 0) & 0xff); in dib9000_fw_set_channel_head() 1163 b[5] = (u8) ((state->fe[0]->dtv_property_cache.bandwidth_hz / 1000 >> 8) & 0xff); in dib9000_fw_set_channel_head() 1164 b[6] = (u8) ((state->fe[0]->dtv_property_cache.bandwidth_hz / 1000 >> 16) & 0xff); in dib9000_fw_set_channel_head() 1165 b[7] = (u8) ((state->fe[0]->dtv_property_cache.bandwidth_hz / 1000 >> 24) & 0xff); in dib9000_fw_set_channel_head() 1167 if (state->fe[0]->dtv_property_cache.delivery_system == SYS_DVBT) in dib9000_fw_set_channel_head() 1209 state->fe[0]->dtv_property_cache.inversion = INVERSION_ON; in dib9000_fw_get_channel() 1212 state->fe[0]->dtv_property_cache.inversion = INVERSION_OFF; in dib9000_fw_get_channel() 1216 state->fe[0]->dtv_property_cache.inversion = INVERSION_AUTO; in dib9000_fw_get_channel() 1221 state->fe[0]->dtv_property_cache.transmission_mode = TRANSMISSION_MODE_2K; in dib9000_fw_get_channel() [all …]
|
D | cxd2820r_core.c | 195 fe->dtv_property_cache.delivery_system); in cxd2820r_gpio() 250 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cxd2820r_set_frontend() 254 fe->dtv_property_cache.delivery_system); in cxd2820r_set_frontend() 283 fe->dtv_property_cache.delivery_system); in cxd2820r_set_frontend() 296 fe->dtv_property_cache.delivery_system); in cxd2820r_read_status() 298 switch (fe->dtv_property_cache.delivery_system) { in cxd2820r_read_status() 321 fe->dtv_property_cache.delivery_system); in cxd2820r_get_frontend() 326 switch (fe->dtv_property_cache.delivery_system) { in cxd2820r_get_frontend() 349 fe->dtv_property_cache.delivery_system); in cxd2820r_read_ber() 351 switch (fe->dtv_property_cache.delivery_system) { in cxd2820r_read_ber() [all …]
|
D | lg2160.c | 952 fe->dtv_property_cache.modulation = VSB_8; in lg216x_get_frontend() 953 fe->dtv_property_cache.frequency = state->current_frequency; in lg216x_get_frontend() 954 fe->dtv_property_cache.delivery_system = SYS_ATSCMH; in lg216x_get_frontend() 957 &fe->dtv_property_cache.atscmh_fic_ver); in lg216x_get_frontend() 960 if (state->fic_ver != fe->dtv_property_cache.atscmh_fic_ver) { in lg216x_get_frontend() 961 state->fic_ver = fe->dtv_property_cache.atscmh_fic_ver; in lg216x_get_frontend() 965 &fe->dtv_property_cache.atscmh_parade_id); in lg216x_get_frontend() 969 fe->dtv_property_cache.atscmh_parade_id = state->parade_id; in lg216x_get_frontend() 972 &fe->dtv_property_cache.atscmh_nog); in lg216x_get_frontend() 976 &fe->dtv_property_cache.atscmh_tnog); in lg216x_get_frontend() [all …]
|
D | dib8000.c | 378 switch (state->fe[0]->dtv_property_cache.transmission_mode) { in fft_to_mode() 994 struct dtv_frontend_properties *c = &state->fe[0]->dtv_property_cache; in dib8000_reset_stats() 1232 …dib8000_set_agc_config(state, (unsigned char)(BAND_OF_FREQUENCY(fe->dtv_property_cache.frequency /… in dib8000_pwm_agc_reset() 1291 …if (dib8000_set_agc_config(state, (unsigned char)(BAND_OF_FREQUENCY(fe->dtv_property_cache.frequen… in dib8000_agc_startup() 1992 struct dtv_frontend_properties *c = &state->fe[0]->dtv_property_cache; in dib8000_set_layer() 2123 switch (state->fe[0]->dtv_property_cache.transmission_mode) { in dib8000_get_init_prbs() 2186 struct dtv_frontend_properties *c = &state->fe[0]->dtv_property_cache; in dib8000_small_fine_tune() 2270 struct dtv_frontend_properties *c = &state->fe[0]->dtv_property_cache; in dib8000_set_sb_channel() 2345 struct dtv_frontend_properties *c = &state->fe[0]->dtv_property_cache; in dib8000_set_isdbt_common_channel() 2491 struct dtv_frontend_properties *c = &state->fe[0]->dtv_property_cache; in dib8000_autosearch_start() [all …]
|
D | dib0070.c | 158 if (state->fe->dtv_property_cache.bandwidth_hz/1000 > 7000) in dib0070_set_bandwidth() 160 else if (state->fe->dtv_property_cache.bandwidth_hz/1000 > 6000) in dib0070_set_bandwidth() 162 else if (state->fe->dtv_property_cache.bandwidth_hz/1000 > 5000) in dib0070_set_bandwidth() 170 if (state->fe->dtv_property_cache.delivery_system == SYS_ISDBT) { in dib0070_set_bandwidth() 348 u8 band = (u8)BAND_OF_FREQUENCY(fe->dtv_property_cache.frequency/1000); in dib0070_tune_digital() 349 …u32 freq = fe->dtv_property_cache.frequency/1000 + (band == BAND_VHF ? state->cfg->freq_offset_khz… in dib0070_tune_digital() 352 …if (state->fe->dtv_property_cache.delivery_system == SYS_ISDBT && state->fe->dtv_property_cache.is… in dib0070_tune_digital() 353 if (((state->fe->dtv_property_cache.isdbt_sb_segment_count % 2) in dib0070_tune_digital() 354 …&& (state->fe->dtv_property_cache.isdbt_sb_segment_idx == ((state->fe->dtv_property_cache.isdbt_sb… in dib0070_tune_digital() 355 || (((state->fe->dtv_property_cache.isdbt_sb_segment_count % 2) == 0) in dib0070_tune_digital() [all …]
|
D | tc90522.c | 114 set_tsid[0].val = (fe->dtv_property_cache.stream_id & 0xff00) >> 8; in tc90522s_set_tsid() 115 set_tsid[1].val = fe->dtv_property_cache.stream_id & 0xff; in tc90522s_set_tsid() 124 laysel = ~fe->dtv_property_cache.isdbt_layer_enabled & 0x07; in tc90522t_set_layers() 215 c = &fe->dtv_property_cache; in tc90522s_get_frontend() 348 c = &fe->dtv_property_cache; in tc90522t_get_frontend() 584 fe->dtv_property_cache.lna == LNA_AUTO) { in tc90522_sleep() 585 fe->dtv_property_cache.lna = 0; in tc90522_sleep() 587 fe->dtv_property_cache.lna = LNA_AUTO; in tc90522_sleep() 617 fe->dtv_property_cache.lna == LNA_AUTO) { in tc90522_init() 618 fe->dtv_property_cache.lna = 1; in tc90522_init() [all …]
|
D | dib0090.c | 1242 if (state->fe->dtv_property_cache.delivery_system == STANDARD_DAB) in dib0090_gain_control() 1246 if (state->fe->dtv_property_cache.delivery_system == STANDARD_DVBT && in dib0090_gain_control() 1247 …(state->fe->dtv_property_cache.modulation == QAM_64 || state->fe->dtv_property_cache.modulation ==… in dib0090_gain_control() 1251 …if ((state->fe->dtv_property_cache.delivery_system == SYS_ISDBT) && (((state->fe->dtv_property_cac… in dib0090_gain_control() 1254 ((state->fe->dtv_property_cache.layer[0].modulation == in dib0090_gain_control() 1256 || (state->fe->dtv_property_cache. in dib0090_gain_control() 1259 ((state->fe->dtv_property_cache.layer[1].segment_count > in dib0090_gain_control() 1262 ((state->fe->dtv_property_cache.layer[1].modulation == in dib0090_gain_control() 1264 || (state->fe->dtv_property_cache. in dib0090_gain_control() 1267 ((state->fe->dtv_property_cache.layer[2].segment_count > in dib0090_gain_control() [all …]
|
D | dvb-pll.c | 97 u32 bw = fe->dtv_property_cache.bandwidth_hz; in thomson_dtt759x_bw() 121 u32 bw = fe->dtv_property_cache.bandwidth_hz; in thomson_dtt7520x_bw() 215 u32 bw = fe->dtv_property_cache.bandwidth_hz; in tda665x_bw() 249 u32 bw = fe->dtv_property_cache.bandwidth_hz; in tua6034_bw() 273 u32 bw = fe->dtv_property_cache.bandwidth_hz; in tded4_bw() 348 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in opera1_bw() 639 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in dvb_pll_set_params() 672 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in dvb_pll_calc_regs()
|
D | s921.c | 267 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in s921_pll_tune() 419 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in s921_set_frontend() 438 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in s921_get_frontend()
|
D | rtl2830.c | 61 struct dtv_frontend_properties *c = &dev->fe.dtv_property_cache; in rtl2830_init() 176 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in rtl2830_set_frontend() 286 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in rtl2830_get_frontend() 430 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in rtl2830_read_snr() 460 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in rtl2830_read_signal_strength() 510 struct dtv_frontend_properties *c = &dev->fe.dtv_property_cache; in rtl2830_stat_work()
|
D | tdhd1.h | 45 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in alps_tdhd1_204a_tuner_set_params()
|
D | ds3000.c | 437 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in ds3000_read_status() 475 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in ds3000_read_ber() 549 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in ds3000_read_snr() 635 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in ds3000_read_ucblocks() 905 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in ds3000_set_frontend()
|
D | mb86a20s.c | 332 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mb86a20s_read_signal_strength() 511 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mb86a20s_reset_frontend_cache() 638 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mb86a20s_get_frontend() 750 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mb86a20s_reset_counters() 1397 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mb86a20s_get_main_CNR() 1444 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mb86a20s_get_blk_error_layer_CNR() 1546 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mb86a20s_stats_not_ready() 1584 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mb86a20s_get_stats() 1882 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mb86a20s_set_frontend() 2023 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mb86a20s_read_signal_strength_from_cache()
|
D | bsbe1.h | 74 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in alps_bsbe1_tuner_set_params()
|
D | bsru6.h | 106 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in alps_bsru6_tuner_set_params()
|
D | cxd2820r_c.c | 27 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cxd2820r_set_frontend_c() 107 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cxd2820r_get_frontend_c()
|
D | af9033.c | 241 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in af9033_init() 552 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in af9033_set_frontend() 697 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in af9033_get_frontend() 872 struct dtv_frontend_properties *c = &dev->fe.dtv_property_cache; in af9033_read_snr() 921 struct dtv_frontend_properties *c = &dev->fe.dtv_property_cache; in af9033_read_signal_strength() 1065 struct dtv_frontend_properties *c = &dev->fe.dtv_property_cache; in af9033_stat_work()
|
D | cxd2820r_t2.c | 27 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cxd2820r_set_frontend_t2() 175 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cxd2820r_get_frontend_t2()
|
D | cxd2820r_t.c | 27 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cxd2820r_set_frontend_t() 144 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cxd2820r_get_frontend_t()
|
D | lgs8gl5.c | 316 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in lgs8gl5_set_frontend() 341 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in lgs8gl5_get_frontend()
|
D | cx24123.c | 517 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in cx24123_pll_calculate() 649 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in cx24123_pll_tune() 916 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in cx24123_set_frontend() 950 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in cx24123_get_frontend()
|
D | dib3000mc.c | 551 struct dtv_frontend_properties *chan = &demod->dtv_property_cache; in dib3000mc_autosearch_start() 595 struct dtv_frontend_properties *ch = &demod->dtv_property_cache; in dib3000mc_tune() 637 struct dtv_frontend_properties *fep = &fe->dtv_property_cache; in dib3000mc_get_frontend() 692 struct dtv_frontend_properties *fep = &fe->dtv_property_cache; in dib3000mc_set_frontend()
|
D | tda8083.c | 320 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in tda8083_set_frontend() 340 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in tda8083_get_frontend()
|
D | cx22700.c | 328 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx22700_set_frontend() 349 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx22700_get_frontend()
|
D | as102_fe.c | 66 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in as102_fe_set_frontend() 196 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in as102_fe_get_frontend()
|
D | rtl2832.c | 299 struct dtv_frontend_properties *c = &dev->fe.dtv_property_cache; in rtl2832_init() 449 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in rtl2832_set_frontend() 574 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in rtl2832_get_frontend() 717 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in rtl2832_read_snr() 742 struct dtv_frontend_properties *c = &dev->fe.dtv_property_cache; in rtl2832_stat_work()
|
D | stv0299.c | 564 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in stv0299_set_frontend() 601 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in stv0299_get_frontend() 651 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in stv0299_get_tune_settings()
|
D | tda10086.c | 414 struct dtv_frontend_properties *fe_params = &fe->dtv_property_cache; in tda10086_set_frontend() 462 struct dtv_frontend_properties *fe_params = &fe->dtv_property_cache; in tda10086_get_frontend() 668 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in tda10086_get_tune_settings()
|
D | m88rs2000.c | 608 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in m88rs2000_set_frontend() 710 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in m88rs2000_get_frontend() 721 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in m88rs2000_get_tune_settings()
|
D | ves1820.c | 210 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in ves1820_set_parameters() 315 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in ves1820_get_frontend()
|
D | au8522_dig.c | 611 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in au8522_set_frontend() 821 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in au8522_get_frontend()
|
D | ves1x93.c | 390 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in ves1x93_set_frontend() 408 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in ves1x93_get_frontend()
|
D | sp8870.c | 250 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in sp8870_set_frontend_parameters() 463 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in sp8870_set_frontend()
|
D | stv6110.c | 266 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in stv6110_set_frequency() 362 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in stv6110_set_params()
|
D | cx22702.c | 265 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in cx22702_set_tps() 567 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx22702_get_frontend()
|
D | or51132.c | 311 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in or51132_set_parameters() 380 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in or51132_get_parameters()
|
D | m88ds3103.c | 192 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in m88ds3103_read_status() 245 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in m88ds3103_set_frontend() 738 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in m88ds3103_get_frontend() 912 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in m88ds3103_read_snr() 990 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in m88ds3103_read_ber()
|
D | dib7000m.c | 750 struct dtv_frontend_properties *ch = &demod->dtv_property_cache; in dib7000m_agc_startup() 962 struct dtv_frontend_properties *ch = &demod->dtv_property_cache; in dib7000m_autosearch_start() 1038 struct dtv_frontend_properties *ch = &demod->dtv_property_cache; in dib7000m_tune() 1156 struct dtv_frontend_properties *fep = &fe->dtv_property_cache; in dib7000m_get_frontend() 1214 struct dtv_frontend_properties *fep = &fe->dtv_property_cache; in dib7000m_set_frontend()
|
D | tda826x.c | 76 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in tda826x_set_params()
|
D | tda10021.c | 233 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in tda10021_set_parameters() 391 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in tda10021_get_frontend()
|
D | l64781.c | 122 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in apply_frontend_param() 248 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in get_frontend()
|
D | mt352.c | 171 struct dtv_frontend_properties *op = &fe->dtv_property_cache; in mt352_set_parameters() 316 struct dtv_frontend_properties *op = &fe->dtv_property_cache; in mt352_get_parameters()
|
D | tua6100.c | 72 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in tua6100_set_params()
|
D | cx24110.c | 534 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in cx24110_set_frontend() 551 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in cx24110_get_frontend()
|
D | stb6000.c | 80 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in stb6000_set_params()
|
D | tda10023.c | 307 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in tda10023_set_parameters() 461 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in tda10023_get_frontend()
|
D | lgdt330x.c | 318 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in lgdt330x_set_parameters() 444 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in lgdt330x_get_frontend()
|
D | dib7000p.c | 828 struct dtv_frontend_properties *ch = &demod->dtv_property_cache; in dib7000p_agc_startup() 1119 struct dtv_frontend_properties *ch = &demod->dtv_property_cache; in dib7000p_autosearch_start() 1266 struct dtv_frontend_properties *ch = &demod->dtv_property_cache; in dib7000p_tune() 1410 struct dtv_frontend_properties *fep = &fe->dtv_property_cache; in dib7000p_get_frontend() 1506 struct dtv_frontend_properties *fep = &fe->dtv_property_cache; in dib7000p_set_frontend() 1654 struct dtv_frontend_properties *c = &demod->dtv_property_cache; in dib7000p_reset_stats() 1785 struct dtv_frontend_properties *c = &demod->dtv_property_cache; in dib7000p_get_time_us() 1883 struct dtv_frontend_properties *c = &demod->dtv_property_cache; in dib7000p_get_stats()
|
D | s5h1420.c | 633 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in s5h1420_set_frontend() 750 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in s5h1420_get_frontend() 764 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in s5h1420_get_tune_settings()
|
D | zl10353.c | 184 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in zl10353_set_parameters() 376 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in zl10353_get_parameters()
|
D | stv0297.c | 409 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in stv0297_set_frontend() 617 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in stv0297_get_frontend()
|
D | ix2505v.c | 134 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in ix2505v_set_params()
|
D | s5h1411.c | 590 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in s5h1411_set_frontend() 845 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in s5h1411_get_frontend()
|
D | zl10039.c | 191 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in zl10039_set_params()
|
D | mt312.c | 544 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in mt312_set_frontend() 649 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in mt312_get_frontend()
|
D | si2168.c | 82 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in si2168_read_status() 152 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in si2168_set_frontend()
|
D | hd29l2.c | 344 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in hd29l2_search() 567 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in hd29l2_get_frontend()
|
D | s5h1409.c | 636 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in s5h1409_set_frontend() 930 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in s5h1409_get_frontend()
|
D | dib3000mb.c | 120 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in dib3000mb_set_frontend() 455 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in dib3000mb_get_frontend()
|
D | lgdt3305.c | 685 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in lgdt3304_set_parameters() 753 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in lgdt3305_set_parameters() 817 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in lgdt3305_get_frontend()
|
D | ec100.c | 91 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in ec100_set_frontend()
|
D | s5h1432.c | 183 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in s5h1432_set_frontend()
|
D | itd1000.c | 266 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in itd1000_set_parameters()
|
D | tda18271c2dd.c | 1142 u32 bw = fe->dtv_property_cache.bandwidth_hz; in set_params() 1143 u32 delsys = fe->dtv_property_cache.delivery_system; in set_params() 1145 state->m_Frequency = fe->dtv_property_cache.frequency; in set_params()
|
D | zl10036.c | 310 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in zl10036_set_params()
|
D | tda10048.c | 729 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in tda10048_set_frontend() 1033 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in tda10048_get_frontend()
|
D | or51211.c | 221 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in or51211_set_parameters()
|
D | nxt6000.c | 461 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in nxt6000_set_frontend()
|
D | stv0288.c | 458 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in stv0288_set_frontend()
|
D | stv0367.c | 1588 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in stv0367ter_algo() 1814 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in stv0367ter_set_frontend() 1934 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in stv0367ter_get_frontend() 3082 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in stv0367cab_set_frontend() 3140 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in stv0367cab_get_frontend()
|
D | atbm8830.c | 302 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in atbm8830_get_fe()
|
D | cx24117.c | 846 fe_delivery_system_t delsys = fe->dtv_property_cache.delivery_system; in cx24117_read_ucblocks() 1307 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx24117_set_frontend() 1564 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx24117_get_frontend()
|
D | sp887x.c | 351 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in sp887x_setup_frontend_parameters()
|
D | ts2020.c | 233 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in ts2020_set_params()
|
D | tda1004x.c | 706 struct dtv_frontend_properties *fe_params = &fe->dtv_property_cache; in tda1004x_set_fe() 904 struct dtv_frontend_properties *fe_params = &fe->dtv_property_cache; in tda1004x_get_fe()
|
D | tda10071.c | 668 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in tda10071_set_frontend() 817 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in tda10071_get_frontend()
|
D | stb6100.c | 338 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in stb6100_set_frequency()
|
D | cx24113.c | 481 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx24113_set_params()
|
D | af9013.c | 586 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in af9013_set_frontend() 871 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in af9013_get_frontend()
|
D | si21xx.c | 699 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in si21xx_set_frontend()
|
D | stb0899_drv.c | 1437 struct dtv_frontend_properties *props = &fe->dtv_property_cache; in stb0899_search() 1571 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in stb0899_get_frontend()
|
D | lgdt3306a.c | 971 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in lgdt3306a_set_parameters() 1046 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in lgdt3306a_get_frontend()
|
D | rtl2832_sdr.c | 803 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in rtl2832_sdr_set_tuner_freq() 1240 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in rtl2832_sdr_s_ctrl()
|
D | bcm3510.c | 497 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in bcm3510_set_frontend()
|
D | si2165.c | 764 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in si2165_set_parameters()
|
D | stv0900_core.c | 1578 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in stv0900_search() 1862 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in stv0900_get_frontend()
|
D | nxt200x.c | 542 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in nxt200x_setup_frontend_parameters()
|
D | lgs8gxx.c | 697 struct dtv_frontend_properties *fe_params = &fe->dtv_property_cache; in lgs8gxx_get_fe()
|
D | drxk_hard.c | 6347 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in drxk_set_parameters() 6520 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in drxk_get_stats() 6662 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in drxk_read_signal_strength() 6717 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in drxk_get_tune_settings() 6845 p = &state->frontend.dtv_property_cache; in drxk_attach()
|
D | cx24116.c | 1221 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx24116_set_frontend()
|
D | mb86a16.c | 1628 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in mb86a16_search()
|
D | drxd_hard.c | 2890 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in drxd_set_frontend()
|
D | stv090x.c | 3468 struct dtv_frontend_properties *props = &fe->dtv_property_cache; in stv090x_search()
|
/linux-4.1.27/drivers/media/common/siano/ |
D | smsdvb-main.c | 132 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in smsdvb_stats_not_ready() 227 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in smsdvb_update_tx_params() 244 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in smsdvb_update_per_slices() 284 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in smsdvb_update_dvb_stats() 336 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in smsdvb_update_isdbt_stats() 432 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in smsdvb_update_isdbt_stats_ex() 523 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in smsdvb_onresponse() 789 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in smsdvb_read_signal_strength() 812 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in smsdvb_read_snr() 831 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in smsdvb_read_ucblocks() [all …]
|
/linux-4.1.27/drivers/media/dvb-core/ |
D | dvb_frontend.c | 338 struct dtv_frontend_properties *c = &fe->dtv_property_cache, tmp; in dvb_frontend_swzigzag_autotune() 435 struct dtv_frontend_properties *c = &fe->dtv_property_cache, tmp; in dvb_frontend_swzigzag() 993 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in dvb_frontend_check_parameters() 1033 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in dvb_frontend_clear_cache() 1297 const struct dtv_frontend_properties *c = &fe->dtv_property_cache; in dtv_property_legacy_params_sync() 1527 tvp->u.data = fe->dtv_property_cache.atscmh_fic_ver; in dtv_property_process_get() 1530 tvp->u.data = fe->dtv_property_cache.atscmh_parade_id; in dtv_property_process_get() 1533 tvp->u.data = fe->dtv_property_cache.atscmh_nog; in dtv_property_process_get() 1536 tvp->u.data = fe->dtv_property_cache.atscmh_tnog; in dtv_property_process_get() 1539 tvp->u.data = fe->dtv_property_cache.atscmh_sgn; in dtv_property_process_get() [all …]
|
D | dvb_frontend.h | 423 struct dtv_frontend_properties dtv_property_cache; member
|
/linux-4.1.27/drivers/media/usb/dvb-usb/ |
D | friio-fe.c | 287 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in jdvbt90502_get_frontend() 301 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in jdvbt90502_set_frontend() 315 fe->dtv_property_cache.delivery_system = SYS_ISDBT; in jdvbt90502_set_frontend() 391 fe->dtv_property_cache.delivery_system = SYS_ISDBT; in jdvbt90502_init()
|
D | dtt200u-fe.c | 105 struct dtv_frontend_properties *fep = &fe->dtv_property_cache; in dtt200u_fe_set_frontend() 144 struct dtv_frontend_properties *fep = &fe->dtv_property_cache; in dtt200u_fe_get_frontend()
|
D | dib0700_devices.c | 842 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in dib7070_set_param_override() 860 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in dib7770_set_param_override() 1284 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in dib807x_set_param_override() 1633 ratio = ((fe->dtv_property_cache.frequency / 1000) * (1 << 8) / 1000) / freq_adc; in dib8090_compute_pll_parameters() 1634 rest = ((fe->dtv_property_cache.frequency / 1000) * (1 << 8) / 1000) - ratio * freq_adc; in dib8090_compute_pll_parameters() 1653 u8 pll_ratio, band = BAND_OF_FREQUENCY(fe->dtv_property_cache.frequency / 1000); in dib8096_set_param_override() 1661 …uency (%iHz) is not in the supported range, using VHF switch ", fe->dtv_property_cache.frequency); in dib8096_set_param_override() 1674 if (fe->dtv_property_cache.bandwidth_hz != 6000000) { in dib8096_set_param_override() 1680 …state->dib8000_ops.update_pll(fe, &dib8090_pll_config_12mhz, fe->dtv_property_cache.bandwidth_hz /… in dib8096_set_param_override() 1694 …state->dib8000_ops.update_pll(fe, &dib8090_pll_config_12mhz, fe->dtv_property_cache.bandwidth_hz /… in dib8096_set_param_override() [all …]
|
D | vp7045-fe.c | 108 struct dtv_frontend_properties *fep = &fe->dtv_property_cache; in vp7045_fe_set_frontend()
|
D | cinergyT2-fe.c | 267 struct dtv_frontend_properties *fep = &fe->dtv_property_cache; in cinergyt2_fe_set_frontend()
|
D | gp8psk-fe.c | 119 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in gp8psk_fe_set_frontend()
|
D | vp702x-fe.c | 140 struct dtv_frontend_properties *fep = &fe->dtv_property_cache; in vp702x_fe_set_frontend()
|
D | af9005-fe.c | 1105 struct dtv_frontend_properties *fep = &fe->dtv_property_cache; in af9005_fe_set_frontend() 1231 struct dtv_frontend_properties *fep = &fe->dtv_property_cache; in af9005_fe_get_frontend()
|
D | cxusb.c | 1130 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in dib7070_set_param_override()
|
/linux-4.1.27/drivers/media/pci/pt1/ |
D | va1j5jf8007s.c | 181 frequency = state->fe.dtv_property_cache.frequency; in va1j5jf8007s_set_frequency_1() 231 frequency = state->fe.dtv_property_cache.frequency; in va1j5jf8007s_set_frequency_3() 332 ts_id = state->fe.dtv_property_cache.stream_id; in va1j5jf8007s_set_ts_id() 359 ts_id = state->fe.dtv_property_cache.stream_id; in va1j5jf8007s_check_ts_id()
|
D | va1j5jf8007t.c | 167 frequency = state->fe.dtv_property_cache.frequency; in va1j5jf8007t_set_frequency()
|
/linux-4.1.27/drivers/media/usb/ttusb-dec/ |
D | ttusbdecfe.c | 92 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in ttusbdecfe_dvbt_set_frontend() 119 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in ttusbdecfe_dvbs_set_frontend()
|
/linux-4.1.27/drivers/media/pci/bt8xx/ |
D | dvb-bt8xx.c | 156 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in thomson_dtt7579_tuner_calc_regs() 200 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx24108_tuner_set_params() 275 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in microtune_mt7202dtf_tuner_set_params() 351 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in advbt771_samsung_tdtc9251dh0_tuner_calc_regs() 471 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in vp3021_alps_tded4_tuner_set_params() 525 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in digitv_alps_tded4_tuner_calc_regs()
|
D | dst.c | 1614 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in dst_set_frontend() 1652 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in dst_tune_frontend() 1690 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in dst_get_frontend()
|
/linux-4.1.27/drivers/media/tuners/ |
D | mxl301rf.c | 86 rssi = &fe->dtv_property_cache.strength; in mxl301rf_get_rf_strength() 187 freq = fe->dtv_property_cache.frequency; in mxl301rf_set_params()
|
D | qt1010.c | 59 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in qt1010_set_params() 293 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in qt1010_init()
|
D | xc5000.c | 723 u32 bw = fe->dtv_property_cache.bandwidth_hz; in xc5000_tune_digital() 766 u32 bw = fe->dtv_property_cache.bandwidth_hz; in xc5000_set_digital_params() 767 u32 freq = fe->dtv_property_cache.frequency; in xc5000_set_digital_params() 768 u32 delsys = fe->dtv_property_cache.delivery_system; in xc5000_set_digital_params()
|
D | tda18212.c | 35 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in tda18212_set_params()
|
D | tua9001.c | 138 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in tua9001_set_params()
|
D | e4000.c | 117 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in e4000_set_params() 418 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in e4000_s_ctrl()
|
D | mt2131.c | 97 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mt2131_set_params()
|
D | mt2266.c | 127 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mt2266_set_params()
|
D | m88rs6000t.c | 36 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in m88rs6000t_set_demod_mclk() 397 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in m88rs6000t_set_params()
|
D | mc44s803.c | 220 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mc44s803_set_params()
|
D | tda18218.c | 127 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in tda18218_set_params()
|
D | mt2060.c | 158 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mt2060_set_params()
|
D | fc0012.c | 136 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in fc0012_set_params()
|
D | max2165.c | 266 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in max2165_set_params()
|
D | tuner-simple.c | 892 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in simple_dvb_calc_regs() 915 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in simple_dvb_set_params()
|
D | qm1d1c0042.c | 188 freq = fe->dtv_property_cache.frequency; in qm1d1c0042_set_params()
|
D | it913x.c | 220 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in it913x_set_params()
|
D | si2157.c | 248 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in si2157_set_params()
|
D | fc0011.c | 180 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in fc0011_set_params()
|
D | fc0013.c | 230 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in fc0013_set_params()
|
D | tda827x.c | 157 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in tda827xo_set_params() 516 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in tda827xa_set_params()
|
D | fc2580.c | 143 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in fc2580_set_params()
|
D | mxl5007t.c | 616 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mxl5007t_set_params()
|
D | tuner-xc2028.c | 1192 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in xc2028_set_params()
|
D | tda18271-fe.c | 934 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in tda18271_set_params()
|
D | xc4000.c | 1160 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in xc4000_set_params()
|
D | r820t.c | 2215 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in r820t_set_params()
|
D | mt2063.c | 2131 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mt2063_set_params()
|
D | mxl5005s.c | 3984 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mxl5005s_set_params()
|
/linux-4.1.27/drivers/media/pci/ttpci/ |
D | budget.c | 207 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in alps_bsrv2_tuner_set_params() 249 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in alps_tdbe2_tuner_set_params() 277 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in grundig_29504_401_tuner_set_params() 335 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in grundig_29504_451_tuner_set_params() 359 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in s5h1420_tuner_set_params()
|
D | budget-patch.c | 266 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in alps_bsrv2_tuner_set_params() 308 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in grundig_29504_451_tuner_set_params()
|
D | av7110.c | 1575 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in alps_bsrv2_tuner_set_params() 1618 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in alps_tdbe2_tuner_set_params() 1650 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in grundig_29504_451_tuner_set_params() 1677 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in philips_cd1516_tuner_set_params() 1709 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in alps_tdlb7_tuner_set_params() 1847 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in nexusca_stv0297_tuner_set_params() 1903 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in grundig_29504_401_tuner_set_params()
|
D | budget-ci.c | 665 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in philips_su1278_tt_tuner_set_params() 746 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in philips_tdm1316l_tuner_set_params() 862 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in dvbc_philips_tdm1316l_tuner_set_params()
|
D | budget-av.c | 507 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in philips_su1278_ty_ci_tuner_set_params() 622 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in philips_cu1216_tuner_set_params() 703 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in philips_tu1216_tuner_set_params()
|
/linux-4.1.27/drivers/media/pci/mantis/ |
D | mantis_vp1033.c | 88 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in lgtdqcs001f_tuner_set()
|
D | mantis_vp2040.c | 52 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in tda1002x_cu1216_tuner_set()
|
D | mantis_vp2033.c | 70 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in tda1002x_cu1216_tuner_set()
|
/linux-4.1.27/drivers/media/usb/ttusb-budget/ |
D | dvb-ttusb-budget.c | 1023 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in alps_tdmb7_tuner_set_params() 1078 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in philips_tdm1316l_tuner_set_params() 1285 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in philips_tsa5059_tuner_set_params() 1329 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in ttusb_novas_grundig_29504_491_tuner_set_params() 1357 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in alps_tdbe2_tuner_set_params() 1402 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in dvbc_philips_tdm1316l_tuner_set_params()
|
/linux-4.1.27/drivers/staging/media/mn88473/ |
D | mn88473.c | 30 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mn88473_set_frontend() 174 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mn88473_read_status()
|
/linux-4.1.27/drivers/media/firewire/ |
D | firedtv-fe.c | 146 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in fdtv_set_frontend()
|
D | firedtv-avc.c | 387 if (fdtv->fe.dtv_property_cache.delivery_system == SYS_DVBS2) { in avc_tuner_tuneqpsk() 388 switch (fdtv->fe.dtv_property_cache.modulation) { in avc_tuner_tuneqpsk() 394 switch (fdtv->fe.dtv_property_cache.rolloff) { in avc_tuner_tuneqpsk() 402 switch (fdtv->fe.dtv_property_cache.pilot) { in avc_tuner_tuneqpsk()
|
/linux-4.1.27/drivers/media/pci/pt3/ |
D | pt3.c | 166 val = fe->dtv_property_cache.lna; in pt3_set_lna() 340 if (ret == 0 && fe->dtv_property_cache.frequency == 0) { in pt3_fe_init() 341 fe->dtv_property_cache.frequency = in pt3_fe_init()
|
/linux-4.1.27/drivers/staging/media/mn88472/ |
D | mn88472.c | 30 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mn88472_set_frontend() 225 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mn88472_read_status()
|
/linux-4.1.27/drivers/media/usb/dvb-usb-v2/ |
D | mxl111sf-tuner.c | 277 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mxl111sf_tuner_set_params()
|
D | mxl111sf-demod.c | 512 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in mxl111sf_demod_get_frontend()
|
/linux-4.1.27/drivers/media/dvb-frontends/drx39xyj/ |
D | drxj.c | 8859 struct dtv_frontend_properties *p = &state->frontend.dtv_property_cache; in qam64auto() 9007 struct dtv_frontend_properties *p = &state->frontend.dtv_property_cache; in qam256auto() 9450 struct dtv_frontend_properties *p = &state->frontend.dtv_property_cache; in ctrl_get_qam_sig_quality() 10666 struct dtv_frontend_properties *p = &state->frontend.dtv_property_cache; in ctrl_sig_quality() 11999 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in drx39xxj_read_ber() 12021 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in drx39xxj_read_signal_strength() 12034 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in drx39xxj_read_snr() 12050 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in drx39xxj_read_ucblocks() 12066 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in drx39xxj_set_frontend() 12223 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in drx39xxj_set_lna() [all …]
|
/linux-4.1.27/drivers/media/pci/pluto2/ |
D | pluto2.c | 450 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in lg_tdtpe001p_tuner_set_params()
|
/linux-4.1.27/drivers/media/usb/em28xx/ |
D | em28xx-dvb.c | 718 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in em28xx_pctv_290e_set_lna() 747 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in em28xx_pctv_292e_set_lna()
|
/linux-4.1.27/drivers/media/pci/saa7134/ |
D | saa7134-dvb.c | 189 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mt352_pinnacle_tuner_set_params() 293 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in philips_tda6651_pll_set()
|
/linux-4.1.27/drivers/media/pci/cx88/ |
D | cx88-dvb.c | 870 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in samsung_smt_7020_tuner_set_params()
|
/linux-4.1.27/drivers/media/pci/cx23885/ |
D | cx23885-dvb.c | 717 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in cx23885_dvb_set_frontend()
|