/linux-6.12.1/drivers/media/dvb-frontends/ |
D | dib9000.c | 1158 u32 freq = state->fe[0]->dtv_property_cache.frequency / 1000; in dib9000_fw_set_channel_head() 1166 b[4] = (u8) ((state->fe[0]->dtv_property_cache.bandwidth_hz / 1000 >> 0) & 0xff); in dib9000_fw_set_channel_head() 1167 b[5] = (u8) ((state->fe[0]->dtv_property_cache.bandwidth_hz / 1000 >> 8) & 0xff); in dib9000_fw_set_channel_head() 1168 b[6] = (u8) ((state->fe[0]->dtv_property_cache.bandwidth_hz / 1000 >> 16) & 0xff); in dib9000_fw_set_channel_head() 1169 b[7] = (u8) ((state->fe[0]->dtv_property_cache.bandwidth_hz / 1000 >> 24) & 0xff); in dib9000_fw_set_channel_head() 1171 if (state->fe[0]->dtv_property_cache.delivery_system == SYS_DVBT) in dib9000_fw_set_channel_head() 1213 state->fe[0]->dtv_property_cache.inversion = INVERSION_ON; in dib9000_fw_get_channel() 1216 state->fe[0]->dtv_property_cache.inversion = INVERSION_OFF; in dib9000_fw_get_channel() 1220 state->fe[0]->dtv_property_cache.inversion = INVERSION_AUTO; in dib9000_fw_get_channel() 1225 state->fe[0]->dtv_property_cache.transmission_mode = TRANSMISSION_MODE_2K; in dib9000_fw_get_channel() [all …]
|
D | dib0070.c | 142 if (state->fe->dtv_property_cache.bandwidth_hz/1000 > 7000) in dib0070_set_bandwidth() 144 else if (state->fe->dtv_property_cache.bandwidth_hz/1000 > 6000) in dib0070_set_bandwidth() 146 else if (state->fe->dtv_property_cache.bandwidth_hz/1000 > 5000) in dib0070_set_bandwidth() 154 if (state->fe->dtv_property_cache.delivery_system == SYS_ISDBT) { in dib0070_set_bandwidth() 331 u8 band = (u8)BAND_OF_FREQUENCY(fe->dtv_property_cache.frequency/1000); in dib0070_tune_digital() 332 …u32 freq = fe->dtv_property_cache.frequency/1000 + (band == BAND_VHF ? state->cfg->freq_offset_khz… in dib0070_tune_digital() 335 …if (state->fe->dtv_property_cache.delivery_system == SYS_ISDBT && state->fe->dtv_property_cache.is… in dib0070_tune_digital() 336 if (((state->fe->dtv_property_cache.isdbt_sb_segment_count % 2) in dib0070_tune_digital() 337 …&& (state->fe->dtv_property_cache.isdbt_sb_segment_idx == ((state->fe->dtv_property_cache.isdbt_sb… in dib0070_tune_digital() 338 || (((state->fe->dtv_property_cache.isdbt_sb_segment_count % 2) == 0) in dib0070_tune_digital() [all …]
|
D | dib8000.c | 382 switch (state->fe[0]->dtv_property_cache.transmission_mode) { in fft_to_mode() 998 struct dtv_frontend_properties *c = &state->fe[0]->dtv_property_cache; in dib8000_reset_stats() 1236 …dib8000_set_agc_config(state, (unsigned char)(BAND_OF_FREQUENCY(fe->dtv_property_cache.frequency /… in dib8000_pwm_agc_reset() 1295 …if (dib8000_set_agc_config(state, (unsigned char)(BAND_OF_FREQUENCY(fe->dtv_property_cache.frequen… in dib8000_agc_startup() 1996 struct dtv_frontend_properties *c = &state->fe[0]->dtv_property_cache; in dib8000_set_layer() 2143 switch (state->fe[0]->dtv_property_cache.transmission_mode) { in dib8000_get_init_prbs() 2213 struct dtv_frontend_properties *c = &state->fe[0]->dtv_property_cache; in dib8000_small_fine_tune() 2297 struct dtv_frontend_properties *c = &state->fe[0]->dtv_property_cache; in dib8000_set_sb_channel() 2372 struct dtv_frontend_properties *c = &state->fe[0]->dtv_property_cache; in dib8000_set_isdbt_common_channel() 2516 struct dtv_frontend_properties *c = &state->fe[0]->dtv_property_cache; in dib8000_autosearch_start() [all …]
|
D | cxd2820r_core.c | 50 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cxd2820r_gpio() 108 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cxd2820r_set_frontend() 151 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cxd2820r_read_status() 178 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cxd2820r_get_frontend() 207 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cxd2820r_read_ber() 221 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cxd2820r_read_signal_strength() 237 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cxd2820r_read_snr() 253 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cxd2820r_read_ucblocks() 271 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cxd2820r_sleep() 298 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cxd2820r_get_tune_settings() [all …]
|
D | dib0090.c | 1238 if (state->fe->dtv_property_cache.delivery_system == STANDARD_DAB) in dib0090_gain_control() 1242 if (state->fe->dtv_property_cache.delivery_system == STANDARD_DVBT && in dib0090_gain_control() 1243 …(state->fe->dtv_property_cache.modulation == QAM_64 || state->fe->dtv_property_cache.modulation ==… in dib0090_gain_control() 1247 …if ((state->fe->dtv_property_cache.delivery_system == SYS_ISDBT) && (((state->fe->dtv_property_cac… in dib0090_gain_control() 1250 ((state->fe->dtv_property_cache.layer[0].modulation == in dib0090_gain_control() 1252 || (state->fe->dtv_property_cache. in dib0090_gain_control() 1255 ((state->fe->dtv_property_cache.layer[1].segment_count > in dib0090_gain_control() 1258 ((state->fe->dtv_property_cache.layer[1].modulation == in dib0090_gain_control() 1260 || (state->fe->dtv_property_cache. in dib0090_gain_control() 1263 ((state->fe->dtv_property_cache.layer[2].segment_count > in dib0090_gain_control() [all …]
|
D | tc90522.c | 105 set_tsid[0].val = (fe->dtv_property_cache.stream_id & 0xff00) >> 8; in tc90522s_set_tsid() 106 set_tsid[1].val = fe->dtv_property_cache.stream_id & 0xff; in tc90522s_set_tsid() 115 laysel = ~fe->dtv_property_cache.isdbt_layer_enabled & 0x07; in tc90522t_set_layers() 576 fe->dtv_property_cache.lna == LNA_AUTO) { in tc90522_sleep() 577 fe->dtv_property_cache.lna = 0; in tc90522_sleep() 579 fe->dtv_property_cache.lna = LNA_AUTO; in tc90522_sleep() 609 fe->dtv_property_cache.lna == LNA_AUTO) { in tc90522_init() 610 fe->dtv_property_cache.lna = 1; in tc90522_init() 612 fe->dtv_property_cache.lna = LNA_AUTO; in tc90522_init() 623 if (fe->dtv_property_cache.isdbt_layer_enabled == 0) in tc90522_init() [all …]
|
D | dvb-pll.c | 89 u32 bw = fe->dtv_property_cache.bandwidth_hz; in thomson_dtt759x_bw() 113 u32 bw = fe->dtv_property_cache.bandwidth_hz; in thomson_dtt7520x_bw() 207 u32 bw = fe->dtv_property_cache.bandwidth_hz; in tda665x_bw() 241 u32 bw = fe->dtv_property_cache.bandwidth_hz; in tua6034_bw() 265 u32 bw = fe->dtv_property_cache.bandwidth_hz; in tded4_bw() 340 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in opera1_bw() 668 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in dvb_pll_set_params() 701 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in dvb_pll_calc_regs()
|
D | stb6100_cfg.h | 33 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in stb6100_set_frequency() 71 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in stb6100_set_bandwidth()
|
D | stb6100_proc.h | 38 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in stb6100_set_freq() 91 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in stb6100_set_bandw()
|
D | lg2160.c | 1044 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in lg2160_set_frontend() 1047 lg_dbg("(%d)\n", fe->dtv_property_cache.frequency); in lg2160_set_frontend() 1055 state->current_frequency = fe->dtv_property_cache.frequency; in lg2160_set_frontend() 1096 ret = lg216x_set_parade(state, fe->dtv_property_cache.atscmh_parade_id); in lg2160_set_frontend() 1101 fe->dtv_property_cache.atscmh_rs_frame_ensemble); in lg2160_set_frontend() 1310 &fe->dtv_property_cache.atscmh_rs_err); in lg216x_read_ucblocks() 1314 *ucblocks = fe->dtv_property_cache.atscmh_rs_err; in lg216x_read_ucblocks() 1425 state->frontend.dtv_property_cache.atscmh_parade_id = 1; in lg2160_attach()
|
D | si2165.c | 526 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in si2165_init() 637 c = &state->fe.dtv_property_cache; in si2165_init() 672 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in si2165_read_status() 799 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in si2165_read_snr() 811 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in si2165_read_ber() 899 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in si2165_set_frontend_dvbt() 968 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in si2165_set_frontend_dvbc() 1034 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in si2165_set_frontend()
|
D | cx24120.c | 324 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx24120_read_snr() 337 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx24120_read_ber() 430 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx24120_read_signal_strength() 608 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx24120_get_stats() 797 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx24120_get_fec() 837 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx24120_calculate_ber_window() 916 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx24120_set_clock_ratios() 1136 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx24120_set_frontend() 1272 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx24120_init() 1537 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx24120_read_ucblocks()
|
D | mb86a20s.c | 321 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mb86a20s_read_signal_strength() 500 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mb86a20s_reset_frontend_cache() 608 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mb86a20s_get_frontend() 731 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mb86a20s_reset_counters() 1378 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mb86a20s_get_main_CNR() 1425 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mb86a20s_get_blk_error_layer_CNR() 1527 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mb86a20s_stats_not_ready() 1565 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mb86a20s_get_stats() 1860 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mb86a20s_set_frontend() 2002 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in mb86a20s_read_signal_strength_from_cache()
|
D | rtl2830.c | 51 struct dtv_frontend_properties *c = &dev->fe.dtv_property_cache; in rtl2830_init() 162 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in rtl2830_set_frontend() 385 struct dtv_frontend_properties *c = &dev->fe.dtv_property_cache; in rtl2830_read_status() 501 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in rtl2830_read_snr() 531 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in rtl2830_read_signal_strength()
|
D | ds3000.c | 424 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in ds3000_read_status() 462 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in ds3000_read_ber() 536 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in ds3000_read_snr() 622 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in ds3000_read_ucblocks() 886 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in ds3000_set_frontend()
|
D | tda8261_cfg.h | 29 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in tda8261_set_frequency()
|
/linux-6.12.1/drivers/media/dvb-core/ |
D | dvb_frontend.c | 241 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in dvb_frontend_add_event() 394 struct dtv_frontend_properties *c = &fe->dtv_property_cache, tmp; in dvb_frontend_swzigzag_autotune() 491 struct dtv_frontend_properties *c = &fe->dtv_property_cache, tmp; in dvb_frontend_swzigzag() 661 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in dvb_frontend_thread() 899 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in dvb_frontend_get_frequency_limits() 944 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in dvb_frontend_get_stepsize() 966 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in dvb_frontend_check_parameters() 1008 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in dvb_frontend_clear_cache() 1486 tvp->u.data = fe->dtv_property_cache.atscmh_fic_ver; in dtv_property_process_get() 1489 tvp->u.data = fe->dtv_property_cache.atscmh_parade_id; in dtv_property_process_get() [all …]
|
/linux-6.12.1/drivers/media/common/siano/ |
D | smsdvb-main.c | 121 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in smsdvb_stats_not_ready() 244 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in smsdvb_update_tx_params() 261 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in smsdvb_update_per_slices() 301 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in smsdvb_update_dvb_stats() 353 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in smsdvb_update_isdbt_stats() 453 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in smsdvb_update_isdbt_stats_ex() 548 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in smsdvb_onresponse() 815 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in smsdvb_read_signal_strength() 838 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in smsdvb_read_snr() 857 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in smsdvb_read_ucblocks() [all …]
|
/linux-6.12.1/drivers/media/test-drivers/vidtv/ |
D | vidtv_demod.c | 85 c = &fe->dtv_property_cache; in vidtv_match_cnr_s() 127 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in vidtv_clean_stats() 164 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in vidtv_demod_update_stats() 240 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in vidtv_demod_read_signal_strength()
|
D | vidtv_tuner.c | 127 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in vidtv_tuner_check_frequency_shift() 182 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in vidtv_tuner_get_signal_strength() 295 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in vidtv_tuner_set_params()
|
/linux-6.12.1/drivers/media/pci/ddbridge/ |
D | ddbridge-sx8.c | 75 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in get_snr() 88 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in get_strength() 179 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in start() 306 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in start_iq() 353 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in set_parameters()
|
/linux-6.12.1/drivers/media/tuners/ |
D | qm1d1b0004.c | 113 frequency = fe->dtv_property_cache.frequency; in qm1d1b0004_set_params() 143 lpf_freq = fe->dtv_property_cache.symbol_rate / 1000; in qm1d1b0004_set_params()
|
/linux-6.12.1/drivers/media/usb/dvb-usb/ |
D | dib0700_devices.c | 843 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in dib7070_set_param_override() 861 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in dib7770_set_param_override() 1285 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in dib807x_set_param_override() 1634 ratio = ((fe->dtv_property_cache.frequency / 1000) * (1 << 8) / 1000) / freq_adc; in dib8090_compute_pll_parameters() 1635 rest = ((fe->dtv_property_cache.frequency / 1000) * (1 << 8) / 1000) - ratio * freq_adc; in dib8090_compute_pll_parameters() 1654 u8 pll_ratio, band = BAND_OF_FREQUENCY(fe->dtv_property_cache.frequency / 1000); in dib8096_set_param_override() 1662 …uency (%iHz) is not in the supported range, using VHF switch ", fe->dtv_property_cache.frequency); in dib8096_set_param_override() 1676 if (fe->dtv_property_cache.bandwidth_hz != 6000000) { in dib8096_set_param_override() 1682 …state->dib8000_ops.update_pll(fe, &dib8090_pll_config_12mhz, fe->dtv_property_cache.bandwidth_hz /… in dib8096_set_param_override() 1696 …state->dib8000_ops.update_pll(fe, &dib8090_pll_config_12mhz, fe->dtv_property_cache.bandwidth_hz /… in dib8096_set_param_override() [all …]
|
/linux-6.12.1/drivers/media/pci/bt8xx/ |
D | dvb-bt8xx.c | 145 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in thomson_dtt7579_tuner_calc_regs() 189 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx24108_tuner_set_params() 268 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in microtune_mt7202dtf_tuner_set_params() 344 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in advbt771_samsung_tdtc9251dh0_tuner_calc_regs() 460 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in vp3021_alps_tded4_tuner_set_params() 514 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in digitv_alps_tded4_tuner_calc_regs()
|
/linux-6.12.1/drivers/media/usb/ttusb-dec/ |
D | ttusbdecfe.c | 78 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in ttusbdecfe_dvbt_set_frontend() 105 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in ttusbdecfe_dvbs_set_frontend()
|