Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-memops.c123 const struct vm_operations_struct vb2_common_vm_ops = { variable
127 EXPORT_SYMBOL_GPL(vb2_common_vm_ops);
H A Dvideobuf2-vmalloc.c193 vma->vm_ops = &vb2_common_vm_ops; in vb2_vmalloc_mmap()
H A Dvideobuf2-dma-sg.c352 vma->vm_ops = &vb2_common_vm_ops; in vb2_dma_sg_mmap()
H A Dvideobuf2-dma-contig.c297 vma->vm_ops = &vb2_common_vm_ops; in vb2_dc_mmap()
/openbmc/linux/include/media/
H A Dvideobuf2-memops.h34 extern const struct vm_operations_struct vb2_common_vm_ops;