Home
last modified time | relevance | path

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

/drivers/of/
Ddevice.c175 int of_device_uevent_modalias(struct device *dev, struct kobj_uevent_env *env) in of_device_uevent_modalias() function
194 EXPORT_SYMBOL_GPL(of_device_uevent_modalias);
/drivers/spmi/
Dspmi.c360 ret = of_device_uevent_modalias(dev, env); in spmi_drv_uevent()
/drivers/macintosh/
Dmacio_asic.c142 .uevent = of_device_uevent_modalias,
/drivers/base/
Dplatform.c786 rc = of_device_uevent_modalias(dev, env); in platform_uevent()