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

/external/kernel-headers/original/linux/
H A Dkobject.h2 * kobject.h - generic kernel object infrastructure.
10 * Please read Documentation/kobject.txt before using the kobject
36 /* counter to tag the uevent, read only except for the kobject core */
51 struct kobject { struct
56 struct kobject * parent;
63 extern int kobject_set_name(struct kobject *, const char *, ...)
66 static inline const char * kobject_name(const struct kobject * kobj)
71 extern void kobject_init(struct kobject *);
72 extern void kobject_cleanup(struct kobject *);
[all...]

Completed in 383 milliseconds