Searched refs:of_device_uevent_modalias (Results 1 – 5 of 5) sorted by relevance
40 extern int of_device_uevent_modalias(struct device *dev, struct kobj_uevent_env *env);74 static inline int of_device_uevent_modalias(struct device *dev, in of_device_uevent_modalias() function
258 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,
780 rc = of_device_uevent_modalias(dev, env); in platform_uevent()