Home
last modified time | relevance | path

Searched defs:fd_flags (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Drk-dma-heap.h111 unsigned int fd_flags, in rk_dma_heap_buffer_alloc()
119 unsigned int fd_flags, in rk_dma_heap_bufferfd_alloc()
/OK3568_Linux_fs/kernel/drivers/dma-buf/heaps/
H A Drk_cma_heap.c349 unsigned long fd_flags, in cma_heap_do_allocate()
450 unsigned long fd_flags, in cma_heap_allocate()
498 unsigned long fd_flags, in cma_uncached_heap_allocate()
506 unsigned long fd_flags, in cma_uncached_heap_not_initialized()
H A Dsystem_heap.c399 unsigned long fd_flags, in system_heap_do_allocate()
497 unsigned long fd_flags, in system_heap_allocate()
525 unsigned long fd_flags, in system_uncached_heap_allocate()
534 unsigned long fd_flags, in system_uncached_heap_not_initialized()
H A Drk_system_heap.c514 unsigned long fd_flags, in system_heap_do_allocate()
652 unsigned long fd_flags, in system_heap_allocate()
680 unsigned long fd_flags, in system_uncached_heap_allocate()
689 unsigned long fd_flags, in system_uncached_heap_not_initialized()
H A Dsram_heap.c181 unsigned long fd_flags, in sram_dma_heap_allocate()
H A Dcma_heap.c275 unsigned long fd_flags, in cma_heap_allocate()
/OK3568_Linux_fs/kernel/tools/testing/selftests/dmabuf-heaps/
H A Ddmabuf-heap.c105 static int dmabuf_heap_alloc_fdflags(int fd, size_t len, unsigned int fd_flags, in dmabuf_heap_alloc_fdflags()
230 __u32 fd_flags; in dmabuf_heap_alloc_older() member
258 __u32 fd_flags; in dmabuf_heap_alloc_newer() member
/OK3568_Linux_fs/external/security/librkcrypto/include/
H A Ddma-heap.h38 __u32 fd_flags; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drk-dma-heap.h40 __u32 fd_flags; member
H A Ddma-heap.h38 __u32 fd_flags; member
/OK3568_Linux_fs/kernel/drivers/dma-buf/
H A Ddma-heap.c80 unsigned int fd_flags, in dma_heap_buffer_alloc()
101 unsigned int fd_flags, in dma_heap_bufferfd_alloc()
/OK3568_Linux_fs/external/linux-rga/samples/utils/allocator/
H A Ddma_alloc.cpp58 __u32 fd_flags; member
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/sources/
H A Ddma_alloc.cpp59 __u32 fd_flags; member
/OK3568_Linux_fs/kernel/drivers/dma-buf/rk_heaps/
H A Drk-dma-heap.c119 unsigned int fd_flags, in rk_dma_heap_buffer_alloc()
148 unsigned int fd_flags, in rk_dma_heap_bufferfd_alloc()
H A Drk-cma-heap.c424 unsigned long fd_flags, in rk_cma_heap_allocate()
/OK3568_Linux_fs/external/mpp/osal/allocator/
H A Dallocator_dma_heap.c43 RK_U32 fd_flags; member
/OK3568_Linux_fs/kernel/include/scsi/fc/
H A Dfc_fip.h241 __u8 fd_flags; /* bit0 is fka disable flag */ member
/OK3568_Linux_fs/kernel/include/scsi/
H A Dlibfcoe.h216 u8 fd_flags:1; member
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_sockmap.c594 int fd_flags = O_NONBLOCK; in msg_loop() local