Searched refs:kobj (Results 1 – 12 of 12) sorted by relevance
/external/kernel-headers/original/linux/ |
D | kobject.h | 66 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 …]
|
D | sysfs.h | 106 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
|
D | cdev.h | 6 struct kobject kobj; member
|
D | device.h | 93 struct kobject kobj; member 216 struct kobject kobj; member 306 struct kobject kobj; member
|
D | sysdev.h | 87 struct kobject kobj; member
|
D | i2c.h | 170 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()
|
D | genhd.h | 80 struct kobject kobj; member 116 struct kobject kobj; member
|
D | elevator.h | 82 struct kobject kobj; member
|
D | module.h | 60 struct kobject kobj; member
|
D | blkdev.h | 389 struct kobject kobj; member
|
/external/clang/test/CodeGen/ |
D | 2009-05-04-EnumInreg.c | 17 int kobject_uevent(struct kobject *kobj, enum kobject_action action) {} in kobject_uevent() argument
|
/external/kernel-headers/original/linux/raid/ |
D | md_k.h | 67 struct kobject kobj; member 122 struct kobject kobj; member
|