Searched refs:qdf_mem_common_alloc (Results 1 – 7 of 7) sorted by relevance
106 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()
1450 #define qdf_mem_common_alloc(size) qdf_mem_valloc(size) macro1462 #define qdf_mem_common_alloc(size) qdf_mem_malloc(size) macro
295 rx_desc_pool->array = qdf_mem_common_alloc(pool_size * in dp_rx_desc_pool_alloc()
13701 soc = qdf_mem_common_alloc(dp_get_soc_context_size(device_id)); in dp_soc_attach()
448 store = qdf_mem_common_alloc(sizeof(*store)); in cfg_store_alloc()
1260 hal = qdf_mem_common_alloc(sizeof(*hal)); in hal_attach()
839 qdf_mem_common_alloc(sizeof(struct pe_session) * mac->lim.maxBssId); in pe_open()