Searched refs:match_phy_device (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/drivers/net/phy/ |
| H A D | bcm87xx.c | 209 .match_phy_device = bcm8706_match_phy_device, 220 .match_phy_device = bcm8727_match_phy_device,
|
| H A D | teranetics.c | 84 .match_phy_device = teranetics_match_phy_device,
|
| H A D | icplus.c | 593 .match_phy_device = ip101a_match_phy_device, 607 .match_phy_device = ip101g_match_phy_device,
|
| H A D | marvell10g.c | 1388 .match_phy_device = mv3310_match_phy_device, 1409 .match_phy_device = mv3340_match_phy_device, 1428 .match_phy_device = mv2110_match_phy_device, 1448 .match_phy_device = mv2111_match_phy_device,
|
| H A D | nxp-tja11xx.c | 856 .match_phy_device = tja1102_p0_match_phy_device, 879 .match_phy_device = tja1102_p1_match_phy_device,
|
| H A D | nxp-c45-tja11xx.c | 2089 .match_phy_device = tja1103_match_phy_device, 2113 .match_phy_device = tja1104_match_phy_device, 2138 .match_phy_device = tja1120_match_phy_device, 2163 .match_phy_device = tja1121_match_phy_device,
|
| H A D | phy_device.c | 556 if (phydrv->match_phy_device) in phy_bus_match() 557 return phydrv->match_phy_device(phydev); in phy_bus_match()
|
| H A D | micrel.c | 5496 .match_phy_device = ksz8051_match_phy_device, 5689 .match_phy_device = ksz8795_match_phy_device,
|
| /linux-6.15/drivers/net/phy/realtek/ |
| H A D | realtek_main.c | 1426 .match_phy_device = rtlgen_match_phy_device, 1436 .match_phy_device = rtl8226_match_phy_device, 1445 .match_phy_device = rtl8221b_match_phy_device, 1479 .match_phy_device = rtl8221b_vb_cg_c22_match_phy_device, 1492 .match_phy_device = rtl8221b_vb_cg_c45_match_phy_device, 1503 .match_phy_device = rtl8221b_vn_cg_c22_match_phy_device, 1516 .match_phy_device = rtl8221b_vn_cg_c45_match_phy_device, 1527 .match_phy_device = rtl8251b_c45_match_phy_device, 1538 .match_phy_device = rtl_internal_nbaset_match_phy_device,
|
| /linux-6.15/rust/kernel/net/ |
| H A D | phy.rs | 429 T::match_phy_device(dev) as i32 in match_phy_device_callback() 526 match_phy_device: if T::HAS_MATCH_PHY_DEVICE { in create_phy_driver() 605 fn match_phy_device(_dev: &Device) -> bool { in match_phy_device() method
|
| /linux-6.15/include/linux/ |
| H A D | phy.h | 993 int (*match_phy_device)(struct phy_device *phydev); member
|