Home
last modified time | relevance | path

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

/rockchip-linux_mpp/osal/
H A Dmpp_dmabuf.c80 ret = ioctl(fd, DMA_BUF_IOCTL_SYNC_PARTIAL, &sync); in mpp_dmabuf_sync_partial_begin()
111 ret = ioctl(fd, DMA_BUF_IOCTL_SYNC_PARTIAL, &sync); in mpp_dmabuf_sync_partial_end()
/rockchip-linux_mpp/osal/linux/
H A Ddma-buf.h56 #define DMA_BUF_IOCTL_SYNC_PARTIAL _IOW(DMA_BUF_BASE, 2, struct dma_buf_sync_partial) macro