Searched refs:of_device_uevent_modalias (Results 1 – 5 of 5) sorted by relevance
42 extern int of_device_uevent_modalias(struct device *dev, struct kobj_uevent_env *env);81 static inline int of_device_uevent_modalias(struct device *dev, in of_device_uevent_modalias() function
271 int of_device_uevent_modalias(struct device *dev, struct kobj_uevent_env *env) in of_device_uevent_modalias() function
717 .uevent = of_device_uevent_modalias,
142 .uevent = of_device_uevent_modalias,
858 rc = of_device_uevent_modalias(dev, env); in platform_uevent()