Searched refs:of_driver_match_device (Results 1 – 10 of 10) sorted by relevance
/linux/include/linux/ |
H A D | of_device.h | 16 * 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, 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 D | layouts.c | 26 return of_driver_match_device(dev, drv); in nvmem_layout_bus_match()
|
/linux/drivers/rpmsg/ |
H A D | rpmsg_core.c | 450 return of_driver_match_device(dev, drv); in rpmsg_dev_match()
|
/linux/drivers/hsi/ |
H A D | hsi_core.c | 42 if (of_driver_match_device(dev, driver)) in hsi_bus_match()
|
/linux/drivers/bus/ |
H A D | sunxi-rsb.c | 135 return of_driver_match_device(dev, drv); in sunxi_rsb_device_match()
|
H A D | moxtet.c | 92 if (of_driver_match_device(dev, drv)) in moxtet_match()
|
/linux/drivers/soc/qcom/ |
H A D | apr.c | 348 if (of_driver_match_device(dev, drv)) in apr_device_match()
|
/linux/drivers/net/phy/ |
H A D | mdio_bus.c | 957 if (of_driver_match_device(dev, drv)) in mdio_bus_match()
|
/linux/drivers/gpu/drm/ |
H A D | drm_mipi_dsi.c | 59 if (of_driver_match_device(dev, drv)) in mipi_dsi_device_match()
|
/linux/drivers/fsi/ |
H A D | fsi-core.c | 1379 if (of_driver_match_device(dev, drv)) in fsi_bus_match()
|