/openbmc/linux/drivers/net/phy/mscc/ |
H A D | mscc_main.c | 510 rc = genphy_soft_reset(phydev); in vsc85xx_mac_if_set() 1790 ret = genphy_soft_reset(phydev); in vsc8584_config_init() 2109 ret = genphy_soft_reset(phydev); in vsc8514_config_init() 2345 .soft_reset = &genphy_soft_reset, 2369 .soft_reset = &genphy_soft_reset, 2393 .soft_reset = &genphy_soft_reset, 2417 .soft_reset = &genphy_soft_reset, 2441 .soft_reset = &genphy_soft_reset, 2465 .soft_reset = &genphy_soft_reset, 2489 .soft_reset = &genphy_soft_reset, [all …]
|
/openbmc/linux/drivers/net/phy/ |
H A D | meson-gxl.c | 193 .soft_reset = genphy_soft_reset, 209 .soft_reset = genphy_soft_reset,
|
H A D | icplus.c | 589 .soft_reset = genphy_soft_reset, 603 .soft_reset = genphy_soft_reset, 617 .soft_reset = genphy_soft_reset,
|
H A D | at803x.c | 1305 ret = genphy_soft_reset(phydev); in at803x_config_aneg() 1858 ret = genphy_soft_reset(phydev); in qca808x_soft_reset() 2062 .soft_reset = genphy_soft_reset, 2098 .soft_reset = genphy_soft_reset, 2142 .soft_reset = genphy_soft_reset, 2158 .soft_reset = genphy_soft_reset, 2170 .soft_reset = genphy_soft_reset, 2186 .soft_reset = genphy_soft_reset, 2202 .soft_reset = genphy_soft_reset,
|
H A D | ax88796b.c | 41 return genphy_soft_reset(phydev); in asix_soft_reset()
|
H A D | marvell.c | 431 err = genphy_soft_reset(phydev); in marvell_config_aneg() 447 err = genphy_soft_reset(phydev); in m88e1101_config_aneg() 592 err = genphy_soft_reset(phydev); in m88e1121_config_aneg() 904 err = genphy_soft_reset(phydev); in m88e1111_config_init_rtbi() 968 err = genphy_soft_reset(phydev); in m88e1111_config_init() 1024 return genphy_soft_reset(phydev); in m88e1111_set_downshift() 1088 return genphy_soft_reset(phydev); in m88e1011_set_downshift() 1149 err = genphy_soft_reset(phydev); in m88e1116r_config_init() 1173 err = genphy_soft_reset(phydev); in m88e1116r_config_init() 1281 return genphy_soft_reset(phydev); in m88e1118_config_aneg() [all …]
|
H A D | ncn26000.c | 156 .soft_reset = genphy_soft_reset,
|
H A D | dp83848.c | 142 .soft_reset = genphy_soft_reset, \
|
H A D | rockchip.c | 181 .soft_reset = genphy_soft_reset,
|
H A D | nxp-cbtx.c | 45 return genphy_soft_reset(phydev); in cbtx_soft_reset()
|
H A D | bcm7xxx.c | 422 tmp = genphy_soft_reset(phydev); in bcm7xxx_16nm_ephy_afe_config() 884 .soft_reset = genphy_soft_reset, \
|
H A D | microchip_t1.c | 433 rc = genphy_soft_reset(phydev); in lan87xx_phy_init() 575 ret = genphy_soft_reset(phydev); in microchip_cable_test_start_common()
|
H A D | realtek.c | 425 return genphy_soft_reset(phydev); in rtl8211f_config_init() 796 ret = genphy_soft_reset(phydev); in rtl9000a_config_aneg()
|
H A D | broadcom.c | 537 ret = genphy_soft_reset(phydev); in bcm54xx_resume() 1068 .soft_reset = genphy_soft_reset,
|
H A D | micrel.c | 4836 .soft_reset = genphy_soft_reset, 4855 .soft_reset = genphy_soft_reset, 4887 .soft_reset = genphy_soft_reset, 4906 .soft_reset = genphy_soft_reset, 4924 .soft_reset = genphy_soft_reset, 4941 .soft_reset = genphy_soft_reset, 4959 .soft_reset = genphy_soft_reset,
|
H A D | smsc.c | 153 return genphy_soft_reset(phydev); in smsc_phy_reset()
|
H A D | bcm54140.c | 869 .soft_reset = genphy_soft_reset,
|
H A D | nxp-tja11xx.c | 197 return genphy_soft_reset(phydev); in tja11xx_soft_reset()
|
H A D | mxl-gpy.c | 827 return genphy_soft_reset(phydev); in gpy115_loopback()
|
H A D | phy_device.c | 2582 int genphy_soft_reset(struct phy_device *phydev) in genphy_soft_reset() function 2610 EXPORT_SYMBOL(genphy_soft_reset);
|
H A D | dp83640.c | 1090 ret = genphy_soft_reset(phydev); in dp83640_soft_reset()
|
/openbmc/linux/include/linux/ |
H A D | phy.h | 1829 int genphy_soft_reset(struct phy_device *phydev);
|
/openbmc/linux/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-phy-v2.c | 991 genphy_soft_reset(phy_data->phydev); in xgbe_phy_belfuse_phy_quirks()
|
/openbmc/linux/drivers/net/ethernet/realtek/ |
H A D | r8169_main.c | 2312 genphy_soft_reset(tp->phydev); in rtl8169_init_phy()
|