Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/phy/mscc/
H A Dmscc_main.c515 rc = genphy_soft_reset(phydev); in vsc85xx_mac_if_set()
1657 ret = genphy_soft_reset(phydev); in vsc8584_config_init()
2009 ret = genphy_soft_reset(phydev); in vsc8514_config_init()
2219 .soft_reset = &genphy_soft_reset,
2243 .soft_reset = &genphy_soft_reset,
2268 .soft_reset = &genphy_soft_reset,
2292 .soft_reset = &genphy_soft_reset,
2316 .soft_reset = &genphy_soft_reset,
2340 .soft_reset = &genphy_soft_reset,
2364 .soft_reset = &genphy_soft_reset,
[all …]
/OK3568_Linux_fs/kernel/drivers/net/phy/
H A Dmarvell.c389 err = genphy_soft_reset(phydev); in marvell_config_aneg()
405 err = genphy_soft_reset(phydev); in m88e1101_config_aneg()
550 err = genphy_soft_reset(phydev); in m88e1121_config_aneg()
809 err = genphy_soft_reset(phydev); in m88e1111_config_init_rtbi()
845 return genphy_soft_reset(phydev); in m88e1111_config_init()
887 return genphy_soft_reset(phydev); in m88e1111_set_downshift()
951 return genphy_soft_reset(phydev); in m88e1011_set_downshift()
980 err = genphy_soft_reset(phydev); in m88e1116r_config_init()
1004 err = genphy_soft_reset(phydev); in m88e1116r_config_init()
1072 return genphy_soft_reset(phydev); in m88e1118_config_aneg()
[all …]
H A Dmeson-gxl.c231 .soft_reset = genphy_soft_reset,
243 .soft_reset = genphy_soft_reset,
H A Dax88796b.c39 return genphy_soft_reset(phydev); in asix_soft_reset()
H A Ddp83848.c99 .soft_reset = genphy_soft_reset, \
H A Dat803x.c799 ret = genphy_soft_reset(phydev); in at803x_config_aneg()
1058 .soft_reset = genphy_soft_reset,
1095 .soft_reset = genphy_soft_reset,
1140 .soft_reset = genphy_soft_reset,
H A Drockchip.c181 .soft_reset = genphy_soft_reset,
H A Dmicrel.c1276 .soft_reset = genphy_soft_reset,
1319 .soft_reset = genphy_soft_reset,
1334 .soft_reset = genphy_soft_reset,
H A Dsmsc.c113 return genphy_soft_reset(phydev); in smsc_phy_reset()
H A Drk630phy.c413 .soft_reset = genphy_soft_reset,
H A Dbcm7xxx.c713 .soft_reset = genphy_soft_reset, \
H A Dnxp-tja11xx.c182 return genphy_soft_reset(phydev); in tja11xx_soft_reset()
H A Dbcm54140.c843 .soft_reset = genphy_soft_reset,
H A Dbroadcom.c813 .soft_reset = genphy_soft_reset,
H A Dphy_device.c2483 int genphy_soft_reset(struct phy_device *phydev) in genphy_soft_reset() function
2511 EXPORT_SYMBOL(genphy_soft_reset);
H A Ddp83640.c1102 ret = genphy_soft_reset(phydev); in dp83640_soft_reset()
/OK3568_Linux_fs/kernel/include/linux/
H A Dphy.h1493 int genphy_soft_reset(struct phy_device *phydev);
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_imx407 genphy_soft_reset
H A Dabi_gki_aarch64_rockchip536 genphy_soft_reset
H A Dabi_gki_aarch64_galaxy1977 genphy_soft_reset
/OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-phy-v2.c933 genphy_soft_reset(phy_data->phydev); in xgbe_phy_belfuse_phy_quirks()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/
H A Dr8169_main.c2180 genphy_soft_reset(tp->phydev); in rtl8169_init_phy()