Home
last modified time | relevance | path

Searched refs:genphy_soft_reset (Results 1 – 19 of 19) sorted by relevance

/linux/drivers/net/phy/qcom/
H A Dat803x.c1122 .soft_reset = genphy_soft_reset,
1158 .soft_reset = genphy_soft_reset,
1203 .soft_reset = genphy_soft_reset,
1217 .soft_reset = genphy_soft_reset,
1232 .soft_reset = genphy_soft_reset,
H A Dqca807x.c802 .soft_reset = genphy_soft_reset,
825 .soft_reset = genphy_soft_reset,
H A Dqca808x.c312 ret = genphy_soft_reset(phydev); in qca808x_soft_reset()
H A Dqcom-phy-lib.c331 ret = genphy_soft_reset(phydev); in at803x_prepare_config_aneg()
/linux/drivers/net/phy/
H A Dmarvell.c475 err = genphy_soft_reset(phydev); in marvell_config_aneg()
491 err = genphy_soft_reset(phydev); in m88e1101_config_aneg()
636 err = genphy_soft_reset(phydev); in m88e1121_config_aneg()
990 err = genphy_soft_reset(phydev); in m88e1111_config_init_rtbi()
1057 err = genphy_soft_reset(phydev); in m88e1111_config_init()
1113 return genphy_soft_reset(phydev); in m88e1111_set_downshift()
1177 return genphy_soft_reset(phydev); in m88e1011_set_downshift()
1238 err = genphy_soft_reset(phydev); in m88e1116r_config_init()
1262 err = genphy_soft_reset(phydev); in m88e1116r_config_init()
1370 return genphy_soft_reset(phydev); in m88e1118_config_aneg()
[all …]
H A Ddap8211r.c200 .soft_reset = genphy_soft_reset,
H A Dbcm7xxx.c422 tmp = genphy_soft_reset(phydev); in bcm7xxx_16nm_ephy_afe_config()
897 .soft_reset = genphy_soft_reset, \
H A Dmxl-86110.c943 .soft_reset = genphy_soft_reset,
H A Dbroadcom.c653 ret = genphy_soft_reset(phydev); in bcm54xx_resume()
1542 .soft_reset = genphy_soft_reset,
H A Dmicrel.c6889 .soft_reset = genphy_soft_reset,
6907 .soft_reset = genphy_soft_reset,
6938 .soft_reset = genphy_soft_reset,
6957 .soft_reset = genphy_soft_reset,
6976 .soft_reset = genphy_soft_reset,
6992 .soft_reset = genphy_soft_reset,
7025 .soft_reset = genphy_soft_reset,
7041 .soft_reset = genphy_soft_reset,
H A Dsmsc.c153 return genphy_soft_reset(phydev); in smsc_phy_reset()
H A Dbcm54140.c878 .soft_reset = genphy_soft_reset,
H A Dnxp-tja11xx.c208 return genphy_soft_reset(phydev); in tja11xx_soft_reset()
H A Dmicrochip_t1.c659 rc = genphy_soft_reset(phydev); in lan87xx_phy_init()
801 ret = genphy_soft_reset(phydev); in microchip_cable_test_start_common()
H A Dphy_device.c2675 int genphy_soft_reset(struct phy_device *phydev) in genphy_soft_reset() function
2703 EXPORT_SYMBOL(genphy_soft_reset);
H A Ddp83640.c994 ret = genphy_soft_reset(phydev); in dp83640_soft_reset()
/linux/drivers/net/phy/realtek/
H A Drealtek_main.c1135 return genphy_soft_reset(phydev); in rtl8211f_config_clk_out()
2914 ret = genphy_soft_reset(phydev); in rtl9000a_config_aneg()
/linux/include/linux/
H A Dphy.h2293 int genphy_soft_reset(struct phy_device *phydev);
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-phy-v2.c873 genphy_soft_reset(phy_data->phydev); in xgbe_phy_belfuse_phy_quirks()