Searched refs:kobj_uevent_env (Results 1 – 8 of 8) sorted by relevance
| /include/linux/ |
| A D | of_device.h | 9 struct kobj_uevent_env; 28 extern void of_device_uevent(const struct device *dev, struct kobj_uevent_env *env); 29 extern int of_device_uevent_modalias(const struct device *dev, struct kobj_uevent_env *env); 52 struct kobj_uevent_env *env) { } in of_device_uevent() 61 struct kobj_uevent_env *env) in of_device_uevent_modalias()
|
| A D | kobject.h | 125 struct kobj_uevent_env { struct 136 int (* const uevent)(const struct kobject *kobj, struct kobj_uevent_env *env); argument 220 int add_uevent_var(struct kobj_uevent_env *env, const char *format, ...);
|
| A D | acpi.h | 729 int acpi_device_uevent_modalias(const struct device *, struct kobj_uevent_env *); 991 struct kobj_uevent_env *env) in acpi_device_uevent_modalias()
|
| A D | device.h | 91 int (*uevent)(const struct device *dev, struct kobj_uevent_env *env);
|
| /include/linux/soundwire/ |
| A D | sdw_type.h | 24 int sdw_slave_uevent(const struct device *dev, struct kobj_uevent_env *env);
|
| /include/linux/device/ |
| A D | bus.h | 86 int (*uevent)(const struct device *dev, struct kobj_uevent_env *env);
|
| A D | class.h | 56 int (*dev_uevent)(const struct device *dev, struct kobj_uevent_env *env);
|
| /include/xen/ |
| A D | xenbus.h | 120 int (*uevent)(const struct xenbus_device *, struct kobj_uevent_env *);
|
Completed in 15 milliseconds