Home
last modified time | relevance | path

Searched refs:misc_fops (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/char/
H A Dmisc.c185 static const struct file_operations misc_fops = { variable
306 err = __register_chrdev(MISC_MAJOR, 0, MINORMASK + 1, "misc", &misc_fops); in misc_init()
/linux/arch/x86/kernel/cpu/mce/
H A Dinject.c97 DEFINE_SIMPLE_ATTRIBUTE(misc_fops, inj_misc_get, inj_misc_set, "%llx\n");
706 { .name = "misc", .fops = &misc_fops, .perm = S_IRUSR | S_IWUSR },