Searched refs:reset_phy (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/phy/qualcomm/ |
| H A D | phy-qcom-usb-ss.c | 39 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()
|
| /linux/drivers/net/ethernet/natsemi/ |
| H A D | ns83820.c | 114 static int reset_phy = 0; variable 2057 if (reset_phy) { 2261 module_param(reset_phy, int, 0); 2262 MODULE_PARM_DESC(reset_phy, "Set to 1 to reset the PHY on startup");
|
| /linux/drivers/net/ethernet/broadcom/ |
| H A D | tg3.c | 9945 static int tg3_reset_hw(struct tg3 *tp, bool reset_phy) in tg3_reset_hw() argument 9971 if (reset_phy) in tg3_reset_hw() 10861 static int tg3_init_hw(struct tg3 *tp, bool reset_phy) in tg3_init_hw() argument 10874 return tg3_reset_hw(tp, reset_phy); in tg3_init_hw() 11239 static int tg3_restart_hw(struct tg3 *tp, bool reset_phy) in tg3_restart_hw() argument 11247 err = tg3_init_hw(tp, reset_phy); in tg3_restart_hw() 11652 static int tg3_start(struct tg3 *tp, bool reset_phy, bool test_irq, in tg3_start() argument 11696 err = tg3_init_hw(tp, reset_phy); in tg3_start() 12545 bool reset_phy = false; in tg3_set_ringparam() local 12582 reset_phy = true; in tg3_set_ringparam() [all …]
|