Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
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
/Linux-v6.6/drivers/of/
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);
/Linux-v6.6/drivers/gpu/host1x/
Dbus.c349 of_device_uevent(dev->parent, env); in host1x_device_uevent()
/Linux-v6.6/drivers/base/
Dcore.c2578 of_device_uevent(dev, env); in dev_uevent()