Lines Matching defs:kobject
5225 struct kobject { struct
5228 struct kobject *parent; argument
5229 struct kset *kset;
5230 struct kobj_type *ktype;
5231 struct kernfs_node *sd;
5232 struct kref kref;
5233 unsigned int state_initialized: 1;
5234 unsigned int state_in_sysfs: 1;
5235 unsigned int state_add_uevent_sent: 1;
5236 unsigned int state_remove_uevent_sent: 1;
5237 unsigned int uevent_suppress: 1;