Home
last modified time | relevance | path

Searched refs:match_phy_device (Results 1 – 12 of 12) 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 Dbcm87xx.c205 .match_phy_device = bcm87xx_match_phy_device,
216 .match_phy_device = bcm87xx_match_phy_device,
H A Dteranetics.c85 .match_phy_device = teranetics_match_phy_device,
H A Dicplus.c595 .match_phy_device = ip101a_match_phy_device,
609 .match_phy_device = ip101g_match_phy_device,
H A Dmarvell10g.c1392 .match_phy_device = mv3310_match_phy_device,
1415 .match_phy_device = mv3340_match_phy_device,
1436 .match_phy_device = mv2110_match_phy_device,
1458 .match_phy_device = mv2111_match_phy_device,
H A Dnxp-tja11xx.c858 .match_phy_device = tja1102_p0_match_phy_device,
881 .match_phy_device = tja1102_p1_match_phy_device,
H A Dnxp-c45-tja11xx.c2097 .match_phy_device = tja11xx_no_macsec_match_phy_device,
2122 .match_phy_device = tja11xx_macsec_match_phy_device,
2148 .match_phy_device = tja11xx_no_macsec_match_phy_device,
2174 .match_phy_device = tja11xx_macsec_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.c6608 .match_phy_device = ksz8051_match_phy_device,
6811 .match_phy_device = ksz8795_match_phy_device,
/linux/rust/kernel/net/
H A Dphy.rs419 T::match_phy_device(dev).into() in match_phy_device_callback()
516 match_phy_device: if T::HAS_MATCH_PHY_DEVICE { in create_phy_driver()
595 fn match_phy_device(_dev: &Device) -> bool { in match_phy_device() method
/linux/drivers/net/phy/realtek/
H A Drealtek_main.c2248 .match_phy_device = rtlgen_match_phy_device,
2258 .match_phy_device = rtl8226_match_phy_device,
2269 .match_phy_device = rtl8221b_match_phy_device,
2315 .match_phy_device = rtl8221b_vb_cg_match_phy_device,
2334 .match_phy_device = rtl8221b_vm_cg_match_phy_device,
2353 .match_phy_device = rtl8251b_c45_match_phy_device,
2364 .match_phy_device = rtl_internal_nbaset_match_phy_device,
/linux/include/linux/
H A Dphy.h1222 int (*match_phy_device)(struct phy_device *phydev, member