Lines Matching refs:kobject
33 static void kset_join(struct kobject *kobj);
34 static void kset_leave(struct kobject *kobj);
35 static void kset_kfree(struct kobject *kobj);
37 struct kobject *
40 struct kobject *kobj; in kobject_create()
52 kobject_set_name_vargs(struct kobject *kobj, const char *fmt, va_list args) in kobject_set_name_vargs()
95 kobject_set_name(struct kobject *kobj, const char *fmt, ...) in kobject_set_name()
108 kobject_add_complete(struct kobject *kobj) in kobject_add_complete()
139 kobject_add(struct kobject *kobj, struct kobject *parent, const char *fmt, ...) in kobject_add()
156 kobject_init_and_add(struct kobject *kobj, const struct kobj_type *ktype, in kobject_init_and_add()
157 struct kobject *parent, const char *fmt, ...) in kobject_init_and_add()
178 struct kobject *kobj; in linux_kobject_release()
181 kobj = container_of(kref, struct kobject, kref); in linux_kobject_release()
191 linux_kobject_kfree(struct kobject *kobj) in linux_kobject_kfree()
201 linux_kobject_kfree_name(struct kobject *kobj) in linux_kobject_kfree_name()
209 lkpi_kobj_attr_show(struct kobject *kobj, struct attribute *attr, char *buf) in lkpi_kobj_attr_show()
221 lkpi_kobj_attr_store(struct kobject *kobj, struct attribute *attr, in lkpi_kobj_attr_store()
245 struct kobject *parent_kobj) in kset_create()
271 kset_join(struct kobject *kobj) in kset_join()
287 kset_leave(struct kobject *kobj) in kset_leave()
304 struct kobject *parent_kobj) in kset_create_and_add()
348 kset_kfree(struct kobject *kobj) in kset_kfree()