Searched refs:of_device_uevent_modalias (Results 1 – 13 of 13) sorted by relevance
/drivers/of/ |
D | device.c | 378 int of_device_uevent_modalias(struct device *dev, struct kobj_uevent_env *env) in of_device_uevent_modalias() function 397 EXPORT_SYMBOL_GPL(of_device_uevent_modalias);
|
/drivers/gpu/drm/display/ |
D | drm_dp_aux_bus.c | 166 .uevent = of_device_uevent_modalias,
|
/drivers/usb/common/ |
D | ulpi.c | 63 ret = of_device_uevent_modalias(dev, env); in ulpi_uevent()
|
/drivers/spmi/ |
D | spmi.c | 374 ret = of_device_uevent_modalias(dev, env); in spmi_drv_uevent()
|
/drivers/rpmsg/ |
D | rpmsg_core.c | 500 ret = of_device_uevent_modalias(dev, env); in rpmsg_uevent()
|
/drivers/macintosh/ |
D | macio_asic.c | 136 .uevent = of_device_uevent_modalias,
|
/drivers/bus/ |
D | sunxi-rsb.c | 180 .uevent = of_device_uevent_modalias,
|
/drivers/tty/serdev/ |
D | core.c | 55 return of_device_uevent_modalias(dev, env); in serdev_device_uevent()
|
/drivers/soc/qcom/ |
D | apr.c | 395 ret = of_device_uevent_modalias(dev, env); in apr_uevent()
|
/drivers/gpu/drm/ |
D | drm_mipi_dsi.c | 70 err = of_device_uevent_modalias(dev, env); in mipi_dsi_uevent()
|
/drivers/net/phy/ |
D | mdio_bus.c | 1008 rc = of_device_uevent_modalias(dev, env); in mdio_uevent()
|
/drivers/base/ |
D | platform.c | 1362 rc = of_device_uevent_modalias(dev, env); in platform_uevent()
|
/drivers/i2c/ |
D | i2c-core-base.c | 144 rc = of_device_uevent_modalias(dev, env); in i2c_device_uevent()
|