Searched refs:match_phy_device (Results 1 – 4 of 4) sorted by relevance
202 .match_phy_device = bcm8706_match_phy_device,215 .match_phy_device = bcm8727_match_phy_device,
110 .match_phy_device = teranetics_match_phy_device,
496 if (phydrv->match_phy_device) in mdio_bus_match()497 return phydrv->match_phy_device(phydev); in mdio_bus_match()
523 int (*match_phy_device)(struct phy_device *phydev); member