Searched refs:misc_fops (Results 1 – 3 of 3) sorted by relevance
149 static const struct file_operations misc_fops = { variable279 if (register_chrdev(MISC_MAJOR, "misc", &misc_fops)) in misc_init()
204 static const struct file_operations misc_fops = { variable231 fbi, &misc_fops); in mbxfb_debugfs_init()
102 DEFINE_SIMPLE_ATTRIBUTE(misc_fops, inj_misc_get, inj_misc_set, "%llx\n");650 { .name = "misc", .fops = &misc_fops, .perm = S_IRUSR | S_IWUSR },