Searched refs:kobj_uevent_env (Results 1 – 8 of 8) sorted by relevance
/include/linux/ |
D | of_device.h | 38 extern void of_device_uevent(struct device *dev, struct kobj_uevent_env *env); 39 extern int of_device_uevent_modalias(struct device *dev, struct kobj_uevent_env *env); 68 struct kobj_uevent_env *env) { } in of_device_uevent() 87 struct kobj_uevent_env *env) in of_device_uevent_modalias()
|
D | kobject.h | 163 struct kobj_uevent_env { struct 175 struct kobj_uevent_env *env); argument 265 int add_uevent_var(struct kobj_uevent_env *env, const char *format, ...);
|
D | acpi.h | 673 int acpi_device_uevent_modalias(struct device *, struct kobj_uevent_env *); 903 struct kobj_uevent_env *env) in acpi_device_uevent_modalias()
|
D | device.h | 91 int (*uevent)(struct device *dev, struct kobj_uevent_env *env);
|
/include/linux/soundwire/ |
D | sdw_type.h | 24 int sdw_slave_uevent(struct device *dev, struct kobj_uevent_env *env);
|
/include/linux/device/ |
D | class.h | 63 int (*dev_uevent)(struct device *dev, struct kobj_uevent_env *env);
|
D | bus.h | 91 int (*uevent)(struct device *dev, struct kobj_uevent_env *env);
|
/include/xen/ |
D | xenbus.h | 122 int (*uevent)(struct xenbus_device *, struct kobj_uevent_env *);
|