Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/twt/dispatcher/inc/
H A Dwlan_twt_api.h58 QDF_STATUS twt_psoc_enable(struct wlan_objmgr_psoc *psoc);
145 QDF_STATUS twt_psoc_enable(struct wlan_objmgr_psoc *psoc) in twt_psoc_enable() function
/wlan-driver/qca-wifi-host-cmn/umac/twt/dispatcher/src/
H A Dwlan_twt_api.c256 QDF_STATUS twt_psoc_enable(struct wlan_objmgr_psoc *psoc) in twt_psoc_enable() function
/wlan-driver/qca-wifi-host-cmn/init_deinit/dispatcher/src/
H A Ddispatcher_init_deinit.c712 return twt_psoc_enable(psoc); in dispatcher_twt_psoc_enable()