Searched refs:afc_priv (Results 1 – 2 of 2) sorted by relevance
41 struct wlan_afc_psoc_priv *afc_priv; in wlan_send_afc_request() local45 afc_priv = afc_psoc_priv(psoc); in wlan_send_afc_request()46 if (!afc_priv) { in wlan_send_afc_request()51 if (afc_priv->cbs.afc_req_func) in wlan_send_afc_request()52 afc_priv->cbs.afc_req_func(pdev, afc_req); in wlan_send_afc_request()70 struct wlan_afc_psoc_priv *afc_priv; in wlan_send_afc_power_event() local74 afc_priv = afc_psoc_priv(psoc); in wlan_send_afc_power_event()75 if (!afc_priv) { in wlan_send_afc_power_event()80 if (afc_priv->cbs.afc_updated_func) in wlan_send_afc_power_event()81 afc_priv->cbs.afc_updated_func(pdev, afc_pwr_evt); in wlan_send_afc_power_event()[all …]
55 struct wlan_afc_psoc_priv *afc_priv; in afc_psoc_priv() local57 afc_priv = wlan_objmgr_psoc_get_comp_private_obj(psoc, in afc_psoc_priv()59 return afc_priv; in afc_psoc_priv()