struct kset { struct subsystem *subsys; struct kobj_type *ktype; struct list_head list; struct kobject kobj; struct kset_hotplug_ops *hotplug_ops; };