Searched refs:match_phy_device (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/net/phy/ |
| A D | bcm87xx.c | 209 .match_phy_device = bcm8706_match_phy_device, 220 .match_phy_device = bcm8727_match_phy_device,
|
| A D | realtek.c | 1330 .match_phy_device = rtlgen_match_phy_device, 1340 .match_phy_device = rtl8226_match_phy_device, 1387 .match_phy_device = rtl8221b_vb_cg_c22_match_phy_device, 1399 .match_phy_device = rtl8221b_vb_cg_c45_match_phy_device, 1409 .match_phy_device = rtl8221b_vn_cg_c22_match_phy_device, 1421 .match_phy_device = rtl8221b_vn_cg_c45_match_phy_device, 1431 .match_phy_device = rtl8251b_c45_match_phy_device, 1441 .match_phy_device = rtl8251b_c22_match_phy_device,
|
| A D | teranetics.c | 84 .match_phy_device = teranetics_match_phy_device,
|
| A D | icplus.c | 594 .match_phy_device = ip101a_match_phy_device, 608 .match_phy_device = ip101g_match_phy_device,
|
| A D | marvell10g.c | 1408 .match_phy_device = mv3310_match_phy_device, 1429 .match_phy_device = mv3340_match_phy_device, 1448 .match_phy_device = mv2110_match_phy_device, 1468 .match_phy_device = mv2111_match_phy_device,
|
| A D | nxp-tja11xx.c | 851 .match_phy_device = tja1102_p0_match_phy_device, 874 .match_phy_device = tja1102_p1_match_phy_device,
|
| A D | phy_device.c | 562 if (phydrv->match_phy_device) in phy_bus_match() 563 return phydrv->match_phy_device(phydev); in phy_bus_match()
|
| A D | micrel.c | 5392 .match_phy_device = ksz8051_match_phy_device, 5584 .match_phy_device = ksz8795_match_phy_device,
|
| /linux/rust/kernel/net/ |
| 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/include/linux/ |
| A D | phy.h | 1009 int (*match_phy_device)(struct phy_device *phydev); member
|
Completed in 49 milliseconds