Home
last modified time | relevance | path

Searched refs:of_driver_match_device (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/include/linux/
Dof_device.h23 static inline int of_driver_match_device(struct device *dev, in of_driver_match_device() function
59 static inline int of_driver_match_device(struct device *dev, in of_driver_match_device() function
/linux-4.1.27/drivers/net/phy/
Dmdio_bus.c425 if (of_driver_match_device(dev, drv)) in mdio_bus_match()
/linux-4.1.27/drivers/spmi/
Dspmi.c51 if (of_driver_match_device(dev, drv)) in spmi_device_match()
/linux-4.1.27/drivers/gpu/drm/
Ddrm_mipi_dsi.c50 return of_driver_match_device(dev, drv); in mipi_dsi_device_match()
/linux-4.1.27/arch/powerpc/kernel/
Dibmebus.c354 if (of_driver_match_device(dev, dev->driver)) in ibmebus_bus_device_probe()
/linux-4.1.27/drivers/hsi/
Dhsi.c55 if (of_driver_match_device(dev, driver)) in hsi_bus_match()
/linux-4.1.27/drivers/base/
Dplatform.c830 if (of_driver_match_device(dev, drv)) in platform_match()
/linux-4.1.27/drivers/spi/
Dspi.c105 if (of_driver_match_device(dev, drv)) in spi_match_device()
/linux-4.1.27/drivers/i2c/
Di2c-core.c466 if (of_driver_match_device(dev, drv)) in i2c_device_match()