Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dof_device.h42 extern int of_device_uevent_modalias(struct device *dev, struct kobj_uevent_env *env);
94 static inline int of_device_uevent_modalias(struct device *dev, in of_device_uevent_modalias() function
/OK3568_Linux_fs/kernel/drivers/of/
H A Ddevice.c337 int of_device_uevent_modalias(struct device *dev, struct kobj_uevent_env *env) in of_device_uevent_modalias() function
356 EXPORT_SYMBOL_GPL(of_device_uevent_modalias);
/OK3568_Linux_fs/kernel/drivers/usb/common/
H A Dulpi.c62 ret = of_device_uevent_modalias(dev, env); in ulpi_uevent()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/
H A Dibmebus.c427 .uevent = of_device_uevent_modalias,
/OK3568_Linux_fs/kernel/drivers/spmi/
H A Dspmi.c364 ret = of_device_uevent_modalias(dev, env); in spmi_drv_uevent()
/OK3568_Linux_fs/kernel/drivers/rpmsg/
H A Drpmsg_core.c465 ret = of_device_uevent_modalias(dev, env); in rpmsg_uevent()
/OK3568_Linux_fs/kernel/drivers/soc/qcom/
H A Dapr.c243 ret = of_device_uevent_modalias(dev, env); in apr_uevent()
/OK3568_Linux_fs/kernel/drivers/bus/
H A Dsunxi-rsb.c181 .uevent = of_device_uevent_modalias,
/OK3568_Linux_fs/kernel/drivers/macintosh/
H A Dmacio_asic.c137 .uevent = of_device_uevent_modalias,
/OK3568_Linux_fs/kernel/drivers/tty/serdev/
H A Dcore.c64 rc = of_device_uevent_modalias(dev, env); in serdev_device_uevent()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_mipi_dsi.c70 err = of_device_uevent_modalias(dev, env); in mipi_dsi_uevent()
/OK3568_Linux_fs/kernel/drivers/net/phy/
H A Dmdio_bus.c965 rc = of_device_uevent_modalias(dev, env); in mdio_uevent()
/OK3568_Linux_fs/kernel/drivers/base/
H A Dplatform.c1130 rc = of_device_uevent_modalias(dev, env); in platform_uevent()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_db845c383 of_device_uevent_modalias
H A Dabi_gki_aarch64_imx2314 of_device_uevent_modalias
H A Dabi_gki_aarch64_qcom1568 of_device_uevent_modalias
H A Dabi_gki_aarch64_galaxy2775 of_device_uevent_modalias
/OK3568_Linux_fs/kernel/drivers/i2c/
H A Di2c-core-base.c124 rc = of_device_uevent_modalias(dev, env); in i2c_device_uevent()