Home
last modified time | relevance | path

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

/linux/drivers/net/phy/
A Dbcm87xx.c209 .match_phy_device = bcm8706_match_phy_device,
220 .match_phy_device = bcm8727_match_phy_device,
A Drealtek.c1330 .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 Dteranetics.c84 .match_phy_device = teranetics_match_phy_device,
A Dicplus.c594 .match_phy_device = ip101a_match_phy_device,
608 .match_phy_device = ip101g_match_phy_device,
A Dmarvell10g.c1408 .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 Dnxp-tja11xx.c851 .match_phy_device = tja1102_p0_match_phy_device,
874 .match_phy_device = tja1102_p1_match_phy_device,
A Dphy_device.c562 if (phydrv->match_phy_device) in phy_bus_match()
563 return phydrv->match_phy_device(phydev); in phy_bus_match()
A Dmicrel.c5392 .match_phy_device = ksz8051_match_phy_device,
5584 .match_phy_device = ksz8795_match_phy_device,
/linux/rust/kernel/net/
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/include/linux/
A Dphy.h1009 int (*match_phy_device)(struct phy_device *phydev); member

Completed in 49 milliseconds