Searched refs:dma_buf_import_sync_file (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Ddma-buf.h141 * struct dma_buf_import_sync_file - Insert a sync_file into a dma-buf
150 struct dma_buf_import_sync_file { struct
180 #define DMA_BUF_IOCTL_IMPORT_SYNC_FILE _IOW(DMA_BUF_BASE, 3, struct dma_buf_import_sync_file)
/linux-master/drivers/dma-buf/
H A Ddma-buf.c392 static long dma_buf_import_sync_file(struct dma_buf *dmabuf, function
395 struct dma_buf_import_sync_file arg;
487 return dma_buf_import_sync_file(dmabuf, (const void __user *)arg);

Completed in 278 milliseconds