Home
last modified time | relevance | path

Searched defs:dm (Results 1 – 25 of 86) sorted by relevance

1234

/Linux-v4.19/drivers/staging/rtlwifi/phydm/
Dphydm.c117 void odm_init_mp_driver_status(struct phy_dm_struct *dm) in odm_init_mp_driver_status()
122 static void odm_update_mp_driver_status(struct phy_dm_struct *dm) in odm_update_mp_driver_status()
127 static void phydm_init_trx_antenna_setting(struct phy_dm_struct *dm) in phydm_init_trx_antenna_setting()
150 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_traffic_load_decision() local
201 static void phydm_config_ofdm_tx_path(struct phy_dm_struct *dm, u32 path) {} in phydm_config_ofdm_tx_path()
203 void phydm_config_ofdm_rx_path(struct phy_dm_struct *dm, u32 path) in phydm_config_ofdm_rx_path()
225 static void phydm_config_cck_rx_antenna_init(struct phy_dm_struct *dm) {} in phydm_config_cck_rx_antenna_init()
227 static void phydm_config_cck_rx_path(struct phy_dm_struct *dm, u8 path, in phydm_config_cck_rx_path()
235 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_config_trx_path() local
287 static void phydm_init_cck_setting(struct phy_dm_struct *dm) in phydm_init_cck_setting()
[all …]
Dphydm_interface.c26 u8 odm_read_1byte(struct phy_dm_struct *dm, u32 reg_addr) in odm_read_1byte()
33 u16 odm_read_2byte(struct phy_dm_struct *dm, u32 reg_addr) in odm_read_2byte()
40 u32 odm_read_4byte(struct phy_dm_struct *dm, u32 reg_addr) in odm_read_4byte()
47 void odm_write_1byte(struct phy_dm_struct *dm, u32 reg_addr, u8 data) in odm_write_1byte()
54 void odm_write_2byte(struct phy_dm_struct *dm, u32 reg_addr, u16 data) in odm_write_2byte()
61 void odm_write_4byte(struct phy_dm_struct *dm, u32 reg_addr, u32 data) in odm_write_4byte()
68 void odm_set_mac_reg(struct phy_dm_struct *dm, u32 reg_addr, u32 bit_mask, in odm_set_mac_reg()
76 u32 odm_get_mac_reg(struct phy_dm_struct *dm, u32 reg_addr, u32 bit_mask) in odm_get_mac_reg()
83 void odm_set_bb_reg(struct phy_dm_struct *dm, u32 reg_addr, u32 bit_mask, in odm_set_bb_reg()
91 u32 odm_get_bb_reg(struct phy_dm_struct *dm, u32 reg_addr, u32 bit_mask) in odm_get_bb_reg()
[all …]
Dphydm_beamforming.h24 #define phydm_acting_determine(dm, type) false argument
25 #define beamforming_enter(dm, sta_idx) argument
26 #define beamforming_leave(dm, RA) argument
27 #define beamforming_end_fw(dm) argument
28 #define beamforming_control_v1(dm, RA, AID, mode, BW, rate) true argument
29 #define beamforming_control_v2(dm, idx, mode, BW, period) true argument
30 #define phydm_beamforming_end_sw(dm, _status) argument
31 #define beamforming_timer_callback(dm) argument
32 #define phydm_beamforming_init(dm) argument
33 #define phydm_beamforming_control_v2(dm, _idx, _mode, _BW, _period) false argument
[all …]
Dphydm_adaptivity.c23 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_check_adaptivity() local
54 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_nhm_counter_statistics_init() local
98 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_nhm_counter_statistics() local
112 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_get_nhm_counter_statistics() local
126 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_nhm_counter_statistics_reset() local
139 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_set_edcca_threshold() local
152 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_set_lna() local
303 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_set_trx_mux() local
342 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_mac_edcca_state() local
357 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_cal_nhm_cnt() local
[all …]
Drtl_phydm.c22 struct phy_dm_struct *dm = rtlpriv_to_phydm(rtlpriv); in _rtl_phydm_init_com_info() local
173 struct phy_dm_struct *dm = rtlpriv_to_phydm(rtlpriv); in rtl_phydm_init_priv() local
193 struct phy_dm_struct *dm = rtlpriv_to_phydm(rtlpriv); in rtl_phydm_deinit_priv() local
205 struct phy_dm_struct *dm = rtlpriv_to_phydm(rtlpriv); in rtl_phydm_load_txpower_by_rate() local
217 struct phy_dm_struct *dm = rtlpriv_to_phydm(rtlpriv); in rtl_phydm_load_txpower_limit() local
234 struct phy_dm_struct *dm = rtlpriv_to_phydm(rtlpriv); in rtl_phydm_init_dm() local
269 struct phy_dm_struct *dm = rtlpriv_to_phydm(rtlpriv); in rtl_phydm_reset_dm() local
278 struct phy_dm_struct *dm = rtlpriv_to_phydm(rtlpriv); in rtl_phydm_parameter_init() local
289 struct phy_dm_struct *dm = rtlpriv_to_phydm(rtlpriv); in rtl_phydm_phy_bb_config() local
305 struct phy_dm_struct *dm = rtlpriv_to_phydm(rtlpriv); in rtl_phydm_phy_rf_config() local
[all …]
Dphydm_rainfo.c24 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_h2C_debug() local
46 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_RA_debug_PCR() local
80 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in odm_c2h_ra_para_report_handler() local
186 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_ra_dynamic_retry_count() local
211 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_print_rate() local
243 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_c2h_ra_report_handler() local
306 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in odm_rssi_monitor_init() local
316 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_init_ra_info() local
331 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_modify_RA_PCR_threshold() local
348 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in odm_rssi_monitor_check_ce() local
[all …]
Dphydm_ccx.c22 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_nhm_setting() local
256 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_nhm_trigger() local
271 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_get_nhm_result() local
328 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_check_nhm_ready() local
364 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_clm_setting() local
386 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_clm_trigger() local
401 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_check_cl_mready() local
430 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_get_cl_mresult() local
Dphydm_hwconfig.c39 static u32 phydm_process_rssi_pwdb(struct phy_dm_struct *dm, in phydm_process_rssi_pwdb()
94 static u32 phydm_process_rssi_cck(struct phy_dm_struct *dm, in phydm_process_rssi_cck()
162 static u32 phydm_process_rssi_ofdm(struct phy_dm_struct *dm, in phydm_process_rssi_ofdm()
314 static inline u32 phydm_get_rssi_average(struct phy_dm_struct *dm, in phydm_get_rssi_average()
432 struct phy_dm_struct *dm, in phydm_get_signal_quality_8812()
452 struct phy_dm_struct *dm, in phydm_get_signal_quality_8192()
485 s32 odm_signal_scale_mapping(struct phy_dm_struct *dm, s32 curr_sig) in odm_signal_scale_mapping()
492 static u8 odm_sq_process_patch_rt_cid_819x_lenovo(struct phy_dm_struct *dm, in odm_sq_process_patch_rt_cid_819x_lenovo()
553 static u8 phydm_rate_to_num_ss(struct phy_dm_struct *dm, u8 data_rate) in phydm_rate_to_num_ss()
574 struct phy_dm_struct *dm, struct dm_phy_status_info *phy_info, in odm_rx_phy_status92c_series_parsing()
[all …]
Dphydm_dig.c23 static inline void phydm_check_ap_write_dig(struct phy_dm_struct *dm, in phydm_check_ap_write_dig()
68 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in odm_change_dynamic_init_gain_thresh() local
113 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in odm_fa_threshold_check() local
137 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in odm_forbidden_igi_check() local
266 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_set_big_jump_step() local
297 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in odm_write_dig() local
373 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in odm_pause_dig() local
512 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in odm_dig_abort() local
559 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in odm_dig_init() local
635 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in odm_DIG() local
[all …]
Dphydm_adc_sampling.c19 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_la_buffer_allocate() local
42 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_la_get_tx_pkt_buf() local
140 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_la_mode_set_mac_iq_dump() local
192 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_la_mode_set_dma_type() local
207 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_adc_smp_start() local
286 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in adc_smp_set() local
317 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in adc_smp_query() local
338 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in adc_smp_get_sample_counts() local
348 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in adc_smp_query_single_data() local
369 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in adc_smp_stop() local
[all …]
Dphydm_cfotracking.c19 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in odm_set_crystal_cap() local
69 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in odm_get_default_crytaltal_cap() local
84 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in odm_set_atc_status() local
99 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in odm_get_atc_status() local
108 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in odm_cfo_tracking_reset() local
132 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in odm_cfo_tracking_init() local
152 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in odm_cfo_tracking() local
305 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in odm_parsing_cfo() local
Dphydm_acs.c23 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in odm_get_auto_channel_select_result() local
46 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in odm_auto_channel_select_setting() local
77 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in odm_auto_channel_select_init() local
107 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in odm_auto_channel_select_reset() local
124 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in odm_auto_channel_select() local
Dhalphyrf_ce.c34 struct phy_dm_struct *dm, struct txpwrtrack_cfg *c, u8 delta, in phydm_set_calibrate_info_up()
114 struct phy_dm_struct *dm, struct txpwrtrack_cfg *c, u8 delta, in phydm_set_calibrate_info_down()
194 static inline void phydm_odm_tx_power_set(struct phy_dm_struct *dm, in phydm_odm_tx_power_set()
236 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in configure_txpower_track() local
254 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in odm_clear_txpowertracking_state() local
297 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in odm_txpowertracking_callback_thermal_meter() local
909 static void odm_iq_calibrate(struct phy_dm_struct *dm) in odm_iq_calibrate()
940 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_rf_init() local
949 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_rf_watchdog() local
Dphydm_debug.c25 static inline void phydm_check_dmval_txagc(struct phy_dm_struct *dm, u32 used, in phydm_check_dmval_txagc()
127 static inline void phydm_print_csi(struct phy_dm_struct *dm, u32 used, in phydm_print_csi()
166 void phydm_init_debug_setting(struct phy_dm_struct *dm) in phydm_init_debug_setting()
181 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_set_bb_dbg_port() local
205 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_release_bb_dbg_port() local
213 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_get_bb_dbg_port_value() local
232 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_bb_rx_hang_info() local
435 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_bb_debug_info_n_series() local
613 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_bb_debug_info() local
1105 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_basic_dbg_message() local
[all …]
Dphydm_psd.c24 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_get_psd_data() local
44 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_psd_stop_trx() local
97 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_psd() local
278 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_psd_para_setting() local
314 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_psd_init() local
353 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_psd_debug() local
403 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_get_psd_result_table() local
Dphydm_powertracking_ce.c451 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in odm_txpowertracking_init() local
458 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in get_swing_index() local
495 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in odm_txpowertracking_thermal_meter_init() local
577 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in odm_txpowertracking_check() local
599 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in odm_txpowertracking_check_ce() local
Dphydm_dynamictxpower.c23 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in odm_dynamic_tx_power_init() local
37 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in odm_dynamic_tx_power_write_power_index() local
53 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in odm_dynamic_tx_power() local
79 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in odm_dynamic_tx_power_nic() local
/Linux-v4.19/drivers/staging/rtlwifi/phydm/rtl8822b/
Dphydm_iqk_8822b.c22 static inline void phydm_set_iqk_info(struct phy_dm_struct *dm, in phydm_set_iqk_info()
118 static inline void phydm_set_iqk_cfir(struct phy_dm_struct *dm, in phydm_set_iqk_cfir()
147 static inline void phydm_get_read_counter(struct phy_dm_struct *dm) in phydm_get_read_counter()
168 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in do_iqk_8822b() local
179 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in _iqk_fill_iqk_report_8822b() local
204 static void _iqk_backup_mac_bb_8822b(struct phy_dm_struct *dm, u32 *MAC_backup, in _iqk_backup_mac_bb_8822b()
217 static void _iqk_backup_rf_8822b(struct phy_dm_struct *dm, u32 RF_backup[][2], in _iqk_backup_rf_8822b()
230 static void _iqk_agc_bnd_int_8822b(struct phy_dm_struct *dm) in _iqk_agc_bnd_int_8822b()
239 static void _iqk_bb_reset_8822b(struct phy_dm_struct *dm) in _iqk_bb_reset_8822b()
275 static void _iqk_afe_setting_8822b(struct phy_dm_struct *dm, bool do_iqk) in _iqk_afe_setting_8822b()
[all …]
Dphydm_hal_api8822b.c115 static bool phydm_rfe_8822b(struct phy_dm_struct *dm, u8 channel) in phydm_rfe_8822b()
386 static void phydm_ccapar_by_rfe_8822b(struct phy_dm_struct *dm) in phydm_ccapar_by_rfe_8822b()
500 static void phydm_ccapar_by_bw_8822b(struct phy_dm_struct *dm, in phydm_ccapar_by_bw_8822b()
541 static void phydm_ccapar_by_rxpath_8822b(struct phy_dm_struct *dm) in phydm_ccapar_by_rxpath_8822b()
568 static void phydm_rxdfirpar_by_bw_8822b(struct phy_dm_struct *dm, in phydm_rxdfirpar_by_bw_8822b()
592 bool phydm_write_txagc_1byte_8822b(struct phy_dm_struct *dm, u32 power_index, in phydm_write_txagc_1byte_8822b()
630 void phydm_init_hw_info_by_rfe_type_8822b(struct phy_dm_struct *dm) in phydm_init_hw_info_by_rfe_type_8822b()
787 s32 phydm_get_condition_number_8822B(struct phy_dm_struct *dm) in phydm_get_condition_number_8822B()
814 u32 config_phydm_read_rf_reg_8822b(struct phy_dm_struct *dm, in config_phydm_read_rf_reg_8822b()
853 bool config_phydm_write_rf_reg_8822b(struct phy_dm_struct *dm, in config_phydm_write_rf_reg_8822b()
[all …]
Dphydm_regconfig8822b.c18 void odm_config_rf_reg_8822b(struct phy_dm_struct *dm, u32 addr, u32 data, in odm_config_rf_reg_8822b()
33 void odm_config_rf_radio_a_8822b(struct phy_dm_struct *dm, u32 addr, u32 data) in odm_config_rf_radio_a_8822b()
47 void odm_config_rf_radio_b_8822b(struct phy_dm_struct *dm, u32 addr, u32 data) in odm_config_rf_radio_b_8822b()
61 void odm_config_mac_8822b(struct phy_dm_struct *dm, u32 addr, u8 data) in odm_config_mac_8822b()
70 void odm_update_agc_big_jump_lmt_8822b(struct phy_dm_struct *dm, u32 addr, in odm_update_agc_big_jump_lmt_8822b()
99 void odm_config_bb_agc_8822b(struct phy_dm_struct *dm, u32 addr, u32 bitmask, in odm_config_bb_agc_8822b()
113 void odm_config_bb_phy_reg_pg_8822b(struct phy_dm_struct *dm, u32 band, in odm_config_bb_phy_reg_pg_8822b()
127 void odm_config_bb_phy_8822b(struct phy_dm_struct *dm, u32 addr, u32 bitmask, in odm_config_bb_phy_8822b()
151 void odm_config_bb_txpwr_lmt_8822b(struct phy_dm_struct *dm, u8 *regulation, in odm_config_bb_txpwr_lmt_8822b()
Dphydm_rtl8822b.c18 static void phydm_dynamic_switch_htstf_mumimo_8822b(struct phy_dm_struct *dm) in phydm_dynamic_switch_htstf_mumimo_8822b()
33 static void _set_tx_a_cali_value(struct phy_dm_struct *dm, u8 rf_path, in _set_tx_a_cali_value()
152 static void _txa_bias_cali_4_each_path(struct phy_dm_struct *dm, u8 rf_path, in _txa_bias_cali_4_each_path()
181 void phydm_txcurrentcalibration(struct phy_dm_struct *dm) in phydm_txcurrentcalibration()
211 void phydm_hwsetting_8822b(struct phy_dm_struct *dm) in phydm_hwsetting_8822b()
Dhalphyrf_8822b.c23 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in get_mix_mode_tx_agc_bb_swing_offset_8822b() local
87 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in odm_tx_pwr_track_set_pwr8822b() local
224 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in get_delta_swing_table_8822b() local
254 static void _phy_lc_calibrate_8822b(struct phy_dm_struct *dm) in _phy_lc_calibrate_8822b()
279 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phy_lc_calibrate_8822b() local
315 void phy_set_rf_path_switch_8822b(struct phy_dm_struct *dm, bool is_main) in phy_set_rf_path_switch_8822b()
Dhalhwimg8822b_rf.c20 static bool check_positive(struct phy_dm_struct *dm, const u32 condition1, in check_positive()
1334 void odm_read_and_config_mp_8822b_radioa(struct phy_dm_struct *dm) in odm_read_and_config_mp_8822b_radioa()
2493 void odm_read_and_config_mp_8822b_radiob(struct phy_dm_struct *dm) in odm_read_and_config_mp_8822b_radiob()
2617 void odm_read_and_config_mp_8822b_txpowertrack(struct phy_dm_struct *dm) in odm_read_and_config_mp_8822b_txpowertrack()
2739 void odm_read_and_config_mp_8822b_txpowertrack_type0(struct phy_dm_struct *dm) in odm_read_and_config_mp_8822b_txpowertrack_type0()
2861 void odm_read_and_config_mp_8822b_txpowertrack_type1(struct phy_dm_struct *dm) in odm_read_and_config_mp_8822b_txpowertrack_type1()
2983 void odm_read_and_config_mp_8822b_txpowertrack_type2(struct phy_dm_struct *dm) in odm_read_and_config_mp_8822b_txpowertrack_type2()
3106 struct phy_dm_struct *dm) in odm_read_and_config_mp_8822b_txpowertrack_type3_type5()
3232 void odm_read_and_config_mp_8822b_txpowertrack_type4(struct phy_dm_struct *dm) in odm_read_and_config_mp_8822b_txpowertrack_type4()
3354 void odm_read_and_config_mp_8822b_txpowertrack_type6(struct phy_dm_struct *dm) in odm_read_and_config_mp_8822b_txpowertrack_type6()
[all …]
/Linux-v4.19/arch/arm/vfp/
Dvfpdouble.c250 static u32 vfp_double_fabs(int dd, int unused, int dm, u32 fpscr) in vfp_double_fabs()
256 static u32 vfp_double_fcpy(int dd, int unused, int dm, u32 fpscr) in vfp_double_fcpy()
262 static u32 vfp_double_fneg(int dd, int unused, int dm, u32 fpscr) in vfp_double_fneg()
268 static u32 vfp_double_fsqrt(int dd, int unused, int dm, u32 fpscr) in vfp_double_fsqrt()
358 static u32 vfp_compare(int dd, int signal_on_qnan, int dm, u32 fpscr) in vfp_compare()
419 static u32 vfp_double_fcmp(int dd, int unused, int dm, u32 fpscr) in vfp_double_fcmp()
424 static u32 vfp_double_fcmpe(int dd, int unused, int dm, u32 fpscr) in vfp_double_fcmpe()
429 static u32 vfp_double_fcmpz(int dd, int unused, int dm, u32 fpscr) in vfp_double_fcmpz()
434 static u32 vfp_double_fcmpez(int dd, int unused, int dm, u32 fpscr) in vfp_double_fcmpez()
439 static u32 vfp_double_fcvts(int sd, int unused, int dm, u32 fpscr) in vfp_double_fcvts()
[all …]
/Linux-v4.19/drivers/firmware/
Ddmi_scan.c40 static const char * __init dmi_string_nosave(const struct dmi_header *dm, u8 s) in dmi_string_nosave()
60 static const char * __init dmi_string(const struct dmi_header *dm, u8 s) in dmi_string()
96 const struct dmi_header *dm = (const struct dmi_header *)data; in dmi_decode_table() local
167 static void __init dmi_save_ident(const struct dmi_header *dm, int slot, in dmi_save_ident()
183 static void __init dmi_save_uuid(const struct dmi_header *dm, int slot, in dmi_save_uuid()
221 static void __init dmi_save_type(const struct dmi_header *dm, int slot, in dmi_save_type()
258 static void __init dmi_save_devices(const struct dmi_header *dm) in dmi_save_devices()
273 static void __init dmi_save_oem_strings_devices(const struct dmi_header *dm) in dmi_save_oem_strings_devices()
300 static void __init dmi_save_ipmi_device(const struct dmi_header *dm) in dmi_save_ipmi_device()
349 static void __init dmi_save_extended_devices(const struct dmi_header *dm) in dmi_save_extended_devices()
[all …]

1234