Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dof_device.h28 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
/linux/drivers/of/
H A Ddevice.c219 void of_device_uevent(const struct device *dev, struct kobj_uevent_env *env) in of_device_uevent() function
255 EXPORT_SYMBOL_GPL(of_device_uevent);
/linux/drivers/gpu/host1x/
H A Dbus.c349 of_device_uevent(dev->parent, env); in host1x_device_uevent()