Home
last modified time | relevance | path

Searched refs:of_device_uevent (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Dof_device.h31 extern void of_device_uevent(const struct device *dev, struct kobj_uevent_env *env);
51 static inline void of_device_uevent(const struct device *dev, in of_device_uevent() function
/openbmc/linux/drivers/of/
H A Ddevice.c247 void of_device_uevent(const struct device *dev, struct kobj_uevent_env *env) in of_device_uevent() function
283 EXPORT_SYMBOL_GPL(of_device_uevent);
/openbmc/linux/drivers/gpu/host1x/
H A Dbus.c349 of_device_uevent(dev->parent, env); in host1x_device_uevent()
/openbmc/linux/drivers/base/
H A Dcore.c2600 of_device_uevent(dev, env); in dev_uevent()