Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/init_deinit/dispatcher/inc/
H A Ddispatcher_init_deinit.h157 QDF_STATUS dispatcher_psoc_enable(struct wlan_objmgr_psoc *psoc);
/wlan-driver/qca-wifi-host-cmn/init_deinit/dispatcher/src/
H A Ddispatcher_init_deinit.c1456 QDF_STATUS dispatcher_psoc_enable(struct wlan_objmgr_psoc *psoc) in dispatcher_psoc_enable() function
1554 qdf_export_symbol(dispatcher_psoc_enable);
/wlan-driver/qcacld-3.0/core/cds/src/
H A Dcds_api.c1292 qdf_status = dispatcher_psoc_enable(psoc); in cds_enable()