Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/dp/core/inc/
H A Dwlan_dp_main.h39 QDF_STATUS dp_allocate_ctx(void);
/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_main.c71 QDF_STATUS dp_allocate_ctx(void) in dp_allocate_ctx() function
/wlan-driver/qcacld-3.0/components/dp/dispatcher/src/
H A Dwlan_dp_ucfg_api.c341 if (dp_allocate_ctx() != QDF_STATUS_SUCCESS) { in ucfg_dp_init()