Lines Matching defs:kobj

30 const void *kobject_namespace(struct kobject *kobj)  in kobject_namespace()
49 static int populate_dir(struct kobject *kobj) in populate_dir()
66 static int create_dir(struct kobject *kobj) in create_dir()
103 static int get_kobj_path_length(struct kobject *kobj) in get_kobj_path_length()
121 static void fill_kobj_path(struct kobject *kobj, char *path, int length) in fill_kobj_path()
146 char *kobject_get_path(struct kobject *kobj, gfp_t gfp_mask) in kobject_get_path()
164 static void kobj_kset_join(struct kobject *kobj) in kobj_kset_join()
176 static void kobj_kset_leave(struct kobject *kobj) in kobj_kset_leave()
187 static void kobject_init_internal(struct kobject *kobj) in kobject_init_internal()
200 static int kobject_add_internal(struct kobject *kobj) in kobject_add_internal()
257 int kobject_set_name_vargs(struct kobject *kobj, const char *fmt, in kobject_set_name_vargs()
289 int kobject_set_name(struct kobject *kobj, const char *fmt, ...) in kobject_set_name()
314 void kobject_init(struct kobject *kobj, struct kobj_type *ktype) in kobject_init()
343 static int kobject_add_varg(struct kobject *kobj, struct kobject *parent, in kobject_add_varg()
382 int kobject_add(struct kobject *kobj, struct kobject *parent, in kobject_add()
417 int kobject_init_and_add(struct kobject *kobj, struct kobj_type *ktype, in kobject_init_and_add()
443 int kobject_rename(struct kobject *kobj, const char *new_name) in kobject_rename()
505 int kobject_move(struct kobject *kobj, struct kobject *new_parent) in kobject_move()
556 void kobject_del(struct kobject *kobj) in kobject_del()
577 struct kobject *kobject_get(struct kobject *kobj) in kobject_get()
589 static struct kobject * __must_check kobject_get_unless_zero(struct kobject *kobj) in kobject_get_unless_zero()
600 static void kobject_cleanup(struct kobject *kobj) in kobject_cleanup()
650 struct kobject *kobj = container_of(kref, struct kobject, kref); in kobject_release() local
669 void kobject_put(struct kobject *kobj) in kobject_put()
680 static void dynamic_kobj_release(struct kobject *kobj) in dynamic_kobj_release()
704 struct kobject *kobj; in kobject_create() local
729 struct kobject *kobj; in kobject_create_and_add() local
759 static ssize_t kobj_attr_show(struct kobject *kobj, struct attribute *attr, in kobj_attr_show()
771 static ssize_t kobj_attr_store(struct kobject *kobj, struct attribute *attr, in kobj_attr_store()
847 static void kset_release(struct kobject *kobj) in kset_release()
990 const struct kobj_ns_type_operations *kobj_ns_ops(struct kobject *kobj) in kobj_ns_ops()