/kernel/linux/linux-5.10/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() 169 /* if reset_com is present, reset_phy is no longer optional */ in qcom_ssphy_init_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()
|
/kernel/linux/linux-6.6/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() 169 /* if reset_com is present, reset_phy is no longer optional */ in qcom_ssphy_init_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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/ |
H A D | dwmac-dwc-qos-eth.c | 347 goto reset_phy; in tegra_eqos_probe() 352 goto reset_phy; in tegra_eqos_probe() 358 goto reset_phy; in tegra_eqos_probe() 377 reset_phy: in tegra_eqos_probe()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/ |
H A D | dwmac-dwc-qos-eth.c | 343 goto reset_phy; in tegra_eqos_probe() 348 goto reset_phy; in tegra_eqos_probe() 354 goto reset_phy; in tegra_eqos_probe() 371 reset_phy: in tegra_eqos_probe()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/natsemi/ |
H A D | ns83820.c | 46 * - add ihr and reset_phy parameters 114 static int reset_phy = 0; variable 2055 if (reset_phy) { 2259 module_param(reset_phy, int, 0); 2260 MODULE_PARM_DESC(reset_phy, "Set to 1 to reset the PHY on startup");
|
/kernel/linux/linux-6.6/drivers/net/ethernet/natsemi/ |
H A D | ns83820.c | 46 * - 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");
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
H A D | bnx2.c | 2181 bnx2_init_5709s_phy(struct bnx2 *bp, int reset_phy) in bnx2_init_5709s_phy() argument 2196 if (reset_phy) in bnx2_init_5709s_phy() 2231 bnx2_init_5708s_phy(struct bnx2 *bp, int reset_phy) in bnx2_init_5708s_phy() argument 2235 if (reset_phy) in bnx2_init_5708s_phy() 2289 bnx2_init_5706s_phy(struct bnx2 *bp, int reset_phy) in bnx2_init_5706s_phy() argument 2291 if (reset_phy) in bnx2_init_5706s_phy() 2327 bnx2_init_copper_phy(struct bnx2 *bp, int reset_phy) in bnx2_init_copper_phy() argument 2331 if (reset_phy) in bnx2_init_copper_phy() 2386 bnx2_init_phy(struct bnx2 *bp, int reset_phy) 2414 rc = bnx2_init_5706s_phy(bp, reset_phy); 5530 bnx2_init_nic(struct bnx2 *bp, int reset_phy) bnx2_init_nic() argument [all...] |
H A D | tg3.c | 9882 static int tg3_reset_hw(struct tg3 *tp, bool reset_phy) in tg3_reset_hw() argument 9908 if (reset_phy) in tg3_reset_hw() 10799 static int tg3_init_hw(struct tg3 *tp, bool reset_phy) in tg3_init_hw() argument 10812 return tg3_reset_hw(tp, reset_phy); in tg3_init_hw() 11177 static int tg3_restart_hw(struct tg3 *tp, bool reset_phy) 11183 err = tg3_init_hw(tp, reset_phy); 11588 static int tg3_start(struct tg3 *tp, bool reset_phy, bool test_irq, in tg3_start() argument 11630 err = tg3_init_hw(tp, reset_phy); in tg3_start() 12473 bool reset_phy = false; in tg3_set_ringparam() local 12509 reset_phy in tg3_set_ringparam() 12545 bool reset_phy = false; tg3_set_pauseparam() local 14297 bool reset_phy = false; tg3_change_mtu() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/ |
H A D | bnx2.c | 2180 bnx2_init_5709s_phy(struct bnx2 *bp, int reset_phy) in bnx2_init_5709s_phy() argument 2195 if (reset_phy) in bnx2_init_5709s_phy() 2230 bnx2_init_5708s_phy(struct bnx2 *bp, int reset_phy) in bnx2_init_5708s_phy() argument 2234 if (reset_phy) in bnx2_init_5708s_phy() 2288 bnx2_init_5706s_phy(struct bnx2 *bp, int reset_phy) in bnx2_init_5706s_phy() argument 2290 if (reset_phy) in bnx2_init_5706s_phy() 2326 bnx2_init_copper_phy(struct bnx2 *bp, int reset_phy) in bnx2_init_copper_phy() argument 2330 if (reset_phy) in bnx2_init_copper_phy() 2385 bnx2_init_phy(struct bnx2 *bp, int reset_phy) 2413 rc = bnx2_init_5706s_phy(bp, reset_phy); 5514 bnx2_init_nic(struct bnx2 *bp, int reset_phy) bnx2_init_nic() argument [all...] |
H A D | tg3.c | 9867 static int tg3_reset_hw(struct tg3 *tp, bool reset_phy) in tg3_reset_hw() argument 9893 if (reset_phy) in tg3_reset_hw() 10783 static int tg3_init_hw(struct tg3 *tp, bool reset_phy) in tg3_init_hw() argument 10796 return tg3_reset_hw(tp, reset_phy); in tg3_init_hw() 11161 static int tg3_restart_hw(struct tg3 *tp, bool reset_phy) 11167 err = tg3_init_hw(tp, reset_phy); 11568 static int tg3_start(struct tg3 *tp, bool reset_phy, bool test_irq, in tg3_start() argument 11610 err = tg3_init_hw(tp, reset_phy); in tg3_start() 12459 bool reset_phy = false; in tg3_set_ringparam() local 12495 reset_phy in tg3_set_ringparam() 12531 bool reset_phy = false; tg3_set_pauseparam() local 14249 bool reset_phy = false; tg3_change_mtu() local [all...] |