Searched refs:kobj (Results 1 - 12 of 12) sorted by relevance

/external/clang/test/CodeGen/
H A D2009-05-04-EnumInreg.c17 int kobject_uevent(struct kobject *kobj, enum kobject_action action) {} argument
/external/kernel-headers/original/linux/
H A Dkobject.h66 static inline const char * kobject_name(const struct kobject * kobj) argument
68 return kobj->k_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 in struct:kset
135 static inline struct kset * to_kset(struct kobject * kobj) argument
137 return kobj ? container_of(kobj,struct kset,kobj)
271 kobject_uevent(struct kobject *kobj, enum kobject_action action) argument
[all...]
H A Dcdev.h6 struct kobject kobj; member in struct:cdev
H A 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) argument
H A Dsysdev.h87 struct kobject kobj; member in struct:sys_device
H A Delevator.h82 struct kobject kobj; member in struct:elevator_queue
H A Ddevice.h93 struct kobject kobj; member in struct:device_driver
193 * @kobj: for internal use by the driver core only.
216 struct kobject kobj; member in struct:class_device
306 struct kobject kobj; member in struct:device
H A Di2c.h170 static inline struct i2c_client *kobj_to_i2c_client(struct kobject *kobj) argument
172 return to_i2c_client(container_of(kobj, struct device, kobj));
H A Dgenhd.h80 struct kobject kobj; member in struct:hd_struct
116 struct kobject kobj; member in struct:gendisk
H A Dmodule.h60 struct kobject kobj; member in struct:module_kobject
H A Dblkdev.h389 struct kobject kobj; member in struct:request_queue
/external/kernel-headers/original/linux/raid/
H A Dmd_k.h67 struct kobject kobj; member in struct:mdk_rdev_s
122 struct kobject kobj; member in struct:mddev_s

Completed in 300 milliseconds