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()
394 kobject_name(kobj), kobj); in kobject_add()
583 "called.\n", kobject_name(kobj), kobj); in kobject_get()
606 kobject_name(kobj), kobj, __func__, kobj->parent); in kobject_cleanup()
611 kobject_name(kobj), kobj); in kobject_cleanup()
616 kobject_name(kobj), kobj); in kobject_cleanup()
623 kobject_name(kobj), kobj); in kobject_cleanup()
629 kobject_name(kobj), kobj); in kobject_cleanup()
654 kobject_name(kobj), kobj, __func__, kobj->parent, delay); in kobject_release()
675 "called.\n", kobject_name(kobj), kobj); in kobject_put()
837 if (kobject_name(k) && !strcmp(kobject_name(k), name)) { in kset_find_obj()
851 kobject_name(kobj), kobj, __func__); in kset_release()