Home
last modified time | relevance | path

Searched refs:match_phy_device (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/net/phy/
Dbcm87xx.c203 .match_phy_device = bcm8706_match_phy_device,
215 .match_phy_device = bcm8727_match_phy_device,
Dteranetics.c88 .match_phy_device = teranetics_match_phy_device,
Dphy_device.c334 if (phydrv->match_phy_device) in phy_bus_match()
335 return phydrv->match_phy_device(phydev); in phy_bus_match()
/Linux-v4.19/include/linux/
Dphy.h570 int (*match_phy_device)(struct phy_device *phydev); member