Searched refs:reg_info_store (Results 1 – 3 of 3) sorted by relevance
956 ath11k_reg_reset_info(&ab->reg_info_store[pdev_idx]); in ath11k_reg_handle_chan_list() 957 ab->reg_info_store[pdev_idx] = *reg_info; in ath11k_reg_handle_chan_list() 1049 ath11k_reg_reset_info(&ab->reg_info_store[i]); in ath11k_reg_free() 1051 kfree(ab->reg_info_store); in ath11k_reg_free() 1052 ab->reg_info_store = NULL; in ath11k_reg_free()
988 struct cur_regulatory_info *reg_info_store; member
4861 if (!soc->reg_info_store) { in ath11k_wmi_tlv_ext_soc_hal_reg_caps_parse() 4862 soc->reg_info_store = kcalloc(soc->num_radios, in ath11k_wmi_tlv_ext_soc_hal_reg_caps_parse() 4863 sizeof(*soc->reg_info_store), in ath11k_wmi_tlv_ext_soc_hal_reg_caps_parse() 4865 if (!soc->reg_info_store) in ath11k_wmi_tlv_ext_soc_hal_reg_caps_parse()