Home
last modified time | relevance | path

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

/drivers/media/common/videobuf2/
Dvideobuf2-memops.c121 const struct vm_operations_struct vb2_common_vm_ops = { variable
125 EXPORT_SYMBOL_GPL(vb2_common_vm_ops);
Dvideobuf2-vmalloc.c191 vma->vm_ops = &vb2_common_vm_ops; in vb2_vmalloc_mmap()
Dvideobuf2-dma-sg.c345 vma->vm_ops = &vb2_common_vm_ops; in vb2_dma_sg_mmap()
Dvideobuf2-dma-contig.c203 vma->vm_ops = &vb2_common_vm_ops; in vb2_dc_mmap()