Lines Matching refs:afc_info
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()
17261 wmi_debug("AFC event type %d received", afc_info->event_type); in extract_afc_event_tlv()
17263 switch (afc_info->event_type) { in extract_afc_event_tlv()
17265 copy_power_event(afc_info, param_buf); in extract_afc_event_tlv()
17268 copy_expiry_event(afc_info, param_buf); in extract_afc_event_tlv()