| /OK3568_Linux_fs/u-boot/lib/optee_clientApi/ |
| H A D | OpteeClientApiLib.c | 226 shared_memory->alloc_buffer = 0; in TEEC_AllocateSharedMemory() 237 shared_memory->alloc_buffer = shared_memory->buffer; in TEEC_AllocateSharedMemory() 261 if (shared_memory->alloc_buffer != 0) { in TEEC_ReleaseSharedMemory() 262 OpteeClientMemFree(shared_memory->alloc_buffer); in TEEC_ReleaseSharedMemory() 263 shared_memory->alloc_buffer = 0; in TEEC_ReleaseSharedMemory() 294 shared_memory->alloc_buffer = 0; in TEEC_RegisterSharedMemory() 309 shared_memory->alloc_buffer = TempSharedMemory.alloc_buffer; in TEEC_RegisterSharedMemory()
|
| /OK3568_Linux_fs/kernel/fs/erofs/ |
| H A D | xattr.c | 166 int (*alloc_buffer)(struct xattr_iter *_it, unsigned int value_sz); member 293 if (op->alloc_buffer) { in xattr_foreach() 294 err = op->alloc_buffer(it, value_sz); in xattr_foreach() 371 .alloc_buffer = xattr_checkbuffer, 593 .alloc_buffer = xattr_skipvalue,
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | percpu-stats.c | 150 alloc_buffer: in percpu_stats_show() 166 goto alloc_buffer; in percpu_stats_show()
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | ohci-dbg.c | 665 static struct debug_buffer *alloc_buffer(struct ohci_hcd *ohci, in alloc_buffer() function 742 file->private_data = alloc_buffer(inode->i_private, fill_async_buffer); in debug_async_open() 749 file->private_data = alloc_buffer(inode->i_private, in debug_periodic_open() 757 file->private_data = alloc_buffer(inode->i_private, in debug_registers_open()
|
| H A D | ehci-dbg.c | 915 static struct debug_buffer *alloc_buffer(struct usb_bus *bus, in alloc_buffer() function 992 file->private_data = alloc_buffer(inode->i_private, fill_async_buffer); in debug_async_open() 999 file->private_data = alloc_buffer(inode->i_private, in debug_bandwidth_open() 1009 buf = alloc_buffer(inode->i_private, fill_periodic_buffer); in debug_periodic_open() 1020 file->private_data = alloc_buffer(inode->i_private, in debug_registers_open()
|
| H A D | fotg210-hcd.c | 745 *alloc_buffer(struct usb_bus *bus, ssize_t (*fill_func)(struct debug_buffer *)) in alloc_buffer() function 821 file->private_data = alloc_buffer(inode->i_private, fill_async_buffer); in debug_async_open() 830 buf = alloc_buffer(inode->i_private, fill_periodic_buffer); in debug_periodic_open() 841 file->private_data = alloc_buffer(inode->i_private, in debug_registers_open()
|
| /OK3568_Linux_fs/u-boot/include/optee_include/ |
| H A D | tee_client_api.h | 261 void *alloc_buffer; member
|
| /OK3568_Linux_fs/external/gstreamer-rockchip/gst/rkximage/ |
| H A D | gstkmsbufferpool.c | 215 gstbufferpool_class->alloc_buffer = gst_kms_buffer_pool_alloc_buffer; in gst_kms_buffer_pool_class_init()
|
| /OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/ |
| H A D | coresight-etm-perf.c | 370 if (!sink_ops(sink)->alloc_buffer || !sink_ops(sink)->free_buffer) in etm_setup_aux() 380 sink_ops(sink)->alloc_buffer(sink, event, pages, in etm_setup_aux()
|
| H A D | coresight-tmc-etf.c | 566 .alloc_buffer = tmc_alloc_etf_buffer,
|
| H A D | coresight-etb10.c | 578 .alloc_buffer = etb_alloc_buffer,
|
| H A D | coresight-trbe.c | 814 .alloc_buffer = arm_trbe_alloc_buffer,
|
| H A D | coresight-tmc-etr.c | 1708 .alloc_buffer = tmc_alloc_etr_buffer,
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns/ |
| H A D | hnae.h | 346 int (*alloc_buffer)(struct hnae_ring *ring, struct hnae_desc_cb *cb); member 598 ret = bops->alloc_buffer(ring, cb); in hnae_reserve_buffer_map()
|
| H A D | hnae.c | 89 .alloc_buffer = hnae_alloc_buffer,
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | dm-bufio.c | 468 static struct dm_buffer *alloc_buffer(struct dm_bufio_client *c, gfp_t gfp_mask) in alloc_buffer() function 883 b = alloc_buffer(c, GFP_NOWAIT | __GFP_NORETRY | __GFP_NOMEMALLOC | __GFP_NOWARN); in __alloc_buffer_wait_no_callback() 893 b = alloc_buffer(c, GFP_NOIO | __GFP_NORETRY | __GFP_NOMEMALLOC | __GFP_NOWARN); in __alloc_buffer_wait_no_callback() 1794 struct dm_buffer *b = alloc_buffer(c, GFP_KERNEL); in dm_bufio_client_create()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | coresight.h | 288 void *(*alloc_buffer)(struct coresight_device *csdev, member
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/vpu/vp8e/ |
| H A D | hal_vp8e_base.c | 1199 static MPP_RET alloc_buffer(void *hal) in alloc_buffer() function 1612 ret = alloc_buffer(ctx); in hal_vp8e_setup()
|