Lines Matching refs:kobject_name
114 if (kobject_name(parent) == NULL) in get_kobj_path_length()
116 length += strlen(kobject_name(parent)) + 1; in get_kobj_path_length()
128 int cur = strlen(kobject_name(parent)); in fill_kobj_path()
133 memcpy(path + length, kobject_name(parent), cur); in fill_kobj_path()
137 pr_debug("'%s' (%p): %s: path = '%s'\n", kobject_name(kobj), in fill_kobj_path()
234 kobject_name(kobj), kobj, __func__, in kobject_add_internal()
235 parent ? kobject_name(parent) : "<NULL>", in kobject_add_internal()
236 kobj->kset ? kobject_name(&kobj->kset->kobj) : "<NULL>"); in kobject_add_internal()
247 __func__, kobject_name(kobj)); in kobject_add_internal()
250 __func__, kobject_name(kobj), error, in kobject_add_internal()
251 parent ? kobject_name(parent) : "'none'"); in kobject_add_internal()
419 kobject_name(kobj), kobj); in kobject_add()
597 kobject_name(kobj), kobj); in __kobject_del()
639 kobject_name(kobj), kobj); in kobject_get()
667 kobject_name(kobj), kobj, __func__, kobj->parent); in kobject_cleanup()
672 kobject_name(kobj), kobj); in kobject_cleanup()
681 kobject_name(kobj), kobj); in kobject_cleanup()
685 kobject_name(kobj), kobj); in kobject_cleanup()
711 kobject_name(kobj), kobj, __func__, kobj->parent, delay); in kobject_release()
732 kobject_name(kobj), kobj); in kobject_put()
908 if (kobject_name(k) && !strcmp(kobject_name(k), name)) { in kset_find_obj()
923 kobject_name(kobj), kobj, __func__); in kset_release()