Home
last modified time | relevance | path

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

/linux/drivers/net/phy/
H A Das21xxx.c955 .match_phy_device = as21xxx_match_phy_device,
961 .match_phy_device = as21xxx_match_phy_device,
973 .match_phy_device = as21xxx_match_phy_device,
985 .match_phy_device = as21xxx_match_phy_device,
997 .match_phy_device = as21xxx_match_phy_device,
1009 .match_phy_device = as21xxx_match_phy_device,
1021 .match_phy_device = as21xxx_match_phy_device,
1033 .match_phy_device = as21xxx_match_phy_device,
1045 .match_phy_device = as21xxx_match_phy_device,
1057 .match_phy_device = as21xxx_match_phy_device,
[all …]
H A Dnxp-tja11xx.c867 .match_phy_device = tja1102_p0_match_phy_device,
890 .match_phy_device = tja1102_p1_match_phy_device,
H A Dphy_device.c554 if (phydrv->match_phy_device) in phy_bus_match()
555 return phydrv->match_phy_device(phydev, phydrv); in phy_bus_match()
H A Dmicrel.c6863 .match_phy_device = ksz8051_match_phy_device,
7082 .match_phy_device = ksz8795_match_phy_device,
/linux/drivers/net/phy/realtek/
H A Drealtek_main.c3197 .match_phy_device = rtlgen_match_phy_device,
3207 .match_phy_device = rtl8226_match_phy_device,
3218 .match_phy_device = rtl8221b_match_phy_device,
3265 .match_phy_device = rtl8221b_vb_cg_match_phy_device,
3288 .match_phy_device = rtl8221b_vm_cg_match_phy_device,
3311 .match_phy_device = rtl8251b_c45_match_phy_device,
3322 .match_phy_device = rtl_internal_nbaset_match_phy_device,
/linux/include/linux/
H A Dphy.h1225 int (*match_phy_device)(struct phy_device *phydev, member