Home
last modified time | relevance | path

Searched refs:dma_buf_te_ioctl_alloc (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Ddma-buf-test-exporter.h39 struct dma_buf_te_ioctl_alloc { struct
70 #define DMA_BUF_TE_ALLOC _IOR(DMA_BUF_TE_IOCTL_BASE, 0x01, struct dma_buf_te_ioctl_alloc)
73 #define DMA_BUF_TE_ALLOC_CONT _IOR(DMA_BUF_TE_IOCTL_BASE, 0x04, struct dma_buf_te_ioctl_alloc)
/OK3568_Linux_fs/kernel/drivers/base/arm/dma_buf_test_exporter/
H A Ddma-buf-test-exporter.c440 static int do_dma_buf_te_ioctl_alloc(struct dma_buf_te_ioctl_alloc __user *buf, bool contiguous) in do_dma_buf_te_ioctl_alloc()
442 struct dma_buf_te_ioctl_alloc alloc_req; in do_dma_buf_te_ioctl_alloc()
736 return do_dma_buf_te_ioctl_alloc((struct dma_buf_te_ioctl_alloc __user *)arg, false); in dma_buf_te_ioctl()
738 return do_dma_buf_te_ioctl_alloc((struct dma_buf_te_ioctl_alloc __user *)arg, true); in dma_buf_te_ioctl()