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

/linux-master/include/media/
H A Dvideobuf2-memops.h34 extern const struct vm_operations_struct vb2_common_vm_ops;
/linux-master/drivers/media/common/videobuf2/
H A Dvideobuf2-memops.c120 * vb2_common_vm_ops - common vm_ops used for tracking refcount of mmapped
123 const struct vm_operations_struct vb2_common_vm_ops = { variable in typeref:struct:vm_operations_struct
127 EXPORT_SYMBOL_GPL(vb2_common_vm_ops); variable
H A Dvideobuf2-vmalloc.c195 vma->vm_ops = &vb2_common_vm_ops;
H A Dvideobuf2-dma-contig.c297 vma->vm_ops = &vb2_common_vm_ops;
H A Dvideobuf2-dma-sg.c352 vma->vm_ops = &vb2_common_vm_ops;

Completed in 193 milliseconds