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

/linux-master/drivers/phy/qualcomm/
H A Dphy-qcom-usb-ss.c39 struct reset_control *reset_phy; member in struct:ssphy_priv
66 ret = reset_control_assert(priv->reset_phy);
80 ret = reset_control_deassert(priv->reset_phy);
169 /* if reset_com is present, reset_phy is no longer optional */
170 priv->reset_phy = devm_reset_control_get_exclusive(priv->dev, "phy");
171 if (IS_ERR(priv->reset_phy)) {
173 return PTR_ERR(priv->reset_phy);
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-dwc-qos-eth.c343 goto reset_phy;
348 goto reset_phy;
354 goto reset_phy;
371 reset_phy:
/linux-master/drivers/net/ethernet/natsemi/
H A Dns83820.c46 * - add ihr and reset_phy parameters
114 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");
/linux-master/drivers/net/ethernet/broadcom/
H A Dbnx2.c2181 bnx2_init_5709s_phy(struct bnx2 *bp, int reset_phy) argument
2196 if (reset_phy)
2231 bnx2_init_5708s_phy(struct bnx2 *bp, int reset_phy) argument
2235 if (reset_phy)
2289 bnx2_init_5706s_phy(struct bnx2 *bp, int reset_phy) argument
2291 if (reset_phy)
2327 bnx2_init_copper_phy(struct bnx2 *bp, int reset_phy) argument
2331 if (reset_phy)
2386 bnx2_init_phy(struct bnx2 *bp, int reset_phy)
2414 rc = bnx2_init_5706s_phy(bp, reset_phy);
5515 bnx2_init_nic(struct bnx2 *bp, int reset_phy) argument
[all...]
H A Dtg3.c9936 static int tg3_reset_hw(struct tg3 *tp, bool reset_phy) argument
9962 if (reset_phy)
10852 static int tg3_init_hw(struct tg3 *tp, bool reset_phy) argument
10865 return tg3_reset_hw(tp, reset_phy);
11230 static int tg3_restart_hw(struct tg3 *tp, bool reset_phy)
11236 err = tg3_init_hw(tp, reset_phy);
11637 static int tg3_start(struct tg3 *tp, bool reset_phy, bool test_irq, argument
11679 err = tg3_init_hw(tp, reset_phy);
12528 bool reset_phy = false; local
12564 reset_phy
12600 bool reset_phy = false; local
14320 bool reset_phy = false; local
[all...]

Completed in 195 milliseconds