Searched refs:example_kobj (Results 1 – 1 of 1) sorted by relevance
109 static struct kobject *example_kobj; variable124 example_kobj = kobject_create_and_add("kobject_example", kernel_kobj); in example_init()125 if (!example_kobj) in example_init()129 retval = sysfs_create_group(example_kobj, &attr_group); in example_init()131 kobject_put(example_kobj); in example_init()138 kobject_put(example_kobj); in example_exit()