Searched refs:match_phy_device (Results 1 – 6 of 6) sorted by relevance
200 .match_phy_device = bcm8706_match_phy_device,212 .match_phy_device = bcm8727_match_phy_device,
85 .match_phy_device = teranetics_match_phy_device,
500 .match_phy_device = rtlgen_match_phy_device,509 .match_phy_device = rtl8125_match_phy_device,
1064 .match_phy_device = ksz8051_match_phy_device,1182 .match_phy_device = ksz8795_match_phy_device,
486 if (phydrv->match_phy_device) in phy_bus_match()487 return phydrv->match_phy_device(phydev); in phy_bus_match()
540 int (*match_phy_device)(struct phy_device *phydev); member