Searched refs:of_driver_match_device (Results 1 - 17 of 17) sorted by relevance

/linux-master/include/linux/
H A Dof_device.h16 * of_driver_match_device - Tell if a driver's of_match_table matches a device.
20 static inline int of_driver_match_device(struct device *dev, function
45 static inline int of_driver_match_device(struct device *dev, function
/linux-master/drivers/nvmem/
H A Dlayouts.c26 return of_driver_match_device(dev, drv);
/linux-master/drivers/usb/common/
H A Dulpi.c48 return of_driver_match_device(dev, driver);
/linux-master/drivers/spmi/
H A Dspmi.c48 if (of_driver_match_device(dev, drv))
/linux-master/arch/powerpc/platforms/pseries/
H A Dibmebus.c366 if (of_driver_match_device(dev, dev->driver))
/linux-master/drivers/slimbus/
H A Dcore.c39 if (of_driver_match_device(dev, drv))
/linux-master/drivers/rpmsg/
H A Drpmsg_core.c511 return of_driver_match_device(dev, drv);
/linux-master/drivers/bus/
H A Dsunxi-rsb.c135 return of_driver_match_device(dev, drv);
H A Dmoxtet.c92 if (of_driver_match_device(dev, drv))
/linux-master/drivers/soc/qcom/
H A Dapr.c348 if (of_driver_match_device(dev, drv))
/linux-master/drivers/hsi/
H A Dhsi_core.c42 if (of_driver_match_device(dev, driver))
/linux-master/drivers/tty/serdev/
H A Dcore.c97 return of_driver_match_device(dev, drv);
/linux-master/drivers/base/
H A Dplatform.c1345 if (of_driver_match_device(dev, drv))
/linux-master/drivers/net/phy/
H A Dmdio_bus.c1388 if (of_driver_match_device(dev, drv))
/linux-master/drivers/gpu/drm/
H A Ddrm_mipi_dsi.c56 if (of_driver_match_device(dev, drv))
/linux-master/drivers/fsi/
H A Dfsi-core.c1379 if (of_driver_match_device(dev, drv))
/linux-master/drivers/spi/
H A Dspi.c386 if (of_driver_match_device(dev, drv))

Completed in 214 milliseconds