Searched refs:dma_buf_get (Results 1 - 7 of 7) sorted by relevance

/linux-4.1.27/drivers/dma-buf/
H A Ddma-buf.c369 * dma_buf_get - returns the dma_buf structure related to an fd
376 struct dma_buf *dma_buf_get(int fd) dma_buf_get() function
392 EXPORT_SYMBOL_GPL(dma_buf_get); variable
/linux-4.1.27/drivers/staging/android/ion/
H A Dion_test.c170 dma_buf = dma_buf_get((int)arg); ion_test_ioctl()
H A Dion.c1161 dmabuf = dma_buf_get(fd); ion_import_dma_buf()
1207 dmabuf = dma_buf_get(fd); ion_sync_for_device()
/linux-4.1.27/drivers/gpu/drm/
H A Ddrm_prime.c48 * It calls dma_buf_get, creates an attachment to it and stores the
572 dma_buf = dma_buf_get(prime_fd); drm_gem_prime_fd_to_handle()
/linux-4.1.27/include/linux/
H A Ddma-buf.h214 struct dma_buf *dma_buf_get(int fd);
/linux-4.1.27/drivers/gpu/drm/ttm/
H A Dttm_object.c628 dma_buf = dma_buf_get(fd); ttm_prime_fd_to_handle()
/linux-4.1.27/drivers/media/v4l2-core/
H A Dvideobuf2-core.c1516 struct dma_buf *dbuf = dma_buf_get(planes[plane].m.fd); __qbuf_dmabuf()

Completed in 196 milliseconds