Home
last modified time | relevance | path

Searched refs:alloc_buf_list (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_debug.c73 _os_list *list = &debug_memory_ctx.alloc_buf_list; in rt_alloc_dbg_buf()
118 _os_list *list = &debug_memory_ctx.alloc_buf_list; in rt_free_dbg_buf()
156 _os_list *list = &debug_memory_ctx.alloc_buf_list; in rt_mem_dbg_init()
169 _os_list *list = &debug_memory_ctx.alloc_buf_list; in rt_mem_dbg_deinit()
H A Dphl_debug.h77 _os_list alloc_buf_list; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_debug.c73 _os_list *list = &debug_memory_ctx.alloc_buf_list; in rt_alloc_dbg_buf()
118 _os_list *list = &debug_memory_ctx.alloc_buf_list; in rt_free_dbg_buf()
156 _os_list *list = &debug_memory_ctx.alloc_buf_list; in rt_mem_dbg_init()
169 _os_list *list = &debug_memory_ctx.alloc_buf_list; in rt_mem_dbg_deinit()
H A Dphl_debug.h77 _os_list alloc_buf_list; member
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dsynclinkmp.c611 static int alloc_buf_list(SLMP_INFO *info);
3390 if ( alloc_buf_list( info ) < 0 || in alloc_dma_bufs()
3412 static int alloc_buf_list(SLMP_INFO *info) in alloc_buf_list() function