Searched refs:ul_size (Results 1 - 5 of 5) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_mm.h | 52 输入参数 : ul_size: alloc mem size 55 static inline hi_void *oal_memalloc(hi_u32 ul_size) in oal_memalloc() argument 66 puc_mem_space = kmalloc(ul_size, l_flags); in oal_memalloc() 73 return malloc(ul_size); in oal_memalloc() 77 static inline hi_void *oal_kzalloc(hi_u32 ul_size, hi_s32 l_flags) in oal_kzalloc() argument 80 return kzalloc(ul_size, l_flags); in oal_kzalloc() 83 return calloc(1, ul_size); in oal_kzalloc() 87 static inline hi_void *oal_vmalloc(hi_u32 ul_size) in oal_vmalloc() argument 90 return vmalloc(ul_size); in oal_vmalloc() 92 return malloc(ul_size); in oal_vmalloc() [all...] |
H A D | plat_firmware.c | 1720 hi_u32 ul_size = DEVICE_EFUSE_LENGTH; in firmware_read_efuse_info() local 1722 ul_size = hiusb_align_32(ul_size); in firmware_read_efuse_info() 1724 ul_size = HISDIO_ALIGN_4_OR_BLK(ul_size); in firmware_read_efuse_info() 1726 if (ul_size > firmware_mem->ul_data_buf_len) { in firmware_read_efuse_info() 1732 RMEM_CMD_KEYWORD, COMPART_KEYWORD, ul_mac_addr, COMPART_KEYWORD, ul_size, COMPART_KEYWORD) == -1) { in firmware_read_efuse_info() 1743 l_ret = firmware_read_msg(firmware_mem->puc_data_buf, ul_size); in firmware_read_efuse_info()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/include/ |
H A D | hi_osal.h | 590 extern unsigned long long cmpi_mmz_malloc(const char *mmz_name, const char *buf_name, unsigned long ul_size); 598 void *cmpi_remap_cached(unsigned long long phy_addr, unsigned long ul_size); 599 void *cmpi_remap_nocache(unsigned long long phy_addr, unsigned long ul_size);
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
H A D | hi_osal.h | 587 extern unsigned long long cmpi_mmz_malloc(const char *mmz_name, const char *buf_name, unsigned long ul_size); 595 void *cmpi_remap_cached(unsigned long long phy_addr, unsigned long ul_size); 596 void *cmpi_remap_nocache(unsigned long long phy_addr, unsigned long ul_size);
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/ |
H A D | hcc_host.c | 421 hi_u32 ul_size) 434 if (ul_size) { 439 if (OAL_WARN_ON(ul_size + sizeof(struct hcc_descr_header) > oal_netbuf_len(netbuf))) { 441 (hi_u32)(ul_size + sizeof(struct hcc_descr_header)), (hi_u32)oal_netbuf_len(netbuf)); 447 if (memcpy_s((hi_void *)((hi_u8 *)oal_netbuf_data(netbuf) + sizeof(struct hcc_descr_header)), ul_size, data, 448 ul_size) != EOK) { 420 hcc_send_descr_control_data(hcc_handler_stru *hcc_handler, hcc_descr_type descr_type, const hi_void *data, hi_u32 ul_size) global() argument
|
Completed in 11 milliseconds