| /OK3568_Linux_fs/kernel/arch/m68k/sun3/prom/ |
| H A D | printf.c | 21 static char ppbuf[1024]; variable 33 ppbuf[0] = 'O'; in prom_printf() 34 i = vsprintf(ppbuf + 1, fmt, args) + 1; in prom_printf() 36 i = vsprintf(ppbuf, fmt, args); in prom_printf() 39 bptr = ppbuf; in prom_printf()
|
| /OK3568_Linux_fs/kernel/arch/sparc/prom/ |
| H A D | printf.c | 26 static char ppbuf[1024]; variable 66 i = vscnprintf(ppbuf, sizeof(ppbuf), fmt, args); in prom_printf() 69 prom_write(ppbuf, i); in prom_printf()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | moal_shim.h | 65 mlan_status moal_malloc(t_void *pmoal, t_u32 size, t_u32 flag, t_u8 **ppbuf); 67 mlan_status moal_vmalloc(t_void *pmoal, t_u32 size, t_u8 **ppbuf); 70 mlan_status moal_malloc_consistent(t_void *pmoal, t_u32 size, t_u8 **ppbuf,
|
| 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() argument 110 *ppbuf = kzalloc(size, mem_flag); in moal_malloc() 111 if (*ppbuf == NULL) { in moal_malloc() 150 mlan_status moal_vmalloc(t_void *pmoal, t_u32 size, t_u8 **ppbuf) in moal_vmalloc() argument 154 *ppbuf = vmalloc(size); in moal_vmalloc() 155 if (*ppbuf == NULL) { in moal_vmalloc() 196 mlan_status moal_malloc_consistent(t_void *pmoal, t_u32 size, t_u8 **ppbuf, in moal_malloc_consistent() argument 208 *ppbuf = (t_u8 *)dma_alloc_coherent(&card->dev->dev, size, in moal_malloc_consistent() 211 *ppbuf = (t_u8 *)pci_alloc_consistent(card->dev, size, in moal_malloc_consistent() 214 if (*ppbuf == NULL) { in moal_malloc_consistent()
|
| H A D | mlan_decl.h | 2111 t_u8 **ppbuf); 2115 mlan_status (*moal_vmalloc)(t_void *pmoal, t_u32 size, t_u8 **ppbuf); 2121 t_u8 **ppbuf, t_u64 *pbuf_pa);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/ |
| H A D | moal_shim.h | 66 IN t_u32 size, IN t_u32 flag, OUT t_u8 **ppbuf); 69 IN t_u32 size, OUT t_u8 **ppbuf);
|
| H A D | moal_shim.c | 96 IN t_u32 size, IN t_u32 flag, OUT t_u8 **ppbuf) in moal_malloc() argument 106 *ppbuf = kzalloc(size, mem_flag); in moal_malloc() 107 if (*ppbuf == NULL) { in moal_malloc() 147 moal_vmalloc(IN t_void *pmoal_handle, IN t_u32 size, OUT t_u8 **ppbuf) in moal_vmalloc() argument 151 *ppbuf = vmalloc(size); in moal_vmalloc() 152 if (*ppbuf == NULL) { in moal_vmalloc()
|
| H A D | mlan_decl.h | 1215 IN t_u32 flag, OUT t_u8 **ppbuf); 1220 IN t_u32 size, OUT t_u8 **ppbuf);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/ |
| H A D | hostsa_def.h | 35 IN t_u32 flag, OUT t_u8 **ppbuf);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/ |
| H A D | mlan_decl.h | 2111 t_u8 **ppbuf); 2115 mlan_status (*moal_vmalloc)(t_void *pmoal, t_u32 size, t_u8 **ppbuf); 2121 t_u8 **ppbuf, t_u64 *pbuf_pa);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/ |
| H A D | mlan_decl.h | 1215 IN t_u32 flag, OUT t_u8 **ppbuf); 1220 IN t_u32 size, OUT t_u8 **ppbuf);
|