Home
last modified time | relevance | path

Searched refs:ion_dmabuf_alloc (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/android/ion/
H A Dion_private.h48 extern struct dma_buf *ion_dmabuf_alloc(struct ion_device *dev, size_t len,
H A Dion.c38 return ion_dmabuf_alloc(internal_dev, len, heap_id_mask, flags); in ion_alloc()
54 dmabuf = ion_dmabuf_alloc(internal_dev, len, heap_id_mask, flags); in ion_alloc_fd()
H A Dion_dma_buf.c334 struct dma_buf *ion_dmabuf_alloc(struct ion_device *dev, size_t len, in ion_dmabuf_alloc() function