Searched refs:match_phy_device (Results 1 – 6 of 6) 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 | nxp-tja11xx.c | 867 .match_phy_device = tja1102_p0_match_phy_device, 890 .match_phy_device = tja1102_p1_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 | 6863 .match_phy_device = ksz8051_match_phy_device, 7082 .match_phy_device = ksz8795_match_phy_device,
|
| /linux/drivers/net/phy/realtek/ |
| H A D | realtek_main.c | 3197 .match_phy_device = rtlgen_match_phy_device, 3207 .match_phy_device = rtl8226_match_phy_device, 3218 .match_phy_device = rtl8221b_match_phy_device, 3265 .match_phy_device = rtl8221b_vb_cg_match_phy_device, 3288 .match_phy_device = rtl8221b_vm_cg_match_phy_device, 3311 .match_phy_device = rtl8251b_c45_match_phy_device, 3322 .match_phy_device = rtl_internal_nbaset_match_phy_device,
|
| /linux/include/linux/ |
| H A D | phy.h | 1225 int (*match_phy_device)(struct phy_device *phydev, member
|