Searched refs:misc_fops (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/char/ |
| D | misc.c | 149 static const struct file_operations misc_fops = { variable 278 if (register_chrdev(MISC_MAJOR, "misc", &misc_fops)) in misc_init()
|
| /Linux-v5.4/drivers/video/fbdev/mbx/ |
| D | mbxdebugfs.c | 204 static const struct file_operations misc_fops = { variable 224 debugfs_create_file("misc", 0444, dir, fbi, &misc_fops); in mbxfb_debugfs_init()
|
| /Linux-v5.4/arch/x86/kernel/cpu/mce/ |
| D | inject.c | 93 DEFINE_SIMPLE_ATTRIBUTE(misc_fops, inj_misc_get, inj_misc_set, "%llx\n"); 652 { .name = "misc", .fops = &misc_fops, .perm = S_IRUSR | S_IWUSR },
|