Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Ddma-buf-test-exporter.h62 struct dma_buf_te_ioctl_fill { struct
74 #define DMA_BUF_TE_FILL _IOR(DMA_BUF_TE_IOCTL_BASE, 0x05, struct dma_buf_te_ioctl_fill) argument
/OK3568_Linux_fs/kernel/drivers/base/arm/dma_buf_test_exporter/
H A Ddma-buf-test-exporter.c710 static int do_dma_buf_te_ioctl_fill(struct dma_buf_te_ioctl_fill __user *arg) in do_dma_buf_te_ioctl_fill()
714 struct dma_buf_te_ioctl_fill f; in do_dma_buf_te_ioctl_fill()
744 return do_dma_buf_te_ioctl_fill((struct dma_buf_te_ioctl_fill __user *)arg); in dma_buf_te_ioctl()