Searched refs:example_kobj (Results 1 – 1 of 1) sorted by relevance
111 static struct kobject *example_kobj; variable126 example_kobj = kobject_create_and_add("kobject_example", kernel_kobj); in example_init()127 if (!example_kobj) in example_init()131 retval = sysfs_create_group(example_kobj, &attr_group); in example_init()133 kobject_put(example_kobj); in example_init()140 kobject_put(example_kobj); in example_exit()