Home
last modified time | relevance | path

Searched refs:ucfg_fwol_psoc_disable (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/components/fw_offload/dispatcher/inc/
H A Dwlan_fwol_ucfg_api.h67 void ucfg_fwol_psoc_disable(struct wlan_objmgr_psoc *psoc);
815 static inline void ucfg_fwol_psoc_disable(struct wlan_objmgr_psoc *psoc) in ucfg_fwol_psoc_disable() function
/wlan-driver/qcacld-3.0/components/fw_offload/dispatcher/src/
H A Dwlan_fwol_ucfg_api.c53 void ucfg_fwol_psoc_disable(struct wlan_objmgr_psoc *psoc) in ucfg_fwol_psoc_disable() function
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_main.c19788 ucfg_fwol_psoc_disable(psoc); in hdd_component_psoc_disable()