Searched refs:vpe_fops (Results 1 – 4 of 4) sorted by relevance
109 extern const struct file_operations vpe_fops;
107 major = register_chrdev(0, VPE_MODULE_NAME, &vpe_fops); in vpe_module_init()
355 major = register_chrdev(0, VPE_MODULE_NAME, &vpe_fops); in vpe_module_init()
887 const struct file_operations vpe_fops = { variable