Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Drk-dma-heap.h56 unsigned int heap_flags,
68 unsigned int heap_flags,
112 unsigned int heap_flags, in rk_dma_heap_buffer_alloc() argument
120 unsigned int heap_flags, in rk_dma_heap_bufferfd_alloc() argument
H A Ddma-heap.h29 unsigned long heap_flags);
109 unsigned int heap_flags);
127 unsigned int heap_flags);
/OK3568_Linux_fs/kernel/drivers/dma-buf/
H A Ddma-heap.c81 unsigned int heap_flags) in dma_heap_buffer_alloc() argument
86 if (heap_flags & ~DMA_HEAP_VALID_HEAP_FLAGS) in dma_heap_buffer_alloc()
96 return heap->ops->allocate(heap, len, fd_flags, heap_flags); in dma_heap_buffer_alloc()
102 unsigned int heap_flags) in dma_heap_bufferfd_alloc() argument
107 dmabuf = dma_heap_buffer_alloc(heap, len, fd_flags, heap_flags); in dma_heap_bufferfd_alloc()
150 heap_allocation->heap_flags); in dma_heap_ioctl_allocate()
/OK3568_Linux_fs/kernel/tools/testing/selftests/dmabuf-heaps/
H A Ddmabuf-heap.c106 unsigned int heap_flags, int *dmabuf_fd) in dmabuf_heap_alloc_fdflags() argument
112 .heap_flags = heap_flags, in dmabuf_heap_alloc_fdflags()
259 __u64 heap_flags; in dmabuf_heap_alloc_newer() member
267 .heap_flags = flags, in dmabuf_heap_alloc_newer()
/OK3568_Linux_fs/kernel/drivers/dma-buf/heaps/
H A Drk_cma_heap.c350 unsigned long heap_flags, bool uncached) in cma_heap_do_allocate() argument
451 unsigned long heap_flags) in cma_heap_allocate() argument
453 return cma_heap_do_allocate(heap, len, fd_flags, heap_flags, false); in cma_heap_allocate()
499 unsigned long heap_flags) in cma_uncached_heap_allocate() argument
501 return cma_heap_do_allocate(heap, len, fd_flags, heap_flags, true); in cma_uncached_heap_allocate()
507 unsigned long heap_flags) in cma_uncached_heap_not_initialized() argument
H A Dsystem_heap.c400 unsigned long heap_flags, in system_heap_do_allocate() argument
498 unsigned long heap_flags) in system_heap_allocate() argument
500 return system_heap_do_allocate(heap, len, fd_flags, heap_flags, false); in system_heap_allocate()
526 unsigned long heap_flags) in system_uncached_heap_allocate() argument
528 return system_heap_do_allocate(heap, len, fd_flags, heap_flags, true); in system_uncached_heap_allocate()
535 unsigned long heap_flags) in system_uncached_heap_not_initialized() argument
H A Drk_system_heap.c515 unsigned long heap_flags, in system_heap_do_allocate() argument
653 unsigned long heap_flags) in system_heap_allocate() argument
655 return system_heap_do_allocate(heap, len, fd_flags, heap_flags, false); in system_heap_allocate()
681 unsigned long heap_flags) in system_uncached_heap_allocate() argument
683 return system_heap_do_allocate(heap, len, fd_flags, heap_flags, true); in system_uncached_heap_allocate()
690 unsigned long heap_flags) in system_uncached_heap_not_initialized() argument
H A Dsram_heap.c182 unsigned long heap_flags) in sram_dma_heap_allocate() argument
H A Dcma_heap.c276 unsigned long heap_flags) in cma_heap_allocate() argument
/OK3568_Linux_fs/kernel/drivers/dma-buf/rk_heaps/
H A Drk-dma-heap.c120 unsigned int heap_flags, in rk_dma_heap_buffer_alloc() argument
128 if (heap_flags & ~RK_DMA_HEAP_VALID_HEAP_FLAGS) in rk_dma_heap_buffer_alloc()
138 dmabuf = heap->ops->allocate(heap, len, fd_flags, heap_flags, name); in rk_dma_heap_buffer_alloc()
149 unsigned int heap_flags, in rk_dma_heap_bufferfd_alloc() argument
155 dmabuf = rk_dma_heap_buffer_alloc(heap, len, fd_flags, heap_flags, in rk_dma_heap_bufferfd_alloc()
246 heap_allocation->heap_flags, NULL); in rk_dma_heap_ioctl_allocate()
H A Drk-dma-heap.h45 unsigned long heap_flags,
H A Drk-cma-heap.c425 unsigned long heap_flags, in rk_cma_heap_allocate() argument
/OK3568_Linux_fs/external/mpp/osal/allocator/
H A Dallocator_dma_heap.c44 RK_U64 heap_flags; member
97 .heap_flags = flags, in dma_heap_alloc()
103 data.heap_flags = 0; // heap_flags should be set to 0 in dma_heap_alloc()
/OK3568_Linux_fs/external/security/librkcrypto/include/
H A Ddma-heap.h39 __u64 heap_flags; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drk-dma-heap.h41 __u64 heap_flags; member
H A Ddma-heap.h39 __u64 heap_flags; member
/OK3568_Linux_fs/external/linux-rga/samples/utils/allocator/
H A Ddma_alloc.cpp59 __u64 heap_flags; member
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/sources/
H A Ddma_alloc.cpp60 __u64 heap_flags; member