Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/phy/
H A Dbcm87xx.c209 .match_phy_device = bcm8706_match_phy_device,
220 .match_phy_device = bcm8727_match_phy_device,
H A Dteranetics.c84 .match_phy_device = teranetics_match_phy_device,
H A Dicplus.c593 .match_phy_device = ip101a_match_phy_device,
607 .match_phy_device = ip101g_match_phy_device,
H A Dmarvell10g.c1388 .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 Dnxp-tja11xx.c856 .match_phy_device = tja1102_p0_match_phy_device,
879 .match_phy_device = tja1102_p1_match_phy_device,
H A Dnxp-c45-tja11xx.c2089 .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 Dphy_device.c556 if (phydrv->match_phy_device) in phy_bus_match()
557 return phydrv->match_phy_device(phydev); in phy_bus_match()
H A Dmicrel.c5496 .match_phy_device = ksz8051_match_phy_device,
5689 .match_phy_device = ksz8795_match_phy_device,
/linux-6.15/drivers/net/phy/realtek/
H A Drealtek_main.c1426 .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 Dphy.rs429 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 Dphy.h993 int (*match_phy_device)(struct phy_device *phydev); member