Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/twt/dispatcher/inc/
H A Dwlan_twt_api.h66 QDF_STATUS twt_psoc_disable(struct wlan_objmgr_psoc *psoc);
151 QDF_STATUS twt_psoc_disable(struct wlan_objmgr_psoc *psoc) in twt_psoc_disable() function
/wlan-driver/qca-wifi-host-cmn/umac/twt/dispatcher/src/
H A Dwlan_twt_api.c276 QDF_STATUS twt_psoc_disable(struct wlan_objmgr_psoc *psoc) in twt_psoc_disable() function
/wlan-driver/qca-wifi-host-cmn/init_deinit/dispatcher/src/
H A Ddispatcher_init_deinit.c717 return twt_psoc_disable(psoc); in dispatcher_twt_psoc_disable()