Home
last modified time | relevance | path

Searched refs:dtv_property_cache (Results 1 – 166 of 166) sorted by relevance

/linux-4.4.14/drivers/media/dvb-frontends/
Ddib9000.c1154 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 …]
Dcxd2820r_core.c195 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()
297 fe->dtv_property_cache.delivery_system); in cxd2820r_read_status()
299 switch (fe->dtv_property_cache.delivery_system) { in cxd2820r_read_status()
322 fe->dtv_property_cache.delivery_system); in cxd2820r_get_frontend()
327 switch (fe->dtv_property_cache.delivery_system) { in cxd2820r_get_frontend()
350 fe->dtv_property_cache.delivery_system); in cxd2820r_read_ber()
352 switch (fe->dtv_property_cache.delivery_system) { in cxd2820r_read_ber()
[all …]
Dlg2160.c952 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 …]
Ddib8000.c378 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 …]
Ddib0070.c158 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()
345 u8 band = (u8)BAND_OF_FREQUENCY(fe->dtv_property_cache.frequency/1000); in dib0070_tune_digital()
346 …u32 freq = fe->dtv_property_cache.frequency/1000 + (band == BAND_VHF ? state->cfg->freq_offset_khz… in dib0070_tune_digital()
349 …if (state->fe->dtv_property_cache.delivery_system == SYS_ISDBT && state->fe->dtv_property_cache.is… in dib0070_tune_digital()
350 if (((state->fe->dtv_property_cache.isdbt_sb_segment_count % 2) in dib0070_tune_digital()
351 …&& (state->fe->dtv_property_cache.isdbt_sb_segment_idx == ((state->fe->dtv_property_cache.isdbt_sb… in dib0070_tune_digital()
352 || (((state->fe->dtv_property_cache.isdbt_sb_segment_count % 2) == 0) in dib0070_tune_digital()
[all …]
Dtc90522.c114 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()
351 c = &fe->dtv_property_cache; in tc90522t_get_frontend()
587 fe->dtv_property_cache.lna == LNA_AUTO) { in tc90522_sleep()
588 fe->dtv_property_cache.lna = 0; in tc90522_sleep()
590 fe->dtv_property_cache.lna = LNA_AUTO; in tc90522_sleep()
620 fe->dtv_property_cache.lna == LNA_AUTO) { in tc90522_init()
621 fe->dtv_property_cache.lna = 1; in tc90522_init()
[all …]
Ddib0090.c1242 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 …]
Ddvb-pll.c97 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()
Ds921.c267 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()
Drtl2830.c61 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()
Dcx24120.c332 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx24120_read_snr()
345 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx24120_read_ber()
437 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx24120_read_signal_strength()
615 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx24120_get_stats()
804 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx24120_get_fec()
844 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx24120_calculate_ber_window()
923 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx24120_set_clock_ratios()
1141 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx24120_set_frontend()
1278 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx24120_init()
1507 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx24120_get_frontend()
[all …]
Dtdhd1.h45 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in alps_tdhd1_204a_tuner_set_params()
Dds3000.c438 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in ds3000_read_status()
476 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in ds3000_read_ber()
550 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in ds3000_read_snr()
636 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in ds3000_read_ucblocks()
906 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in ds3000_set_frontend()
Dmb86a20s.c332 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()
Dbsbe1.h74 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in alps_bsbe1_tuner_set_params()
Dtda10071.c380 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in tda10071_read_status()
515 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in tda10071_read_snr()
526 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in tda10071_read_signal_strength()
550 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in tda10071_read_ucblocks()
564 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in tda10071_set_frontend()
708 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in tda10071_get_frontend()
766 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in tda10071_init()
Dbsru6.h106 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in alps_bsru6_tuner_set_params()
Dts2020.c93 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in ts2020_init()
200 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in ts2020_set_params()
442 struct dtv_frontend_properties *c = &priv->fe->dtv_property_cache; in ts2020_stat_work()
466 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in ts2020_read_signal_strength()
Dcxd2820r_c.c27 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()
Daf9033.c241 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()
Dcxd2820r_t2.c27 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()
Dcxd2820r_t.c27 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()
Dlgs8gl5.c316 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()
Dcx24123.c517 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()
Ddib3000mc.c555 struct dtv_frontend_properties *chan = &demod->dtv_property_cache; in dib3000mc_autosearch_start()
599 struct dtv_frontend_properties *ch = &demod->dtv_property_cache; in dib3000mc_tune()
641 struct dtv_frontend_properties *fep = &fe->dtv_property_cache; in dib3000mc_get_frontend()
696 struct dtv_frontend_properties *fep = &fe->dtv_property_cache; in dib3000mc_set_frontend()
Das102_fe.c66 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()
Dcx22700.c329 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx22700_set_frontend()
350 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx22700_get_frontend()
Dtda8083.c327 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in tda8083_set_frontend()
347 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in tda8083_get_frontend()
Dtda10086.c416 struct dtv_frontend_properties *fe_params = &fe->dtv_property_cache; in tda10086_set_frontend()
464 struct dtv_frontend_properties *fe_params = &fe->dtv_property_cache; in tda10086_get_frontend()
671 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in tda10086_get_tune_settings()
Dstv0299.c570 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in stv0299_set_frontend()
607 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in stv0299_get_frontend()
657 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in stv0299_get_tune_settings()
Dm88rs2000.c611 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in m88rs2000_set_frontend()
713 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in m88rs2000_get_frontend()
724 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in m88rs2000_get_tune_settings()
Drtl2832.c299 struct dtv_frontend_properties *c = &dev->fe.dtv_property_cache; in rtl2832_init()
457 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in rtl2832_set_frontend()
582 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in rtl2832_get_frontend()
725 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in rtl2832_read_snr()
750 struct dtv_frontend_properties *c = &dev->fe.dtv_property_cache; in rtl2832_stat_work()
Dves1820.c211 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in ves1820_set_parameters()
317 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in ves1820_get_frontend()
Dor51132.c311 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()
Dau8522_dig.c611 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()
Dves1x93.c393 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in ves1x93_set_frontend()
411 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in ves1x93_get_frontend()
Dcx22702.c265 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()
Dsp8870.c250 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in sp8870_set_frontend_parameters()
464 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in sp8870_set_frontend()
Dstv6110.c266 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()
Dm88ds3103.c97 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in m88ds3103_read_status()
304 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in m88ds3103_set_frontend()
637 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in m88ds3103_init()
798 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in m88ds3103_get_frontend()
966 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in m88ds3103_read_snr()
Ddib7000m.c750 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()
Dtda826x.c76 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in tda826x_set_params()
Dtda10021.c233 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in tda10021_set_parameters()
392 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in tda10021_get_frontend()
Dl64781.c122 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()
Dmt352.c171 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()
Dtua6100.c72 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in tua6100_set_params()
Dcxd2841er.c1422 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in cxd2841er_read_ber()
1448 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in cxd2841er_read_signal_strength()
1472 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in cxd2841er_read_snr()
1498 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in cxd2841er_read_ucblocks()
2099 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in cxd2841er_get_frontend()
2142 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in cxd2841er_set_frontend_s()
2200 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in cxd2841er_set_frontend_tc()
2292 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in cxd2841er_tune_s()
2322 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in cxd2841er_tune_tc()
Dascot2e.c279 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in ascot2e_get_tv_system()
325 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in ascot2e_set_params()
Dcx24110.c538 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in cx24110_set_frontend()
555 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in cx24110_get_frontend()
Dstb6000.c80 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in stb6000_set_params()
Dlgdt330x.c318 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()
Dtda10023.c307 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in tda10023_set_parameters()
462 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in tda10023_get_frontend()
Ddib7000p.c828 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()
Ds5h1420.c644 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in s5h1420_set_frontend()
761 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in s5h1420_get_frontend()
775 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in s5h1420_get_tune_settings()
Dzl10353.c184 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()
Dstv0297.c412 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in stv0297_set_frontend()
620 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in stv0297_get_frontend()
Dix2505v.c134 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in ix2505v_set_params()
Ds5h1411.c590 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()
Dzl10039.c191 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in zl10039_set_params()
Dmt312.c547 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in mt312_set_frontend()
652 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in mt312_get_frontend()
Ddib3000mb.c120 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()
Ds5h1409.c636 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()
Dhd29l2.c344 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()
Dlgdt3305.c685 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()
Dec100.c91 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in ec100_set_frontend()
Dsi2168.c127 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in si2168_read_status()
197 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in si2168_set_frontend()
Ds5h1432.c183 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in s5h1432_set_frontend()
Dhorus3a.c175 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in horus3a_set_params()
Ditd1000.c266 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in itd1000_set_parameters()
Dtda18271c2dd.c1142 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()
Dzl10036.c310 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in zl10036_set_params()
Dtda10048.c729 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()
Dstv0288.c459 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in stv0288_set_frontend()
Dnxt6000.c465 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in nxt6000_set_frontend()
Dor51211.c221 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in or51211_set_parameters()
Dstv0367.c1597 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in stv0367ter_algo()
1823 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in stv0367ter_set_frontend()
1943 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in stv0367ter_get_frontend()
3093 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in stv0367cab_set_frontend()
3151 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in stv0367cab_get_frontend()
Datbm8830.c302 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in atbm8830_get_fe()
Dcx24117.c848 enum fe_delivery_system delsys = fe->dtv_property_cache.delivery_system; in cx24117_read_ucblocks()
1309 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx24117_set_frontend()
1566 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx24117_get_frontend()
Dsp887x.c351 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in sp887x_setup_frontend_parameters()
Dtda1004x.c706 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()
Dcx24113.c481 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx24113_set_params()
Dstb6100.c338 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in stb6100_set_frequency()
Daf9013.c586 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()
Dsi21xx.c699 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in si21xx_set_frontend()
Dstb0899_drv.c1439 struct dtv_frontend_properties *props = &fe->dtv_property_cache; in stb0899_search()
1573 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in stb0899_get_frontend()
Dlgdt3306a.c971 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()
Dbcm3510.c497 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in bcm3510_set_frontend()
Drtl2832_sdr.c834 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in rtl2832_sdr_set_tuner_freq()
1308 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in rtl2832_sdr_s_ctrl()
Dsi2165.c764 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in si2165_set_parameters()
Dstv0900_core.c1578 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in stv0900_search()
1864 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in stv0900_get_frontend()
Dnxt200x.c542 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in nxt200x_setup_frontend_parameters()
Dlgs8gxx.c697 struct dtv_frontend_properties *fe_params = &fe->dtv_property_cache; in lgs8gxx_get_fe()
Ddrxk_hard.c6348 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in drxk_set_parameters()
6521 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in drxk_get_stats()
6663 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in drxk_read_signal_strength()
6718 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in drxk_get_tune_settings()
6846 p = &state->frontend.dtv_property_cache; in drxk_attach()
Dcx24116.c1223 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx24116_set_frontend()
Dmb86a16.c1629 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in mb86a16_search()
Ddrxd_hard.c2890 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in drxd_set_frontend()
Dstv090x.c3468 struct dtv_frontend_properties *props = &fe->dtv_property_cache; in stv090x_search()
/linux-4.4.14/drivers/media/common/siano/
Dsmsdvb-main.c132 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.4.14/drivers/media/dvb-core/
Ddvb_frontend.c339 struct dtv_frontend_properties *c = &fe->dtv_property_cache, tmp; in dvb_frontend_swzigzag_autotune()
436 struct dtv_frontend_properties *c = &fe->dtv_property_cache, tmp; in dvb_frontend_swzigzag()
973 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in dvb_frontend_check_parameters()
1013 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in dvb_frontend_clear_cache()
1277 const struct dtv_frontend_properties *c = &fe->dtv_property_cache; in dtv_property_legacy_params_sync()
1507 tvp->u.data = fe->dtv_property_cache.atscmh_fic_ver; in dtv_property_process_get()
1510 tvp->u.data = fe->dtv_property_cache.atscmh_parade_id; in dtv_property_process_get()
1513 tvp->u.data = fe->dtv_property_cache.atscmh_nog; in dtv_property_process_get()
1516 tvp->u.data = fe->dtv_property_cache.atscmh_tnog; in dtv_property_process_get()
1519 tvp->u.data = fe->dtv_property_cache.atscmh_sgn; in dtv_property_process_get()
[all …]
Ddvb_frontend.h677 struct dtv_frontend_properties dtv_property_cache; member
/linux-4.4.14/drivers/media/usb/dvb-usb/
Dfriio-fe.c288 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in jdvbt90502_get_frontend()
302 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in jdvbt90502_set_frontend()
316 fe->dtv_property_cache.delivery_system = SYS_ISDBT; in jdvbt90502_set_frontend()
392 fe->dtv_property_cache.delivery_system = SYS_ISDBT; in jdvbt90502_init()
Ddtt200u-fe.c106 struct dtv_frontend_properties *fep = &fe->dtv_property_cache; in dtt200u_fe_set_frontend()
145 struct dtv_frontend_properties *fep = &fe->dtv_property_cache; in dtt200u_fe_get_frontend()
Ddib0700_devices.c842 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 …]
Dvp7045-fe.c109 struct dtv_frontend_properties *fep = &fe->dtv_property_cache; in vp7045_fe_set_frontend()
DcinergyT2-fe.c267 struct dtv_frontend_properties *fep = &fe->dtv_property_cache; in cinergyt2_fe_set_frontend()
Dgp8psk-fe.c120 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in gp8psk_fe_set_frontend()
Dvp702x-fe.c141 struct dtv_frontend_properties *fep = &fe->dtv_property_cache; in vp702x_fe_set_frontend()
Daf9005-fe.c1106 struct dtv_frontend_properties *fep = &fe->dtv_property_cache; in af9005_fe_set_frontend()
1232 struct dtv_frontend_properties *fep = &fe->dtv_property_cache; in af9005_fe_get_frontend()
Dcxusb.c1130 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in dib7070_set_param_override()
/linux-4.4.14/drivers/media/pci/pt1/
Dva1j5jf8007s.c181 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()
Dva1j5jf8007t.c167 frequency = state->fe.dtv_property_cache.frequency; in va1j5jf8007t_set_frequency()
/linux-4.4.14/drivers/media/usb/ttusb-dec/
Dttusbdecfe.c92 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.4.14/drivers/media/pci/bt8xx/
Ddvb-bt8xx.c156 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()
Ddst.c1617 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in dst_set_frontend()
1655 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in dst_tune_frontend()
1693 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in dst_get_frontend()
/linux-4.4.14/drivers/media/tuners/
Dsi2157.c82 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in si2157_init()
257 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in si2157_set_params()
382 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in si2157_stat_work()
Dmxl301rf.c86 rssi = &fe->dtv_property_cache.strength; in mxl301rf_get_rf_strength()
187 freq = fe->dtv_property_cache.frequency; in mxl301rf_set_params()
Dqt1010.c59 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()
Dxc5000.c723 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()
Dtua9001.c88 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in tua9001_set_params()
Dtda18212.c35 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in tda18212_set_params()
Dmt2131.c97 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mt2131_set_params()
Dmt2266.c127 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mt2266_set_params()
Dm88rs6000t.c36 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()
Dtda18218.c127 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in tda18218_set_params()
Dmc44s803.c220 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mc44s803_set_params()
Dmt2060.c158 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mt2060_set_params()
Dmax2165.c266 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in max2165_set_params()
Dfc0012.c136 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in fc0012_set_params()
Dtuner-simple.c892 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()
Dqm1d1c0042.c188 freq = fe->dtv_property_cache.frequency; in qm1d1c0042_set_params()
Dit913x.c220 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in it913x_set_params()
Dfc0011.c180 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in fc0011_set_params()
Dfc0013.c228 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in fc0013_set_params()
Dtda827x.c157 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()
Dfc2580.c333 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in fc2580_dvb_set_params()
Dmxl5007t.c616 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mxl5007t_set_params()
De4000.c598 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in e4000_dvb_set_params()
Dtda18271-fe.c934 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in tda18271_set_params()
Dtuner-xc2028.c1192 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in xc2028_set_params()
Dxc4000.c1160 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in xc4000_set_params()
Dr820t.c2215 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in r820t_set_params()
Dmt2063.c2131 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mt2063_set_params()
Dmxl5005s.c3984 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mxl5005s_set_params()
/linux-4.4.14/drivers/media/pci/ttpci/
Dbudget.c211 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in alps_bsrv2_tuner_set_params()
253 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in alps_tdbe2_tuner_set_params()
281 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in grundig_29504_401_tuner_set_params()
339 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in grundig_29504_451_tuner_set_params()
363 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in s5h1420_tuner_set_params()
Dbudget-patch.c269 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in alps_bsrv2_tuner_set_params()
311 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in grundig_29504_451_tuner_set_params()
Dav7110.c1572 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in alps_bsrv2_tuner_set_params()
1615 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in alps_tdbe2_tuner_set_params()
1647 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in grundig_29504_451_tuner_set_params()
1674 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in philips_cd1516_tuner_set_params()
1706 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in alps_tdlb7_tuner_set_params()
1844 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in nexusca_stv0297_tuner_set_params()
1900 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in grundig_29504_401_tuner_set_params()
Dbudget-ci.c665 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()
Dbudget-av.c507 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.4.14/drivers/media/pci/mantis/
Dmantis_vp1033.c88 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in lgtdqcs001f_tuner_set()
Dmantis_vp2040.c52 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in tda1002x_cu1216_tuner_set()
Dmantis_vp2033.c70 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in tda1002x_cu1216_tuner_set()
/linux-4.4.14/drivers/media/usb/ttusb-budget/
Ddvb-ttusb-budget.c1024 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in alps_tdmb7_tuner_set_params()
1079 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in philips_tdm1316l_tuner_set_params()
1286 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in philips_tsa5059_tuner_set_params()
1330 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in ttusb_novas_grundig_29504_491_tuner_set_params()
1358 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in alps_tdbe2_tuner_set_params()
1403 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in dvbc_philips_tdm1316l_tuner_set_params()
/linux-4.4.14/drivers/staging/media/mn88472/
Dmn88472.c30 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.4.14/drivers/staging/media/mn88473/
Dmn88473.c30 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.4.14/drivers/media/firewire/
Dfiredtv-fe.c146 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in fdtv_set_frontend()
Dfiredtv-avc.c387 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.4.14/drivers/media/pci/pt3/
Dpt3.c166 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.4.14/drivers/media/usb/dvb-usb-v2/
Dlmedm04.c273 c = &fe->dtv_property_cache; in lme2510_update_stats()
947 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in dm04_read_signal_strength()
963 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in dm04_read_snr()
Dmxl111sf-tuner.c277 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mxl111sf_tuner_set_params()
Dmxl111sf-demod.c512 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in mxl111sf_demod_get_frontend()
/linux-4.4.14/drivers/media/dvb-frontends/drx39xyj/
Ddrxj.c8859 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.4.14/drivers/media/pci/pluto2/
Dpluto2.c450 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in lg_tdtpe001p_tuner_set_params()
/linux-4.4.14/drivers/media/usb/em28xx/
Dem28xx-dvb.c719 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in em28xx_pctv_290e_set_lna()
748 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in em28xx_pctv_292e_set_lna()
/linux-4.4.14/drivers/media/pci/saa7134/
Dsaa7134-dvb.c178 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mt352_pinnacle_tuner_set_params()
282 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in philips_tda6651_pll_set()
/linux-4.4.14/drivers/media/pci/cx88/
Dcx88-dvb.c873 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in samsung_smt_7020_tuner_set_params()
/linux-4.4.14/drivers/media/pci/cx23885/
Dcx23885-dvb.c721 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in cx23885_dvb_set_frontend()