vpe_fops 109 arch/mips/include/asm/vpe.h extern const struct file_operations vpe_fops; vpe_fops 107 arch/mips/kernel/vpe-cmp.c major = register_chrdev(0, VPE_MODULE_NAME, &vpe_fops); vpe_fops 355 arch/mips/kernel/vpe-mt.c major = register_chrdev(0, VPE_MODULE_NAME, &vpe_fops); vpe_fops 887 arch/mips/kernel/vpe.c const struct file_operations vpe_fops = { vpe_fops 2405 drivers/media/platform/ti-vpe/vpe.c static const struct v4l2_file_operations vpe_fops = { vpe_fops 2416 drivers/media/platform/ti-vpe/vpe.c .fops = &vpe_fops,