Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/dma-buf/
H A Ddma-buf.c461 struct dma_buf_sync_partial sync_p; in dma_buf_ioctl() local
501 if (copy_from_user(&sync_p, (void __user *) arg, sizeof(sync_p))) in dma_buf_ioctl()
504 if (sync_p.len == 0) in dma_buf_ioctl()
507 if (sync_p.len > dmabuf->size || sync_p.offset > dmabuf->size - sync_p.len) in dma_buf_ioctl()
510 if (sync_p.flags & ~DMA_BUF_SYNC_VALID_FLAGS_MASK) in dma_buf_ioctl()
513 switch (sync_p.flags & DMA_BUF_SYNC_RW) { in dma_buf_ioctl()
527 if (sync_p.flags & DMA_BUF_SYNC_END) in dma_buf_ioctl()
529 sync_p.offset, in dma_buf_ioctl()
530 sync_p.len); in dma_buf_ioctl()
533 sync_p.offset, in dma_buf_ioctl()
[all …]