Lines Matching refs:kobject_name
116 if (kobject_name(parent) == NULL)
118 length += strlen(kobject_name(parent)) + 1;
130 int cur = strlen(kobject_name(parent));
135 memcpy(path + length, kobject_name(parent), cur);
139 pr_debug("'%s' (%p): %s: path = '%s'\n", kobject_name(kobj),
236 kobject_name(kobj), kobj, __func__,
237 parent ? kobject_name(parent) : "<NULL>",
238 kobj->kset ? kobject_name(&kobj->kset->kobj) : "<NULL>");
249 __func__, kobject_name(kobj));
252 __func__, kobject_name(kobj), error,
253 parent ? kobject_name(parent) : "'none'");
421 kobject_name(kobj), kobj);
600 kobject_name(kobj), kobj);
642 kobject_name(kobj), kobj);
670 kobject_name(kobj), kobj, __func__, kobj->parent);
674 kobject_name(kobj), kobj);
679 kobject_name(kobj), kobj);
688 kobject_name(kobj), kobj);
715 kobject_name(kobj), kobj, __func__, kobj->parent, delay);
736 kobject_name(kobj), kobj);
912 if (kobject_name(k) && !strcmp(kobject_name(k), name)) {
927 kobject_name(kobj), kobj, __func__);