Searched refs:of_device_uevent_modalias (Results 1 – 5 of 5) sorted by relevance
39 extern int of_device_uevent_modalias(struct device *dev, struct kobj_uevent_env *env);57 static inline int of_device_uevent_modalias(struct device *dev, in of_device_uevent_modalias() function
158 int of_device_uevent_modalias(struct device *dev, struct kobj_uevent_env *env) in of_device_uevent_modalias() function
718 .uevent = of_device_uevent_modalias,
140 .uevent = of_device_uevent_modalias,
624 rc = of_device_uevent_modalias(dev,env); in platform_uevent()