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