Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dof_device.h41 extern void of_device_uevent(struct device *dev, struct kobj_uevent_env *env);
75 static inline void of_device_uevent(struct device *dev, in of_device_uevent() function
/kernel/linux/linux-5.10/drivers/of/
Ddevice.c300 void of_device_uevent(struct device *dev, struct kobj_uevent_env *env) in of_device_uevent() function
/kernel/linux/linux-5.10/drivers/base/
Dcore.c1928 of_device_uevent(dev, env); in dev_uevent()