Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/heaps/
Dsystem_heap.c416 … dma_buf *system_heap_do_allocate(struct dma_heap *heap, unsigned long len, unsigned long fd_flags, in system_heap_do_allocate()
516 …uct dma_buf *system_heap_allocate(struct dma_heap *heap, unsigned long len, unsigned long fd_flags, in system_heap_allocate()
541 …uf *system_uncached_heap_allocate(struct dma_heap *heap, unsigned long len, unsigned long fd_flags, in system_uncached_heap_allocate()
549unsigned long fd_flags, unsigned long heap_flags) in system_uncached_heap_not_initialized()
Dcma_heap.c272 …struct dma_buf *cma_heap_allocate(struct dma_heap *heap, unsigned long len, unsigned long fd_flags, in cma_heap_allocate()
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/
Ddma-heap.c79 struct dma_buf *dma_heap_buffer_alloc(struct dma_heap *heap, size_t len, unsigned int fd_flags, uns… in dma_heap_buffer_alloc()
101 int dma_heap_bufferfd_alloc(struct dma_heap *heap, size_t len, unsigned int fd_flags, unsigned int … in dma_heap_bufferfd_alloc()
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/mmz/
Ddrv_media_mem.c682 unsigned int fd_flags = O_RDWR | O_CLOEXEC; in real_page_buffer_alloc_and_map() local