Home
last modified time | relevance | path

Searched refs:alloc_buffer (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/u-boot/lib/optee_clientApi/
H A DOpteeClientApiLib.c226 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 Dxattr.c166 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 Dpercpu-stats.c150 alloc_buffer: in percpu_stats_show()
166 goto alloc_buffer; in percpu_stats_show()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dohci-dbg.c665 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 Dehci-dbg.c915 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 Dfotg210-hcd.c745 *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 Dtee_client_api.h261 void *alloc_buffer; member
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rkximage/
H A Dgstkmsbufferpool.c215 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 Dcoresight-etm-perf.c370 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 Dcoresight-tmc-etf.c566 .alloc_buffer = tmc_alloc_etf_buffer,
H A Dcoresight-etb10.c578 .alloc_buffer = etb_alloc_buffer,
H A Dcoresight-trbe.c814 .alloc_buffer = arm_trbe_alloc_buffer,
H A Dcoresight-tmc-etr.c1708 .alloc_buffer = tmc_alloc_etr_buffer,
/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns/
H A Dhnae.h346 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 Dhnae.c89 .alloc_buffer = hnae_alloc_buffer,
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-bufio.c468 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 Dcoresight.h288 void *(*alloc_buffer)(struct coresight_device *csdev, member
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_base.c1199 static MPP_RET alloc_buffer(void *hal) in alloc_buffer() function
1612 ret = alloc_buffer(ctx); in hal_vp8e_setup()