Lines Matching refs:fd_flags
5606 - unsigned int fd_flags,
5633 + unsigned int fd_flags,
5636 + if (fd_flags & ~DMA_HEAP_VALID_FD_FLAGS)
5650 return heap->ops->allocate(heap, len, fd_flags, heap_flags);
5655 + unsigned int fd_flags,
5661 + dmabuf = dma_heap_buffer_alloc(heap, len, fd_flags, heap_flags);
5666 + fd = dma_buf_fd(dmabuf, fd_flags);
5682 - if (heap_allocation->fd_flags & ~DMA_HEAP_VALID_FD_FLAGS)
5689 - heap_allocation->fd_flags,
5692 + heap_allocation->fd_flags,
6225 - unsigned long fd_flags,
6242 + unsigned long fd_flags,
6324 - dmabuf = heap_helper_export_dmabuf(helper_buffer, fd_flags);
6328 + exp_info.flags = fd_flags;
6339 - ret = dma_buf_fd(dmabuf, fd_flags);
6468 - unsigned long fd_flags,
6794 + unsigned long fd_flags,
6856 - dmabuf = heap_helper_export_dmabuf(helper_buffer, fd_flags);
6860 + exp_info.flags = fd_flags;
6883 - ret = dma_buf_fd(dmabuf, fd_flags);
6912 + unsigned long fd_flags,
6915 + return system_heap_do_allocate(heap, len, fd_flags, heap_flags, false);
6941 + unsigned long fd_flags,
6944 + return system_heap_do_allocate(heap, len, fd_flags, heap_flags, true);
6950 + unsigned long fd_flags,