Searched refs:misc_fops (Results 1 – 2 of 2) sorted by relevance
187 static const struct file_operations misc_fops = { variable297 if (register_chrdev(MISC_MAJOR, "misc", &misc_fops)) in misc_init()
96 DEFINE_SIMPLE_ATTRIBUTE(misc_fops, inj_misc_get, inj_misc_set, "%llx\n");704 { .name = "misc", .fops = &misc_fops, .perm = S_IRUSR | S_IWUSR },