Searched defs:pmoal (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | moal_shim.c | 93 mlan_status moal_malloc(t_void *pmoal, t_u32 size, t_u32 flag, t_u8 **ppbuf) in moal_malloc() 129 mlan_status moal_mfree(t_void *pmoal, t_u8 *pbuf) in moal_mfree() 150 mlan_status moal_vmalloc(t_void *pmoal, t_u32 size, t_u8 **ppbuf) in moal_vmalloc() 173 mlan_status moal_vfree(t_void *pmoal, t_u8 *pbuf) in moal_vfree() 196 mlan_status moal_malloc_consistent(t_void *pmoal, t_u32 size, t_u8 **ppbuf, in moal_malloc_consistent() 236 mlan_status moal_mfree_consistent(t_void *pmoal, t_u32 size, t_u8 *pbuf, in moal_mfree_consistent() 265 mlan_status moal_map_memory(t_void *pmoal, t_u8 *pbuf, t_u64 *pbuf_pa, 306 mlan_status moal_unmap_memory(t_void *pmoal, t_u8 *pbuf, t_u64 buf_pa, 335 t_void *moal_memset(t_void *pmoal, t_void *pmem, t_u8 byte, t_u32 num) 355 t_void *moal_memcpy(t_void *pmoal, t_void *pdest, const t_void *psrc, t_u32 num) [all …]
|