Searched refs:sub_specs (Results 1 – 4 of 4) sorted by relevance
89 idx = sar->sub_specs[i].freq_range_index; in rtw_set_sar_specs()93 power = sar->sub_specs[i].power; in rtw_set_sar_specs()
437 idx = sar->sub_specs[i].freq_range_index; in rtw89_ops_set_sar_specs()443 power = sar->sub_specs[i].power; in rtw89_ops_set_sar_specs()
3036 const struct cfg80211_sar_sub_specs *sub_specs; in ath10k_mac_set_sar_specs() local3054 sub_specs = sar->sub_specs; in ath10k_mac_set_sar_specs()3066 if (sub_specs->freq_range_index == 0) in ath10k_mac_set_sar_specs()3067 ar->tx_power_2g_limit = sub_specs->power / 2; in ath10k_mac_set_sar_specs()3068 else if (sub_specs->freq_range_index == 1) in ath10k_mac_set_sar_specs()3069 ar->tx_power_5g_limit = sub_specs->power / 2; in ath10k_mac_set_sar_specs()3071 sub_specs++; in ath10k_mac_set_sar_specs()
19045 if (sar_specs->sub_specs[i].freq_range_index == range_index) in nl80211_set_sar_sub_specs()19049 sar_specs->sub_specs[index].power = in nl80211_set_sar_sub_specs()19052 sar_specs->sub_specs[index].freq_range_index = range_index; in nl80211_set_sar_sub_specs()19092 sar_spec = kzalloc_flex(*sar_spec, sub_specs, specs); in nl80211_set_sar_specs()