Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/common/videobuf2/
Dvideobuf2-memops.c122 const struct vm_operations_struct vb2_common_vm_ops = { variable
126 EXPORT_SYMBOL_GPL(vb2_common_vm_ops);
Dvideobuf2-vmalloc.c193 vma->vm_ops = &vb2_common_vm_ops; in vb2_vmalloc_mmap()
Dvideobuf2-dma-contig.c195 vma->vm_ops = &vb2_common_vm_ops; in vb2_dc_mmap()
Dvideobuf2-dma-sg.c339 vma->vm_ops = &vb2_common_vm_ops; in vb2_dma_sg_mmap()
/Linux-v5.10/include/media/
Dvideobuf2-memops.h34 extern const struct vm_operations_struct vb2_common_vm_ops;