Home
last modified time | relevance | path

Searched refs:dtv_property_cache (Results 1 - 25 of 357) sorted by relevance

12345678910>>...15

/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H A Ddib9000.c1158 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 in dib9000_fw_get_channel()
[all...]
H A Ddib0070.c142 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_vhf : state->cfg->freq_offset_khz_uhf); in dib0070_tune_digital()
335 if (state->fe->dtv_property_cache.delivery_system == SYS_ISDBT && state->fe->dtv_property_cache.isdbt_sb_mode == 1) 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 in dib0070_tune_digital()
[all...]
H A Dcxd2820r_core.c50 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...]
H A Ddib8000.c382 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 / 1000))); in dib8000_pwm_agc_reset()
1295 if (dib8000_set_agc_config(state, (unsigned char)(BAND_OF_FREQUENCY(fe->dtv_property_cache.frequency / 1000))) != 0) { 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...]
H A Dtc90522.c105 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 in tc90522_init()
[all...]
H A Ddib0090.c1238 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 == QAM_16)) in dib0090_gain_control()
1247 if ((state->fe->dtv_property_cache.delivery_system == SYS_ISDBT) && (((state->fe->dtv_property_cache.layer[0].segment_count > 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 in dib0090_gain_control()
[all...]
H A Dstb6100_cfg.h33 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()
H A Dstb6100_proc.h38 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()
H A Ddvb-pll.c89 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()
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H A Ddib9000.c1158 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 in dib9000_fw_get_channel()
[all...]
H A Ddib0070.c142 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_vhf : state->cfg->freq_offset_khz_uhf); in dib0070_tune_digital()
335 if (state->fe->dtv_property_cache.delivery_system == SYS_ISDBT && state->fe->dtv_property_cache.isdbt_sb_mode == 1) 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 in dib0070_tune_digital()
[all...]
H A Dcxd2820r_core.c50 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...]
H A Ddib8000.c382 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 / 1000))); in dib8000_pwm_agc_reset()
1295 if (dib8000_set_agc_config(state, (unsigned char)(BAND_OF_FREQUENCY(fe->dtv_property_cache.frequency / 1000))) != 0) { 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...]
H A Dtc90522.c105 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 in tc90522_init()
[all...]
H A Ddib0090.c1238 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 == QAM_16)) in dib0090_gain_control()
1247 if ((state->fe->dtv_property_cache.delivery_system == SYS_ISDBT) && (((state->fe->dtv_property_cache.layer[0].segment_count > 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 in dib0090_gain_control()
[all...]
H A Dstb6100_cfg.h33 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()
H A Dstb6100_proc.h38 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()
H A Ddvb-pll.c89 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()
/kernel/linux/linux-6.6/drivers/media/dvb-core/
H A Ddvb_frontend.c241 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()
904 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in dvb_frontend_get_frequency_limits()
949 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in dvb_frontend_get_stepsize()
971 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()
1491 tvp->u.data = fe->dtv_property_cache.atscmh_fic_ver; in dtv_property_process_get()
1494 tvp->u.data = fe->dtv_property_cache in dtv_property_process_get()
[all...]
/kernel/linux/linux-5.10/drivers/media/dvb-core/
H A Ddvb_frontend.c240 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in dvb_frontend_add_event()
393 struct dtv_frontend_properties *c = &fe->dtv_property_cache, tmp; in dvb_frontend_swzigzag_autotune()
490 struct dtv_frontend_properties *c = &fe->dtv_property_cache, tmp; in dvb_frontend_swzigzag()
656 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in dvb_frontend_thread()
908 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in dvb_frontend_get_frequency_limits()
952 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in dvb_frontend_get_stepsize()
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()
1495 tvp->u.data = fe->dtv_property_cache.atscmh_fic_ver; in dtv_property_process_get()
1498 tvp->u.data = fe->dtv_property_cache in dtv_property_process_get()
[all...]
/kernel/linux/linux-5.10/drivers/media/common/siano/
H A Dsmsdvb-main.c121 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in smsdvb_stats_not_ready()
216 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in smsdvb_update_tx_params()
233 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in smsdvb_update_per_slices()
273 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in smsdvb_update_dvb_stats()
325 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in smsdvb_update_isdbt_stats()
421 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in smsdvb_update_isdbt_stats_ex()
512 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in smsdvb_onresponse()
779 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in smsdvb_read_signal_strength()
802 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in smsdvb_read_snr()
821 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in smsdvb_read_ucblocks()
[all...]
/kernel/linux/linux-6.6/drivers/media/common/siano/
H A Dsmsdvb-main.c121 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...]
/kernel/linux/linux-5.10/drivers/media/pci/ddbridge/
H A Dddbridge-sx8.c84 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in get_snr()
97 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in get_strength()
188 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in start()
315 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in start_iq()
362 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in set_parameters()
/kernel/linux/linux-6.6/drivers/media/pci/ddbridge/
H A Dddbridge-sx8.c75 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()
/kernel/linux/linux-5.10/drivers/media/tuners/
H A Dqm1d1b0004.c113 frequency = fe->dtv_property_cache.frequency; in qm1d1b0004_set_params()
143 lpf_freq = fe->dtv_property_cache.symbol_rate / 1000; in qm1d1b0004_set_params()

Completed in 36 milliseconds

12345678910>>...15