/Linux-v4.19/drivers/staging/rtlwifi/phydm/ |
D | phydm_rainfo.h | 189 void phydm_h2C_debug(void *dm_void, u32 *const dm_value, u32 *_used, 192 void phydm_RA_debug_PCR(void *dm_void, u32 *const dm_value, u32 *_used, 195 void odm_c2h_ra_para_report_handler(void *dm_void, u8 *cmd_buf, u8 cmd_len); 197 void odm_ra_para_adjust(void *dm_void); 199 void phydm_ra_dynamic_retry_count(void *dm_void); 201 void phydm_ra_dynamic_retry_limit(void *dm_void); 203 void phydm_ra_dynamic_rate_id_on_assoc(void *dm_void, u8 wireless_mode, 206 void phydm_print_rate(void *dm_void, u8 rate, u32 dbg_component); 208 void phydm_c2h_ra_report_handler(void *dm_void, u8 *cmd_buf, u8 cmd_len); 210 u8 phydm_rate_order_compute(void *dm_void, u8 rate_idx); [all …]
|
D | phydm_adaptivity.h | 70 void phydm_pause_edcca(void *dm_void, bool is_pasue_edcca); 72 void phydm_check_adaptivity(void *dm_void); 74 void phydm_check_environment(void *dm_void); 76 void phydm_nhm_counter_statistics_init(void *dm_void); 78 void phydm_nhm_counter_statistics(void *dm_void); 80 void phydm_nhm_counter_statistics_reset(void *dm_void); 82 void phydm_get_nhm_counter_statistics(void *dm_void); 84 void phydm_mac_edcca_state(void *dm_void, enum phydm_mac_edcca_type state); 86 void phydm_set_edcca_threshold(void *dm_void, s8 H2L, s8 L2H); 88 void phydm_set_trx_mux(void *dm_void, enum phydm_trx_mux_type tx_mode, [all …]
|
D | phydm_dynamictxpower.c | 21 void odm_dynamic_tx_power_init(void *dm_void) in odm_dynamic_tx_power_init() argument 23 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in odm_dynamic_tx_power_init() 31 void odm_dynamic_tx_power_save_power_index(void *dm_void) {} in odm_dynamic_tx_power_save_power_index() argument 33 void odm_dynamic_tx_power_restore_power_index(void *dm_void) {} in odm_dynamic_tx_power_restore_power_index() argument 35 void odm_dynamic_tx_power_write_power_index(void *dm_void, u8 value) in odm_dynamic_tx_power_write_power_index() argument 37 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in odm_dynamic_tx_power_write_power_index() 45 static void odm_dynamic_tx_power_nic_ce(void *dm_void) {} in odm_dynamic_tx_power_nic_ce() argument 47 void odm_dynamic_tx_power(void *dm_void) in odm_dynamic_tx_power() argument 53 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in odm_dynamic_tx_power() 77 void odm_dynamic_tx_power_nic(void *dm_void) in odm_dynamic_tx_power_nic() argument [all …]
|
D | phydm_antdiv.c | 27 void odm_stop_antenna_switch_dm(void *dm_void) in odm_stop_antenna_switch_dm() argument 29 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in odm_stop_antenna_switch_dm() 36 void phydm_enable_antenna_diversity(void *dm_void) in phydm_enable_antenna_diversity() argument 38 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_enable_antenna_diversity() 46 void odm_set_ant_config(void *dm_void, u8 ant_setting /* 0=A, 1=B, 2=C, .... */ in odm_set_ant_config() argument 49 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in odm_set_ant_config() 66 void odm_sw_ant_div_rest_after_link(void *dm_void) {} in odm_sw_ant_div_rest_after_link() argument 68 void odm_ant_div_reset(void *dm_void) {} in odm_ant_div_reset() argument 70 void odm_antenna_diversity_init(void *dm_void) {} in odm_antenna_diversity_init() argument 72 void odm_antenna_diversity(void *dm_void) {} in odm_antenna_diversity() argument
|
D | phydm_rainfo.c | 21 void phydm_h2C_debug(void *dm_void, u32 *const dm_value, u32 *_used, in phydm_h2C_debug() argument 24 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_h2C_debug() 43 void phydm_RA_debug_PCR(void *dm_void, u32 *const dm_value, u32 *_used, in phydm_RA_debug_PCR() argument 46 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_RA_debug_PCR() 78 void odm_c2h_ra_para_report_handler(void *dm_void, u8 *cmd_buf, u8 cmd_len) in odm_c2h_ra_para_report_handler() argument 80 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in odm_c2h_ra_para_report_handler() 184 void phydm_ra_dynamic_retry_count(void *dm_void) in phydm_ra_dynamic_retry_count() argument 186 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_ra_dynamic_retry_count() 207 void phydm_ra_dynamic_retry_limit(void *dm_void) {} in phydm_ra_dynamic_retry_limit() argument 209 void phydm_print_rate(void *dm_void, u8 rate, u32 dbg_component) in phydm_print_rate() argument [all …]
|
D | phydm_dynamictxpower.h | 37 void odm_dynamic_tx_power_init(void *dm_void); 39 void odm_dynamic_tx_power_restore_power_index(void *dm_void); 41 void odm_dynamic_tx_power_nic(void *dm_void); 43 void odm_dynamic_tx_power_save_power_index(void *dm_void); 45 void odm_dynamic_tx_power_write_power_index(void *dm_void, u8 value); 47 void odm_dynamic_tx_power_8821(void *dm_void, u8 *desc, u8 mac_id); 49 void odm_dynamic_tx_power(void *dm_void); 51 void odm_dynamic_tx_power_ap(void *dm_void);
|
D | phydm_adc_sampling.h | 63 void adc_smp_set(void *dm_void, u8 trig_mode, u32 trig_sig_sel, 66 void adc_smp_query(void *dm_void, void *output, u32 out_len, u32 *pused); 68 s32 adc_smp_get_sample_counts(void *dm_void); 70 s32 adc_smp_query_single_data(void *dm_void, void *output, u32 out_len, 73 void adc_smp_stop(void *dm_void); 75 void adc_smp_init(void *dm_void); 77 void adc_smp_de_init(void *dm_void); 79 void phydm_la_mode_bb_setting(void *dm_void); 81 void phydm_la_mode_set_trigger_time(void *dm_void, u32 trigger_time_mu_sec); 83 void phydm_lamode_trigger_setting(void *dm_void, char input[][16], u32 *_used,
|
D | phydm_ccx.h | 54 void phydm_nhm_setting(void *dm_void, u8 nhm_setting); 56 void phydm_nhm_trigger(void *dm_void); 58 void phydm_get_nhm_result(void *dm_void); 60 bool phydm_check_nhm_ready(void *dm_void); 64 void phydm_clm_setting(void *dm_void); 66 void phydm_clm_trigger(void *dm_void); 68 bool phydm_check_cl_mready(void *dm_void); 70 void phydm_get_cl_mresult(void *dm_void);
|
D | phydm_adc_sampling.c | 17 static bool phydm_la_buffer_allocate(void *dm_void) in phydm_la_buffer_allocate() argument 19 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_la_buffer_allocate() 40 static void phydm_la_get_tx_pkt_buf(void *dm_void) in phydm_la_get_tx_pkt_buf() argument 42 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_la_get_tx_pkt_buf() 138 static void phydm_la_mode_set_mac_iq_dump(void *dm_void) in phydm_la_mode_set_mac_iq_dump() argument 140 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_la_mode_set_mac_iq_dump() 190 static void phydm_la_mode_set_dma_type(void *dm_void, u8 la_dma_type) in phydm_la_mode_set_dma_type() argument 192 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_la_mode_set_dma_type() 205 static void phydm_adc_smp_start(void *dm_void) in phydm_adc_smp_start() argument 207 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_adc_smp_start() [all …]
|
D | phydm_dig.h | 203 void odm_change_dynamic_init_gain_thresh(void *dm_void, u32 dm_type, 206 void odm_write_dig(void *dm_void, u8 current_igi); 208 void odm_pause_dig(void *dm_void, enum phydm_pause_type pause_type, 211 void odm_dig_init(void *dm_void); 213 void odm_DIG(void *dm_void); 215 void odm_dig_by_rssi_lps(void *dm_void); 217 void odm_false_alarm_counter_statistics(void *dm_void); 219 void odm_pause_cck_packet_detection(void *dm_void, 224 void odm_cck_packet_detection_thresh(void *dm_void); 226 void odm_write_cck_cca_thres(void *dm_void, u8 cur_cck_cca_thres); [all …]
|
D | phydm_powertracking_ce.c | 449 void odm_txpowertracking_init(void *dm_void) in odm_txpowertracking_init() argument 451 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in odm_txpowertracking_init() 456 static u8 get_swing_index(void *dm_void) in get_swing_index() argument 458 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in get_swing_index() 493 void odm_txpowertracking_thermal_meter_init(void *dm_void) in odm_txpowertracking_thermal_meter_init() argument 495 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in odm_txpowertracking_thermal_meter_init() 570 void odm_txpowertracking_check(void *dm_void) in odm_txpowertracking_check() argument 577 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in odm_txpowertracking_check() 597 void odm_txpowertracking_check_ce(void *dm_void) in odm_txpowertracking_check_ce() argument 599 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in odm_txpowertracking_check_ce() [all …]
|
D | phydm_adaptivity.c | 21 void phydm_check_adaptivity(void *dm_void) in phydm_check_adaptivity() argument 23 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_check_adaptivity() 52 void phydm_nhm_counter_statistics_init(void *dm_void) in phydm_nhm_counter_statistics_init() argument 54 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_nhm_counter_statistics_init() 96 void phydm_nhm_counter_statistics(void *dm_void) in phydm_nhm_counter_statistics() argument 98 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_nhm_counter_statistics() 110 void phydm_get_nhm_counter_statistics(void *dm_void) in phydm_get_nhm_counter_statistics() argument 112 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_get_nhm_counter_statistics() 124 void phydm_nhm_counter_statistics_reset(void *dm_void) in phydm_nhm_counter_statistics_reset() argument 126 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_nhm_counter_statistics_reset() [all …]
|
D | phydm_acs.c | 21 u8 odm_get_auto_channel_select_result(void *dm_void, u8 band) in odm_get_auto_channel_select_result() argument 23 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in odm_get_auto_channel_select_result() 44 static void odm_auto_channel_select_setting(void *dm_void, bool is_enable) in odm_auto_channel_select_setting() argument 46 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in odm_auto_channel_select_setting() 75 void odm_auto_channel_select_init(void *dm_void) in odm_auto_channel_select_init() argument 77 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in odm_auto_channel_select_init() 105 void odm_auto_channel_select_reset(void *dm_void) in odm_auto_channel_select_reset() argument 107 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in odm_auto_channel_select_reset() 122 void odm_auto_channel_select(void *dm_void, u8 channel) in odm_auto_channel_select() argument 124 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in odm_auto_channel_select()
|
D | phydm_cfotracking.c | 17 static void odm_set_crystal_cap(void *dm_void, u8 crystal_cap) in odm_set_crystal_cap() argument 19 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in odm_set_crystal_cap() 67 static u8 odm_get_default_crytaltal_cap(void *dm_void) in odm_get_default_crytaltal_cap() argument 69 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in odm_get_default_crytaltal_cap() 82 static void odm_set_atc_status(void *dm_void, bool atc_status) in odm_set_atc_status() argument 84 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in odm_set_atc_status() 96 static bool odm_get_atc_status(void *dm_void) in odm_get_atc_status() argument 99 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in odm_get_atc_status() 106 void odm_cfo_tracking_reset(void *dm_void) in odm_cfo_tracking_reset() argument 108 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in odm_cfo_tracking_reset() [all …]
|
D | phydm_psd.h | 41 u32 phydm_get_psd_data(void *dm_void, u32 psd_tone_idx, u32 igi); 43 void phydm_psd_debug(void *dm_void, char input[][16], u32 *_used, char *output, 46 void phydm_psd(void *dm_void, u32 igi, u16 start_point, u16 stop_point); 48 void phydm_psd_para_setting(void *dm_void, u8 sw_avg_time, u8 hw_avg_time, 52 void phydm_psd_init(void *dm_void); 54 u8 phydm_get_psd_result_table(void *dm_void, int index);
|
D | phydm_debug.h | 102 u8 phydm_set_bb_dbg_port(void *dm_void, u8 curr_dbg_priority, u32 debug_port); 104 void phydm_release_bb_dbg_port(void *dm_void); 106 u32 phydm_get_bb_dbg_port_value(void *dm_void); 108 void phydm_basic_dbg_message(void *dm_void); 145 void phydm_basic_profile(void *dm_void, u32 *_used, char *output, 155 void phydm_fw_trace_en_h2c(void *dm_void, bool enable, u32 fw_debug_component, 158 void phydm_fw_trace_handler(void *dm_void, u8 *cmd_buf, u8 cmd_len); 160 void phydm_fw_trace_handler_code(void *dm_void, u8 *buffer, u8 cmd_len); 162 void phydm_fw_trace_handler_8051(void *dm_void, u8 *cmd_buf, u8 cmd_len);
|
D | phydm_psd.c | 22 u32 phydm_get_psd_data(void *dm_void, u32 psd_tone_idx, u32 igi) in phydm_get_psd_data() argument 24 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_get_psd_data() 42 static u8 phydm_psd_stop_trx(void *dm_void) in phydm_psd_stop_trx() argument 44 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_psd_stop_trx() 95 void phydm_psd(void *dm_void, u32 igi, u16 start_point, u16 stop_point) in phydm_psd() argument 97 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_psd() 274 void phydm_psd_para_setting(void *dm_void, u8 sw_avg_time, u8 hw_avg_time, in phydm_psd_para_setting() argument 278 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_psd_para_setting() 312 void phydm_psd_init(void *dm_void) in phydm_psd_init() argument 314 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in phydm_psd_init() [all …]
|
D | halphyrf_ce.h | 60 void configure_txpower_track(void *dm_void, struct txpwrtrack_cfg *config); 62 void odm_clear_txpowertracking_state(void *dm_void); 68 void odm_reset_iqk_result(void *dm_void); 71 void phydm_rf_init(void *dm_void); 72 void phydm_rf_watchdog(void *dm_void);
|
D | phydm_edcaturbocheck.c | 21 void odm_edca_turbo_init(void *dm_void) in odm_edca_turbo_init() argument 23 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in odm_edca_turbo_init() 39 void odm_edca_turbo_check(void *dm_void) in odm_edca_turbo_check() argument 49 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in odm_edca_turbo_check() 71 void odm_edca_turbo_check_ce(void *dm_void) in odm_edca_turbo_check_ce() argument 73 struct phy_dm_struct *dm = (struct phy_dm_struct *)dm_void; in odm_edca_turbo_check_ce()
|
D | phydm_acs.h | 38 void odm_auto_channel_select_init(void *dm_void); 40 void odm_auto_channel_select_reset(void *dm_void); 42 void odm_auto_channel_select(void *dm_void, u8 channel); 44 u8 odm_get_auto_channel_select_result(void *dm_void, u8 band);
|
D | phydm_cfotracking.h | 40 void odm_cfo_tracking_reset(void *dm_void); 42 void odm_cfo_tracking_init(void *dm_void); 44 void odm_cfo_tracking(void *dm_void); 46 void odm_parsing_cfo(void *dm_void, void *pktinfo_void, s8 *pcfotail,
|
/Linux-v4.19/drivers/staging/rtlwifi/phydm/txbf/ |
D | haltxbfjaguar.h | 17 #define hal_txbf_8812a_set_ndpa_rate(dm_void, BW, rate) argument 18 #define hal_txbf_jaguar_enter(dm_void, idx) argument 19 #define hal_txbf_jaguar_leave(dm_void, idx) argument 20 #define hal_txbf_jaguar_status(dm_void, idx) argument 21 #define hal_txbf_jaguar_fw_txbf(dm_void, idx) argument 22 #define hal_txbf_jaguar_patch(dm_void, operation) argument 23 #define hal_txbf_jaguar_clk_8812a(dm_void) argument
|
D | haltxbf8822b.h | 17 #define hal_txbf_8822b_enter(dm_void, idx) argument 18 #define hal_txbf_8822b_leave(dm_void, idx) argument 19 #define hal_txbf_8822b_status(dm_void, idx) argument 20 #define hal_txbf_8822b_fw_txbf(dm_void, idx) argument 21 #define hal_txbf_8822b_config_gtab(dm_void) argument 23 void phydm_8822btxbf_rfmode(void *dm_void, u8 su_bfee_cnt, u8 mu_bfee_cnt); 25 void phydm_8822b_sutxbfer_workaroud(void *dm_void, bool enable_su_bfer, u8 nc,
|
D | haltxbfinterface.h | 19 #define send_fw_ht_ndpa_packet(dm_void, RA, BW) argument 20 #define send_sw_ht_ndpa_packet(dm_void, RA, BW) argument 21 #define send_fw_vht_ndpa_packet(dm_void, RA, AID, BW) argument 22 #define send_sw_vht_ndpa_packet(dm_void, RA, AID, BW) argument 23 #define send_sw_vht_gid_mgnt_frame(dm_void, RA, idx) argument 24 #define send_sw_vht_bf_report_poll(dm_void, RA, is_final_poll) argument 25 #define send_sw_vht_mu_ndpa_packet(dm_void, BW) argument
|
D | phydm_hal_txbf_api.h | 19 u8 beamforming_get_htndp_tx_rate(void *dm_void, u8 comp_steering_num_of_bfer); 21 u8 beamforming_get_vht_ndp_tx_rate(void *dm_void, u8 comp_steering_num_of_bfer); 23 u8 phydm_get_beamforming_sounding_info(void *dm_void, u16 *troughput, 26 u8 phydm_get_ndpa_rate(void *dm_void); 28 u8 phydm_get_mu_bfee_snding_decision(void *dm_void, u16 throughput);
|