Searched refs:match_phy_device (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/net/phy/ |
| H A D | as21xxx.c | 955 .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 D | bcm87xx.c | 205 .match_phy_device = bcm87xx_match_phy_device, 216 .match_phy_device = bcm87xx_match_phy_device,
|
| H A D | teranetics.c | 85 .match_phy_device = teranetics_match_phy_device,
|
| H A D | icplus.c | 595 .match_phy_device = ip101a_match_phy_device, 609 .match_phy_device = ip101g_match_phy_device,
|
| H A D | marvell10g.c | 1392 .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 D | nxp-tja11xx.c | 858 .match_phy_device = tja1102_p0_match_phy_device, 881 .match_phy_device = tja1102_p1_match_phy_device,
|
| H A D | nxp-c45-tja11xx.c | 2097 .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 D | phy_device.c | 554 if (phydrv->match_phy_device) in phy_bus_match() 555 return phydrv->match_phy_device(phydev, phydrv); in phy_bus_match()
|
| H A D | micrel.c | 6608 .match_phy_device = ksz8051_match_phy_device, 6811 .match_phy_device = ksz8795_match_phy_device,
|
| /linux/rust/kernel/net/ |
| H A D | phy.rs | 419 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 D | realtek_main.c | 2248 .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 D | phy.h | 1222 int (*match_phy_device)(struct phy_device *phydev, member
|