Searched refs:bus_match (Results 1 – 4 of 4) sorted by relevance
971 if (mdio->bus_match) in mdio_bus_match()972 return mdio->bus_match(dev, drv); in mdio_bus_match()
766 mdiodev->bus_match = phy_bus_match; in phy_device_create()
437 switch_mdiodev->bus_match = dsa_loop_bus_match; in dsa_loop_create_switch_mdiodev()
33 int (*bus_match)(struct device *dev, const struct device_driver *drv); member