Lines Matching defs:kset
393 if (!ops && kobj->kset) {
394 struct kobject *ksobj = &kobj->kset->kobj;
465 struct kset *kset;
480 /* search the kset we belong to */
482 while (!top_kobj->kset && top_kobj->parent)
485 if (!top_kobj->kset) {
487 "without kset!\n", kobject_name(kobj), kobj,
492 kset = top_kobj->kset;
493 uevent_ops = kset->uevent_ops;
515 subsystem = kobject_name(&kset->kobj);
555 /* let the kset specific function add its stuff */