Home
last modified time | relevance | path

Searched refs:reg_pwr_array (Results 1 – 3 of 3) sorted by relevance

/src/sys/contrib/dev/athk/ath12k/
H A Ddebugfs.c332 reg_pwr = tpc_stats->max_reg_allowed_power.reg_pwr_array[chain_idx]; in ath12k_tpc_get_rate()
H A Dwmi.c9455 dst_ptr = tpc_stats->max_reg_allowed_power.reg_pwr_array; in ath12k_wmi_tpc_stats_copy_buffer()
9520 reg_pwr->reg_pwr_array = kzalloc(le32_to_cpu(reg_pwr->tpc_reg_pwr.reg_array_len), in ath12k_tpc_get_reg_pwr()
9522 if (!reg_pwr->reg_pwr_array) in ath12k_tpc_get_reg_pwr()
9699 kfree(tpc_stats->max_reg_allowed_power.reg_pwr_array); in ath12k_wmi_free_tpc_stats_mem()
H A Dwmi.h6101 s16 *reg_pwr_array; member