Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dof_device.h20 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/drivers/nvmem/
H A Dlayouts.c26 return of_driver_match_device(dev, drv); in nvmem_layout_bus_match()
/linux/drivers/usb/common/
H A Dulpi.c48 return of_driver_match_device(dev, driver); in ulpi_match()
/linux/drivers/slimbus/
H A Dcore.c39 if (of_driver_match_device(dev, drv)) in slim_device_match()
/linux/drivers/spmi/
H A Dspmi.c48 if (of_driver_match_device(dev, drv)) in spmi_device_match()
/linux/drivers/bus/
H A Dmoxtet.c93 if (of_driver_match_device(dev, drv)) in moxtet_match()
/linux/drivers/fsi/
H A Dfsi-core.c120 if (of_driver_match_device(dev, drv)) in fsi_bus_match()
/linux/drivers/spi/
H A Dspi.c570 if (of_driver_match_device(dev, drv)) in spi_match_device()