Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/phy/
Dbcm87xx.c200 .match_phy_device = bcm8706_match_phy_device,
212 .match_phy_device = bcm8727_match_phy_device,
Dteranetics.c85 .match_phy_device = teranetics_match_phy_device,
Drealtek.c500 .match_phy_device = rtlgen_match_phy_device,
509 .match_phy_device = rtl8125_match_phy_device,
Dmicrel.c1064 .match_phy_device = ksz8051_match_phy_device,
1182 .match_phy_device = ksz8795_match_phy_device,
Dphy_device.c486 if (phydrv->match_phy_device) in phy_bus_match()
487 return phydrv->match_phy_device(phydev); in phy_bus_match()
/Linux-v5.4/include/linux/
Dphy.h540 int (*match_phy_device)(struct phy_device *phydev); member