Home
last modified time | relevance | path

Searched refs:reg_info_store (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Dreg.c956 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()
H A Dcore.h979 struct cur_regulatory_info *reg_info_store; member
H A Dwmi.c4861 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()
H A Dmac.c6898 reg_info = &ab->reg_info_store[ar->pdev_idx]; in ath11k_mac_op_add_interface()
7916 reg_info = &ab->reg_info_store[ar->pdev_idx]; in ath11k_mac_parse_tx_pwr_env()
9705 reg_info = &ar->ab->reg_info_store[ar->pdev_idx]; in ath11k_mac_op_sta_state()