Searched refs:heap_allocation (Results 1 – 1 of 1) sorted by relevance
103 struct dma_heap_allocation_data *heap_allocation = data; in dma_heap_ioctl_allocate() local107 if (heap_allocation->fd) in dma_heap_ioctl_allocate()110 if (heap_allocation->fd_flags & ~DMA_HEAP_VALID_FD_FLAGS) in dma_heap_ioctl_allocate()113 if (heap_allocation->heap_flags & ~DMA_HEAP_VALID_HEAP_FLAGS) in dma_heap_ioctl_allocate()116 fd = dma_heap_buffer_alloc(heap, heap_allocation->len, in dma_heap_ioctl_allocate()117 heap_allocation->fd_flags, in dma_heap_ioctl_allocate()118 heap_allocation->heap_flags); in dma_heap_ioctl_allocate()122 heap_allocation->fd = fd; in dma_heap_ioctl_allocate()