Searched refs:match_phy_device (Results 1 – 4 of 4) sorted by relevance
203 .match_phy_device = bcm8706_match_phy_device,215 .match_phy_device = bcm8727_match_phy_device,
88 .match_phy_device = teranetics_match_phy_device,
334 if (phydrv->match_phy_device) in phy_bus_match()335 return phydrv->match_phy_device(phydev); in phy_bus_match()
570 int (*match_phy_device)(struct phy_device *phydev); member