Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/phy/
Dbcm87xx.c202 .match_phy_device = bcm8706_match_phy_device,
215 .match_phy_device = bcm8727_match_phy_device,
Dmdio_bus.c428 if (phydrv->match_phy_device) in mdio_bus_match()
429 return phydrv->match_phy_device(phydev); in mdio_bus_match()
Damd-xgbe-phy.c1888 .match_phy_device = amd_xgbe_match_phy_device,
/linux-4.1.27/include/linux/
Dphy.h511 int (*match_phy_device)(struct phy_device *phydev); member