Home
last modified time | relevance | path

Searched refs:kobj (Results 1 – 11 of 11) sorted by relevance

/external/kernel-headers/original/linux/
Dkobject.h66 static inline const char * kobject_name(const struct kobject * kobj) in kobject_name() argument
68 return kobj->k_name; in kobject_name()
114 int (*filter)(struct kset *kset, struct kobject *kobj);
115 const char *(*name)(struct kset *kset, struct kobject *kobj);
116 int (*uevent)(struct kset *kset, struct kobject *kobj, char **envp,
125 struct kobject kobj; member
135 static inline struct kset * to_kset(struct kobject * kobj) in to_kset() argument
137 return kobj ? container_of(kobj,struct kset,kobj) : NULL; in to_kset()
142 return k ? to_kset(kobject_get(&k->kobj)) : NULL; in kset_get()
147 kobject_put(&k->kobj); in kset_put()
[all …]
Dsysfs.h106 sysfs_chmod_file(struct kobject *kobj, struct attribute *attr, mode_t mode);
112 sysfs_create_link(struct kobject * kobj, struct kobject * target, const char * name);
117 int sysfs_create_bin_file(struct kobject * kobj, struct bin_attribute * attr);
118 int sysfs_remove_bin_file(struct kobject * kobj, struct bin_attribute * attr);
152 static inline int sysfs_chmod_file(struct kobject *kobj, struct attribute *attr, mode_t mode) in sysfs_chmod_file() argument
Ddevice.h93 struct kobject kobj; member
216 struct kobject kobj; member
306 struct kobject kobj; member
Dcdev.h6 struct kobject kobj; member
Di2c.h170 static inline struct i2c_client *kobj_to_i2c_client(struct kobject *kobj) in kobj_to_i2c_client() argument
172 return to_i2c_client(container_of(kobj, struct device, kobj)); in kobj_to_i2c_client()
Dgenhd.h80 struct kobject kobj; member
116 struct kobject kobj; member
Dsysdev.h87 struct kobject kobj; member
Delevator.h82 struct kobject kobj; member
Dmodule.h60 struct kobject kobj; member
Dblkdev.h389 struct kobject kobj; member
/external/kernel-headers/original/linux/raid/
Dmd_k.h67 struct kobject kobj; member
122 struct kobject kobj; member