Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/ !
Dof_device.h23 static inline int of_driver_match_device(struct device *dev, in of_driver_match_device() function
45 static inline int of_driver_match_device(struct device *dev, in of_driver_match_device() function
/linux-6.6.21/drivers/usb/common/ !
Dulpi.c48 return of_driver_match_device(dev, driver); in ulpi_match()
/linux-6.6.21/arch/powerpc/platforms/pseries/ !
Dibmebus.c366 if (of_driver_match_device(dev, dev->driver)) in ibmebus_bus_device_probe()
/linux-6.6.21/drivers/slimbus/ !
Dcore.c39 if (of_driver_match_device(dev, drv)) in slim_device_match()
/linux-6.6.21/drivers/spmi/ !
Dspmi.c48 if (of_driver_match_device(dev, drv)) in spmi_device_match()
/linux-6.6.21/drivers/rpmsg/ !
Drpmsg_core.c511 return of_driver_match_device(dev, drv); in rpmsg_dev_match()
/linux-6.6.21/drivers/bus/ !
Dsunxi-rsb.c135 return of_driver_match_device(dev, drv); in sunxi_rsb_device_match()
Dmoxtet.c92 if (of_driver_match_device(dev, drv)) in moxtet_match()
/linux-6.6.21/drivers/tty/serdev/ !
Dcore.c95 return of_driver_match_device(dev, drv); in serdev_device_match()
/linux-6.6.21/drivers/hsi/ !
Dhsi_core.c42 if (of_driver_match_device(dev, driver)) in hsi_bus_match()
/linux-6.6.21/drivers/soc/qcom/ !
Dapr.c348 if (of_driver_match_device(dev, drv)) in apr_device_match()
/linux-6.6.21/drivers/gpu/drm/ !
Ddrm_mipi_dsi.c56 if (of_driver_match_device(dev, drv)) in mipi_dsi_device_match()
/linux-6.6.21/drivers/net/phy/ !
Dmdio_bus.c1349 if (of_driver_match_device(dev, drv)) in mdio_bus_match()
/linux-6.6.21/drivers/base/ !
Dplatform.c1345 if (of_driver_match_device(dev, drv)) in platform_match()
/linux-6.6.21/drivers/fsi/ !
Dfsi-core.c1379 if (of_driver_match_device(dev, drv)) in fsi_bus_match()
/linux-6.6.21/drivers/spi/ !
Dspi.c386 if (of_driver_match_device(dev, drv)) in spi_match_device()