Lines Matching refs:kobject_name
130 if (kobject_name(parent) == NULL) in get_kobj_path_length()
132 length += strlen(kobject_name(parent)) + 1; in get_kobj_path_length()
144 int cur = strlen(kobject_name(parent)); in fill_kobj_path()
147 memcpy(path + length, kobject_name(parent), cur); in fill_kobj_path()
151 pr_debug("kobject: '%s' (%p): %s: path = '%s'\n", kobject_name(kobj), in fill_kobj_path()
243 kobject_name(kobj), kobj, __func__, in kobject_add_internal()
244 parent ? kobject_name(parent) : "<NULL>", in kobject_add_internal()
245 kobj->kset ? kobject_name(&kobj->kset->kobj) : "<NULL>"); in kobject_add_internal()
256 __func__, kobject_name(kobj)); in kobject_add_internal()
259 __func__, kobject_name(kobj), error, in kobject_add_internal()
260 parent ? kobject_name(parent) : "'none'"); in kobject_add_internal()
421 kobject_name(kobj), kobj); in kobject_add()
612 kobject_name(kobj), kobj); in kobject_get()
639 kobject_name(kobj), kobj, __func__, kobj->parent); in kobject_cleanup()
643 kobject_name(kobj), kobj); in kobject_cleanup()
648 kobject_name(kobj), kobj); in kobject_cleanup()
655 kobject_name(kobj), kobj); in kobject_cleanup()
661 kobject_name(kobj), kobj); in kobject_cleanup()
686 kobject_name(kobj), kobj, __func__, kobj->parent, delay); in kobject_release()
707 kobject_name(kobj), kobj); in kobject_put()
871 if (kobject_name(k) && !strcmp(kobject_name(k), name)) { in kset_find_obj()
886 kobject_name(kobj), kobj, __func__); in kset_release()