Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/
H A Ddma-buf.c166 if (dmabuf->exp_vm_ops->open) { in dma_buf_vma_open()
167 dmabuf->exp_vm_ops->open(vma); in dma_buf_vma_open()
179 if (dmabuf->exp_vm_ops->close) { in dma_buf_vma_close()
180 dmabuf->exp_vm_ops->close(vma); in dma_buf_vma_close()
193 dmabuf->exp_vm_ops = vma->vm_ops; in dma_buf_do_mmap()
194 dmabuf->vm_ops = *(dmabuf->exp_vm_ops); in dma_buf_do_mmap()
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Ddma-buf.h380 * @exp_vm_ops: the vm ops provided by the buffer exporter.
428 const struct vm_operations_struct *exp_vm_ops; member

Completed in 4 milliseconds