Home
last modified time | relevance | path

Searched refs:vpe_fops (Results 1 – 4 of 4) sorted by relevance

/arch/mips/include/asm/
Dvpe.h109 extern const struct file_operations vpe_fops;
/arch/mips/kernel/
Dvpe-cmp.c107 major = register_chrdev(0, VPE_MODULE_NAME, &vpe_fops); in vpe_module_init()
Dvpe-mt.c355 major = register_chrdev(0, VPE_MODULE_NAME, &vpe_fops); in vpe_module_init()
Dvpe.c887 const struct file_operations vpe_fops = { variable