Home
last modified time | relevance | path

Searched refs:reset_phy (Results 1 – 5 of 5) sorted by relevance

/drivers/phy/qualcomm/
A Dphy-qcom-usb-ss.c39 struct reset_control *reset_phy; member
66 ret = reset_control_assert(priv->reset_phy); in qcom_ssphy_do_reset()
80 ret = reset_control_deassert(priv->reset_phy); in qcom_ssphy_do_reset()
170 priv->reset_phy = devm_reset_control_get_exclusive(priv->dev, "phy"); in qcom_ssphy_init_reset()
171 if (IS_ERR(priv->reset_phy)) { in qcom_ssphy_init_reset()
173 return PTR_ERR(priv->reset_phy); in qcom_ssphy_init_reset()
/drivers/net/ethernet/stmicro/stmmac/
A Ddwmac-dwc-qos-eth.c244 goto reset_phy; in tegra_eqos_probe()
249 goto reset_phy; in tegra_eqos_probe()
255 goto reset_phy; in tegra_eqos_probe()
268 reset_phy: in tegra_eqos_probe()
/drivers/net/ethernet/broadcom/
A Dbnx2.c2196 if (reset_phy) in bnx2_init_5709s_phy()
2235 if (reset_phy) in bnx2_init_5708s_phy()
2291 if (reset_phy) in bnx2_init_5706s_phy()
2331 if (reset_phy) in bnx2_init_copper_phy()
2386 bnx2_init_phy(struct bnx2 *bp, int reset_phy) in bnx2_init_phy() argument
2414 rc = bnx2_init_5706s_phy(bp, reset_phy); in bnx2_init_phy()
2416 rc = bnx2_init_5708s_phy(bp, reset_phy); in bnx2_init_phy()
2418 rc = bnx2_init_5709s_phy(bp, reset_phy); in bnx2_init_phy()
2421 rc = bnx2_init_copper_phy(bp, reset_phy); in bnx2_init_phy()
5515 bnx2_init_nic(struct bnx2 *bp, int reset_phy) in bnx2_init_nic() argument
[all …]
A Dtg3.c9974 if (reset_phy) in tg3_reset_hw()
10877 return tg3_reset_hw(tp, reset_phy); in tg3_init_hw()
11250 err = tg3_init_hw(tp, reset_phy); in tg3_restart_hw()
11699 err = tg3_init_hw(tp, reset_phy); in tg3_start()
12548 bool reset_phy = false; in tg3_set_ringparam() local
12585 reset_phy = true; in tg3_set_ringparam()
12622 bool reset_phy = false; in tg3_set_pauseparam() local
12697 reset_phy = true; in tg3_set_pauseparam()
14350 bool reset_phy = false; in tg3_change_mtu() local
14378 reset_phy = true; in tg3_change_mtu()
[all …]
/drivers/net/ethernet/natsemi/
A Dns83820.c114 static int reset_phy = 0; variable
2058 if (reset_phy) {
2262 module_param(reset_phy, int, 0);
2263 MODULE_PARM_DESC(reset_phy, "Set to 1 to reset the PHY on startup");

Completed in 43 milliseconds