Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/phy/
H A Dbcm87xx.c200 .match_phy_device = bcm8706_match_phy_device,
212 .match_phy_device = bcm8727_match_phy_device,
H A Dteranetics.c84 .match_phy_device = teranetics_match_phy_device,
H A Drealtek.c709 .match_phy_device = rtlgen_match_phy_device,
719 .match_phy_device = rtl8226_match_phy_device,
H A Dnxp-tja11xx.c742 .match_phy_device = tja1102_p0_match_phy_device,
765 .match_phy_device = tja1102_p1_match_phy_device,
H A Dmicrel.c1249 .match_phy_device = ksz8051_match_phy_device,
1379 .match_phy_device = ksz8795_match_phy_device,
H A Dphy_device.c461 if (phydrv->match_phy_device) in phy_bus_match()
462 return phydrv->match_phy_device(phydev); in phy_bus_match()
/OK3568_Linux_fs/kernel/include/linux/
H A Dphy.h778 int (*match_phy_device)(struct phy_device *phydev); member