Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/wifi_pos/inc/
H A Dwifi_pos_api.h218 QDF_STATUS wifi_pos_psoc_enable(struct wlan_objmgr_psoc *psoc);
455 static inline QDF_STATUS wifi_pos_psoc_enable(struct wlan_objmgr_psoc *psoc) in wifi_pos_psoc_enable() function
/wlan-driver/qca-wifi-host-cmn/umac/wifi_pos/src/
H A Dwifi_pos_api.c252 QDF_STATUS wifi_pos_psoc_enable(struct wlan_objmgr_psoc *psoc) in wifi_pos_psoc_enable() function
/wlan-driver/qca-wifi-host-cmn/init_deinit/dispatcher/src/
H A Ddispatcher_init_deinit.c638 return wifi_pos_psoc_enable(psoc); in dispatcher_wifi_pos_enable()