Searched refs:of_device_uevent_modalias (Results  1 – 14 of 14) sorted by relevance
| /Linux-v5.4/include/linux/ | 
| D | of_device.h | 42 extern int of_device_uevent_modalias(struct device *dev, struct kobj_uevent_env *env); 88 static inline int of_device_uevent_modalias(struct device *dev,  in of_device_uevent_modalias()  function
  | 
| /Linux-v5.4/drivers/of/ | 
| D | device.c | 319 int of_device_uevent_modalias(struct device *dev, struct kobj_uevent_env *env)  in of_device_uevent_modalias()  function 338 EXPORT_SYMBOL_GPL(of_device_uevent_modalias);
  | 
| /Linux-v5.4/drivers/usb/common/ | 
| D | ulpi.c | 59 	ret = of_device_uevent_modalias(dev, env);  in ulpi_uevent()
  | 
| /Linux-v5.4/arch/powerpc/platforms/pseries/ | 
| D | ibmebus.c | 426 	.uevent    = of_device_uevent_modalias,
  | 
| /Linux-v5.4/drivers/rpmsg/ | 
| D | rpmsg_core.c | 429 	ret = of_device_uevent_modalias(dev, env);  in rpmsg_uevent()
  | 
| /Linux-v5.4/drivers/soc/qcom/ | 
| D | apr.c | 241 	ret = of_device_uevent_modalias(dev, env);  in apr_uevent()
  | 
| /Linux-v5.4/drivers/spmi/ | 
| D | spmi.c | 364 	ret = of_device_uevent_modalias(dev, env);  in spmi_drv_uevent()
  | 
| /Linux-v5.4/drivers/net/phy/ | 
| D | mdio_bus.c | 719 	rc = of_device_uevent_modalias(dev, env);  in mdio_uevent()
  | 
| /Linux-v5.4/drivers/tty/serdev/ | 
| D | core.c | 54 	return of_device_uevent_modalias(dev, env);  in serdev_device_uevent()
  | 
| /Linux-v5.4/drivers/bus/ | 
| D | sunxi-rsb.c | 181 	.uevent		= of_device_uevent_modalias,
  | 
| /Linux-v5.4/drivers/macintosh/ | 
| D | macio_asic.c | 137        .uevent = of_device_uevent_modalias,
  | 
| /Linux-v5.4/drivers/gpu/drm/ | 
| D | drm_mipi_dsi.c | 68 	err = of_device_uevent_modalias(dev, env);  in mipi_dsi_uevent()
  | 
| /Linux-v5.4/drivers/base/ | 
| D | platform.c | 1041 	rc = of_device_uevent_modalias(dev, env);  in platform_uevent()
  | 
| /Linux-v5.4/drivers/i2c/ | 
| D | i2c-core-base.c | 121 	rc = of_device_uevent_modalias(dev, env);  in i2c_device_uevent()
  |