Lines Matching refs:kobject_name
107 if (kobject_name(parent) == NULL) in get_kobj_path_length()
109 length += strlen(kobject_name(parent)) + 1; in get_kobj_path_length()
121 int cur = strlen(kobject_name(parent)); in fill_kobj_path()
124 memcpy(path + length, kobject_name(parent), cur); in fill_kobj_path()
128 pr_debug("kobject: '%s' (%p): %s: path = '%s'\n", kobject_name(kobj), in fill_kobj_path()
219 kobject_name(kobj), kobj, __func__, in kobject_add_internal()
220 parent ? kobject_name(parent) : "<NULL>", in kobject_add_internal()
221 kobj->kset ? kobject_name(&kobj->kset->kobj) : "<NULL>"); in kobject_add_internal()
232 __func__, kobject_name(kobj)); in kobject_add_internal()
235 __func__, kobject_name(kobj), error, in kobject_add_internal()
236 parent ? kobject_name(parent) : "'none'"); in kobject_add_internal()
405 kobject_name(kobj), kobj); in kobject_add()
584 kobject_name(kobj), kobj); in __kobject_del()
626 kobject_name(kobj), kobj); in kobject_get()
654 kobject_name(kobj), kobj, __func__, kobj->parent); in kobject_cleanup()
658 kobject_name(kobj), kobj); in kobject_cleanup()
663 kobject_name(kobj), kobj); in kobject_cleanup()
672 kobject_name(kobj), kobj); in kobject_cleanup()
699 kobject_name(kobj), kobj, __func__, kobj->parent, delay); in kobject_release()
720 kobject_name(kobj), kobj); in kobject_put()
884 if (kobject_name(k) && !strcmp(kobject_name(k), name)) { in kset_find_obj()
899 kobject_name(kobj), kobj, __func__); in kset_release()