Home
last modified time | relevance | path

Searched refs:ppbuf (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/arch/m68k/sun3/prom/
H A Dprintf.c21 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 Dprintf.c26 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 Dmoal_shim.h65 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 Dmoal_shim.c93 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 Dmlan_decl.h2111 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 Dmoal_shim.h66 IN t_u32 size, IN t_u32 flag, OUT t_u8 **ppbuf);
69 IN t_u32 size, OUT t_u8 **ppbuf);
H A Dmoal_shim.c96 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 Dmlan_decl.h1215 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 Dhostsa_def.h35 IN t_u32 flag, OUT t_u8 **ppbuf);
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_decl.h2111 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 Dmlan_decl.h1215 IN t_u32 flag, OUT t_u8 **ppbuf);
1220 IN t_u32 size, OUT t_u8 **ppbuf);