Lines Matching refs:kobject_name
113 if (kobject_name(parent) == NULL) in get_kobj_path_length()
115 length += strlen(kobject_name(parent)) + 1; in get_kobj_path_length()
127 int cur = strlen(kobject_name(parent)); in fill_kobj_path()
130 strncpy(path + length, kobject_name(parent), cur); in fill_kobj_path()
134 pr_debug("kobject: '%s' (%p): %s: path = '%s'\n", kobject_name(kobj), in fill_kobj_path()
225 kobject_name(kobj), kobj, __func__, in kobject_add_internal()
226 parent ? kobject_name(parent) : "<NULL>", in kobject_add_internal()
227 kobj->kset ? kobject_name(&kobj->kset->kobj) : "<NULL>"); in kobject_add_internal()
240 __func__, kobject_name(kobj)); in kobject_add_internal()
243 __func__, kobject_name(kobj), error, in kobject_add_internal()
244 parent ? kobject_name(parent) : "'none'"); in kobject_add_internal()
406 kobject_name(kobj), kobj); in kobject_add()
597 "called.\n", kobject_name(kobj), kobj); in kobject_get()
621 kobject_name(kobj), kobj, __func__, kobj->parent); in kobject_cleanup()
626 kobject_name(kobj), kobj); in kobject_cleanup()
631 kobject_name(kobj), kobj); in kobject_cleanup()
638 kobject_name(kobj), kobj); in kobject_cleanup()
644 kobject_name(kobj), kobj); in kobject_cleanup()
669 kobject_name(kobj), kobj, __func__, kobj->parent, delay); in kobject_release()
690 "called.\n", kobject_name(kobj), kobj); in kobject_put()
855 if (kobject_name(k) && !strcmp(kobject_name(k), name)) { in kset_find_obj()
869 kobject_name(kobj), kobj, __func__); in kset_release()