Searched refs:afc_info (Results 1 – 10 of 10) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/target_if/regulatory/src/ |
D | target_if_reg.c | 528 struct afc_regulatory_info *afc_info; in tgt_afc_event_handler() local 558 afc_info = qdf_mem_malloc(sizeof(*afc_info)); in tgt_afc_event_handler() 559 if (!afc_info) in tgt_afc_event_handler() 562 status = wmi_extract_afc_event(wmi_handle, event_buf, afc_info, len); in tgt_afc_event_handler() 569 if (afc_info->phy_id >= PSOC_MAX_PHY_REG_CAP) { in tgt_afc_event_handler() 571 afc_info->phy_id); in tgt_afc_event_handler() 576 afc_info->psoc = psoc; in tgt_afc_event_handler() 578 status = reg_rx_ops->afc_event_handler(afc_info); in tgt_afc_event_handler() 586 qdf_mem_free(afc_info); in tgt_afc_event_handler()
|
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/src/ |
D | wlan_reg_tgt_api.c | 82 tgt_reg_process_afc_event(struct afc_regulatory_info *afc_info) in tgt_reg_process_afc_event() argument 84 return reg_process_afc_event(afc_info); in tgt_reg_process_afc_event()
|
/wlan-driver/qca-wifi-host-cmn/wmi/src/ |
D | wmi_unified_reg_api.c | 65 struct afc_regulatory_info *afc_info, in wmi_extract_afc_event() argument 71 afc_info, len); in wmi_extract_afc_event()
|
D | wmi_unified_tlv.c | 17145 static void copy_power_event(struct afc_regulatory_info *afc_info, in copy_power_event() argument 17159 afc_info->power_info = power_info; in copy_power_event() 17204 static void copy_expiry_event(struct afc_regulatory_info *afc_info, in copy_expiry_event() argument 17221 afc_info->expiry_info = expiry_info; in copy_expiry_event() 17236 struct afc_regulatory_info *afc_info, in copy_afc_event_common_info() argument 17239 afc_info->phy_id = wmi_handle->ops->convert_phy_id_target_to_host( in copy_afc_event_common_info() 17241 wmi_debug("phy_id %d", afc_info->phy_id); in copy_afc_event_common_info() 17242 afc_info->event_type = event_fixed_hdr->event_type; in copy_afc_event_common_info() 17247 struct afc_regulatory_info *afc_info, in extract_afc_event_tlv() argument 17260 copy_afc_event_common_info(wmi_handle, afc_info, event_fixed_hdr); in extract_afc_event_tlv() [all …]
|
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/ |
D | reg_build_chan_list.c | 4830 static void reg_free_expiry_afc_info(struct afc_regulatory_info *afc_info) in reg_free_expiry_afc_info() argument 4832 qdf_mem_free(afc_info->expiry_info); in reg_free_expiry_afc_info() 4954 reg_process_afc_expiry_event(struct afc_regulatory_info *afc_info) in reg_process_afc_expiry_event() argument 4965 psoc = afc_info->psoc; in reg_process_afc_expiry_event() 4973 phy_id = afc_info->phy_id; in reg_process_afc_expiry_event() 5002 afc_info->expiry_info->event_subtype); in reg_process_afc_expiry_event() 5003 switch (afc_info->expiry_info->event_subtype) { in reg_process_afc_expiry_event() 5007 afc_info->expiry_info->request_id; in reg_process_afc_expiry_event() 5035 reg_free_expiry_afc_info(afc_info); in reg_process_afc_expiry_event() 5662 reg_process_afc_power_event(struct afc_regulatory_info *afc_info) in reg_process_afc_power_event() argument [all …]
|
D | reg_build_chan_list.h | 166 reg_process_afc_event(struct afc_regulatory_info *afc_info);
|
/wlan-driver/qca-wifi-host-cmn/wmi/inc/ |
D | wmi_unified_reg_api.h | 71 struct afc_regulatory_info *afc_info,
|
/wlan-driver/qca-wifi-host-cmn/umac/afc/core/inc/ |
D | wlan_afc_main.h | 41 #define afc_info(params...) \ macro
|
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/inc/ |
D | wlan_reg_tgt_api.h | 56 tgt_reg_process_afc_event(struct afc_regulatory_info *afc_info);
|
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/ |
D | wlan_lmac_if_def.h | 2007 QDF_STATUS (*afc_event_handler)(struct afc_regulatory_info *afc_info);
|