misc_fops 93 arch/x86/kernel/cpu/mce/inject.c DEFINE_SIMPLE_ATTRIBUTE(misc_fops, inj_misc_get, inj_misc_set, "%llx\n"); misc_fops 652 arch/x86/kernel/cpu/mce/inject.c { .name = "misc", .fops = &misc_fops, .perm = S_IRUSR | S_IWUSR }, misc_fops 149 drivers/char/misc.c static const struct file_operations misc_fops = { misc_fops 278 drivers/char/misc.c if (register_chrdev(MISC_MAJOR, "misc", &misc_fops)) misc_fops 204 drivers/video/fbdev/mbx/mbxdebugfs.c static const struct file_operations misc_fops = { misc_fops 224 drivers/video/fbdev/mbx/mbxdebugfs.c debugfs_create_file("misc", 0444, dir, fbi, &misc_fops);