Searched refs:example_kobj (Results 1 - 1 of 1) sorted by relevance

/linux-master/samples/kobject/
H A Dkobject-example.c109 static struct kobject *example_kobj; variable in typeref:struct:kobject
124 example_kobj = kobject_create_and_add("kobject_example", kernel_kobj);
125 if (!example_kobj)
129 retval = sysfs_create_group(example_kobj, &attr_group);
131 kobject_put(example_kobj);
138 kobject_put(example_kobj);

Completed in 82 milliseconds