Searched refs:sub_specs (Results 1 – 7 of 7) 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()
333 idx = sar->sub_specs[i].freq_range_index; in rtw89_ops_set_sar_specs()339 power = sar->sub_specs[i].power; in rtw89_ops_set_sar_specs()
1513 u32 index = sar->sub_specs[i].freq_range_index; in mt76_init_sar_power()1515 s32 power = sar->sub_specs[i].power >> 1; in mt76_init_sar_power()
3012 const struct cfg80211_sar_sub_specs *sub_specs; in ath10k_mac_set_sar_specs() local3030 sub_specs = sar->sub_specs; in ath10k_mac_set_sar_specs()3042 if (sub_specs->freq_range_index == 0) in ath10k_mac_set_sar_specs()3043 ar->tx_power_2g_limit = sub_specs->power / 2; in ath10k_mac_set_sar_specs()3044 else if (sub_specs->freq_range_index == 1) in ath10k_mac_set_sar_specs()3045 ar->tx_power_5g_limit = sub_specs->power / 2; in ath10k_mac_set_sar_specs()3047 sub_specs++; in ath10k_mac_set_sar_specs()
2045 struct cfg80211_sar_sub_specs sub_specs[]; member
16617 if (sar_specs->sub_specs[i].freq_range_index == range_index) in nl80211_set_sar_sub_specs()16621 sar_specs->sub_specs[index].power = in nl80211_set_sar_sub_specs()16624 sar_specs->sub_specs[index].freq_range_index = range_index; in nl80211_set_sar_sub_specs()16664 sar_spec = kzalloc(struct_size(sar_spec, sub_specs, specs), GFP_KERNEL); in nl80211_set_sar_specs()
8852 sspec = sar->sub_specs; in ath11k_mac_op_set_bios_sar_specs()