Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/common/videobuf2/
Dvideobuf2-memops.c127 const struct vm_operations_struct vb2_common_vm_ops = { variable
131 EXPORT_SYMBOL_GPL(vb2_common_vm_ops);
Dvideobuf2-vmalloc.c195 vma->vm_ops = &vb2_common_vm_ops; in vb2_vmalloc_mmap()
Dvideobuf2-dma-sg.c358 vma->vm_ops = &vb2_common_vm_ops; in vb2_dma_sg_mmap()
Dvideobuf2-dma-contig.c205 vma->vm_ops = &vb2_common_vm_ops; in vb2_dc_mmap()
/Linux-v4.19/include/media/
Dvideobuf2-memops.h34 extern const struct vm_operations_struct vb2_common_vm_ops;