Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/phy/
H A Dbcm87xx.c209 .match_phy_device = bcm8706_match_phy_device,
220 .match_phy_device = bcm8727_match_phy_device,
H A Dteranetics.c84 .match_phy_device = teranetics_match_phy_device,
H A Dicplus.c594 .match_phy_device = ip101a_match_phy_device,
608 .match_phy_device = ip101g_match_phy_device,
H A Dmarvell10g.c1345 .match_phy_device = mv3310_match_phy_device,
1366 .match_phy_device = mv3340_match_phy_device,
1385 .match_phy_device = mv2110_match_phy_device,
1405 .match_phy_device = mv2111_match_phy_device,
H A Dnxp-tja11xx.c853 .match_phy_device = tja1102_p0_match_phy_device,
876 .match_phy_device = tja1102_p1_match_phy_device,
H A Drealtek.c980 .match_phy_device = rtlgen_match_phy_device,
990 .match_phy_device = rtl8226_match_phy_device,
H A Dphy_device.c535 if (phydrv->match_phy_device) in phy_bus_match()
536 return phydrv->match_phy_device(phydev); in phy_bus_match()
H A Dmicrel.c4809 .match_phy_device = ksz8051_match_phy_device,
5001 .match_phy_device = ksz8795_match_phy_device,
/openbmc/linux/include/linux/
H A Dphy.h974 int (*match_phy_device)(struct phy_device *phydev); member