Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/phy/
Dbcm87xx.c202 .match_phy_device = bcm8706_match_phy_device,
215 .match_phy_device = bcm8727_match_phy_device,
Dteranetics.c110 .match_phy_device = teranetics_match_phy_device,
Dmdio_bus.c496 if (phydrv->match_phy_device) in mdio_bus_match()
497 return phydrv->match_phy_device(phydev); in mdio_bus_match()
/linux-4.4.14/include/linux/
Dphy.h523 int (*match_phy_device)(struct phy_device *phydev); member