Home
last modified time | relevance | path

Searched refs:qdf_mem_common_alloc (Results 1 – 7 of 7) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
H A Dreg_priv_objs.c106 soc_reg_obj = qdf_mem_common_alloc(sizeof(*soc_reg_obj)); in wlan_regulatory_psoc_obj_created_notification()
325 pdev_priv_obj = qdf_mem_common_alloc(sizeof(*pdev_priv_obj)); in wlan_regulatory_pdev_obj_created_notification()
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_mem.h1450 #define qdf_mem_common_alloc(size) qdf_mem_valloc(size) macro
1462 #define qdf_mem_common_alloc(size) qdf_mem_malloc(size) macro
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_rx_desc.c295 rx_desc_pool->array = qdf_mem_common_alloc(pool_size * in dp_rx_desc_pool_alloc()
H A Ddp_main.c13701 soc = qdf_mem_common_alloc(dp_get_soc_context_size(device_id)); in dp_soc_attach()
/wlan-driver/qca-wifi-host-cmn/cfg/src/
H A Dcfg.c448 store = qdf_mem_common_alloc(sizeof(*store)); in cfg_store_alloc()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
H A Dhal_srng.c1260 hal = qdf_mem_common_alloc(sizeof(*hal)); in hal_attach()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_api.c839 qdf_mem_common_alloc(sizeof(struct pe_session) * mac->lim.maxBssId); in pe_open()