Searched defs:kobject (Results 1 - 1 of 1) sorted by relevance

/include/linux/
H A Dkobject.h2 * kobject.h - generic kernel object infrastructure.
11 * Please read Documentation/kobject.txt before using the kobject
37 /* counter to tag the uevent, read only except for the kobject core */
60 struct kobject { struct
63 struct kobject *parent;
76 int kobject_set_name(struct kobject *kobj, const char *name, ...);
77 extern int kobject_set_name_vargs(struct kobject *kobj, const char *fmt,
80 static inline const char *kobject_name(const struct kobject *kobj)
85 extern void kobject_init(struct kobject *kob
[all...]

Completed in 57 milliseconds