/linux-6.3-rc2/drivers/phy/lantiq/ |
A D | phy-lantiq-rcu-usb2.c | 44 struct reset_control *phy_reset; member 124 reset_control_deassert(priv->phy_reset); in ltq_rcu_usb2_phy_power_on() 145 reset_control_assert(priv->phy_reset); in ltq_rcu_usb2_phy_power_off() 202 priv->phy_reset = devm_reset_control_get_optional(dev, "phy"); in ltq_rcu_usb2_of_parse() 204 return PTR_ERR_OR_ZERO(priv->phy_reset); in ltq_rcu_usb2_of_parse() 227 reset_control_assert(priv->phy_reset); in ltq_rcu_usb2_phy_probe()
|
A D | phy-lantiq-vrx200-pcie.c | 92 struct reset_control *phy_reset; member 262 ret = reset_control_assert(priv->phy_reset); in ltq_vrx200_pcie_phy_init() 268 ret = reset_control_deassert(priv->phy_reset); in ltq_vrx200_pcie_phy_init() 284 reset_control_assert(priv->phy_reset); in ltq_vrx200_pcie_phy_init() 298 ret = reset_control_assert(priv->phy_reset); in ltq_vrx200_pcie_phy_exit() 449 priv->phy_reset = devm_reset_control_get_exclusive(dev, "phy"); in ltq_vrx200_pcie_phy_probe() 450 if (IS_ERR(priv->phy_reset)) in ltq_vrx200_pcie_phy_probe() 451 return PTR_ERR(priv->phy_reset); in ltq_vrx200_pcie_phy_probe()
|
/linux-6.3-rc2/drivers/phy/qualcomm/ |
A D | phy-qcom-pcie2.c | 45 struct reset_control *phy_reset; member 55 ret = reset_control_deassert(qphy->phy_reset); in qcom_pcie2_phy_init() 63 reset_control_assert(qphy->phy_reset); in qcom_pcie2_phy_init() 192 reset_control_assert(qphy->phy_reset); in qcom_pcie2_phy_exit() 288 qphy->phy_reset = devm_reset_control_get_exclusive(dev, "phy"); in qcom_pcie2_phy_probe() 289 if (IS_ERR(qphy->phy_reset)) { in qcom_pcie2_phy_probe() 291 return PTR_ERR(qphy->phy_reset); in qcom_pcie2_phy_probe()
|
A D | phy-qcom-usb-hs-28nm.c | 61 struct reset_control *phy_reset; member 185 ret = reset_control_assert(priv->phy_reset); in qcom_snps_hsphy_reset() 191 ret = reset_control_deassert(priv->phy_reset); in qcom_snps_hsphy_reset() 336 priv->phy_reset = devm_reset_control_get_exclusive(dev, "phy"); in qcom_snps_hsphy_probe() 337 if (IS_ERR(priv->phy_reset)) in qcom_snps_hsphy_probe() 338 return PTR_ERR(priv->phy_reset); in qcom_snps_hsphy_probe()
|
A D | phy-qcom-snps-femto-v2.c | 130 struct reset_control *phy_reset; member 383 ret = reset_control_assert(hsphy->phy_reset); in qcom_snps_hsphy_init() 391 ret = reset_control_deassert(hsphy->phy_reset); in qcom_snps_hsphy_init() 463 reset_control_assert(hsphy->phy_reset); in qcom_snps_hsphy_exit() 566 hsphy->phy_reset = devm_reset_control_get_exclusive(&pdev->dev, NULL); in qcom_snps_hsphy_probe() 567 if (IS_ERR(hsphy->phy_reset)) { in qcom_snps_hsphy_probe() 569 return PTR_ERR(hsphy->phy_reset); in qcom_snps_hsphy_probe()
|
A D | phy-qcom-snps-eusb2.c | 128 struct reset_control *phy_reset; member 253 ret = reset_control_assert(phy->phy_reset); in qcom_snps_eusb2_hsphy_init() 261 ret = reset_control_deassert(phy->phy_reset); in qcom_snps_eusb2_hsphy_init() 384 phy->phy_reset = devm_reset_control_get_exclusive(dev, NULL); in qcom_snps_eusb2_hsphy_probe() 385 if (IS_ERR(phy->phy_reset)) in qcom_snps_eusb2_hsphy_probe() 386 return PTR_ERR(phy->phy_reset); in qcom_snps_eusb2_hsphy_probe()
|
A D | phy-qcom-qusb2.c | 436 struct reset_control *phy_reset; member 755 ret = reset_control_assert(qphy->phy_reset); in qusb2_phy_init() 764 ret = reset_control_deassert(qphy->phy_reset); in qusb2_phy_init() 866 reset_control_assert(qphy->phy_reset); in qusb2_phy_init() 888 reset_control_assert(qphy->phy_reset); in qusb2_phy_exit() 989 qphy->phy_reset = devm_reset_control_get_by_index(&pdev->dev, 0); in qusb2_phy_probe() 990 if (IS_ERR(qphy->phy_reset)) { in qusb2_phy_probe() 992 return PTR_ERR(qphy->phy_reset); in qusb2_phy_probe()
|
/linux-6.3-rc2/include/linux/platform_data/ |
A D | usb-omap.h | 35 unsigned phy_reset:1; member 55 unsigned phy_reset:1; member
|
/linux-6.3-rc2/drivers/pci/controller/dwc/ |
A D | pcie-qcom.c | 133 struct reset_control *phy_reset; member 166 struct reset_control *phy_reset; member 321 return PTR_ERR_OR_ZERO(res->phy_reset); in qcom_pcie_get_resources_2_1_0() 334 reset_control_assert(res->phy_reset); in qcom_pcie_deinit_2_1_0() 354 reset_control_assert(res->phy_reset); in qcom_pcie_init_2_1_0() 405 reset_control_assert(res->phy_reset); in qcom_pcie_init_2_1_0() 776 if (IS_ERR(res->phy_reset)) in qcom_pcie_get_resources_2_4_0() 777 return PTR_ERR(res->phy_reset); in qcom_pcie_get_resources_2_4_0() 815 reset_control_assert(res->phy_reset); in qcom_pcie_deinit_2_4_0() 856 ret = reset_control_assert(res->phy_reset); in qcom_pcie_init_2_4_0() [all …]
|
A D | pci-meson.c | 152 ret = phy_reset(mp->phy); in meson_pcie_reset()
|
/linux-6.3-rc2/drivers/pci/controller/ |
A D | pcie-mediatek-gen3.c | 140 struct reset_control *phy_reset; member 779 pcie->phy_reset = devm_reset_control_get_optional_exclusive(dev, "phy"); in mtk_pcie_parse_port() 780 if (IS_ERR(pcie->phy_reset)) { in mtk_pcie_parse_port() 781 ret = PTR_ERR(pcie->phy_reset); in mtk_pcie_parse_port() 821 reset_control_deassert(pcie->phy_reset); in mtk_pcie_power_up() 857 reset_control_assert(pcie->phy_reset); in mtk_pcie_power_up() 872 reset_control_assert(pcie->phy_reset); in mtk_pcie_power_down() 887 reset_control_assert(pcie->phy_reset); in mtk_pcie_setup()
|
/linux-6.3-rc2/drivers/net/ethernet/stmicro/stmmac/ |
A D | dwmac-rk.c | 65 struct reset_control *phy_reset; member 1453 if (priv->phy_reset) { in rk_gmac_integrated_phy_powerup() 1456 if (priv->phy_reset) in rk_gmac_integrated_phy_powerup() 1457 reset_control_assert(priv->phy_reset); in rk_gmac_integrated_phy_powerup() 1459 if (priv->phy_reset) in rk_gmac_integrated_phy_powerup() 1460 reset_control_deassert(priv->phy_reset); in rk_gmac_integrated_phy_powerup() 1470 if (priv->phy_reset) in rk_gmac_integrated_phy_powerdown() 1471 reset_control_assert(priv->phy_reset); in rk_gmac_integrated_phy_powerdown() 1736 bsp_priv->phy_reset = of_reset_control_get(plat->phy_node, NULL); in rk_gmac_setup() 1737 if (IS_ERR(bsp_priv->phy_reset)) { in rk_gmac_setup() [all …]
|
/linux-6.3-rc2/include/linux/usb/ |
A D | renesas_usbhs.h | 72 int (*phy_reset)(struct platform_device *pdev); member
|
/linux-6.3-rc2/Documentation/devicetree/bindings/phy/ |
A D | amlogic,meson-gxl-usb2-phy.yaml | 52 resets = <&phy_reset>;
|
A D | amlogic,g12a-usb3-pcie-phy.yaml | 61 resets = <&phy_reset>;
|
A D | amlogic,g12a-usb2-phy.yaml | 75 resets = <&phy_reset>;
|
/linux-6.3-rc2/drivers/usb/renesas_usbhs/ |
A D | common.c | 502 usbhs_platform_call(priv, phy_reset, pdev); in usbhsc_hotplug() 729 usbhs_platform_call(priv, phy_reset, pdev); in usbhs_probe() 813 usbhs_platform_call(priv, phy_reset, pdev); in usbhsc_resume()
|
/linux-6.3-rc2/include/linux/phy/ |
A D | phy.h | 242 int phy_reset(struct phy *phy); 383 static inline int phy_reset(struct phy *phy) in phy_reset() function
|
/linux-6.3-rc2/drivers/phy/amlogic/ |
A D | phy-meson-axg-pcie.c | 99 ret = phy_reset(priv->analog); in phy_axg_pcie_reset()
|
/linux-6.3-rc2/drivers/scsi/mvsas/ |
A D | mv_94xx.h | 175 u32 phy_reset:1; member
|
A D | mv_sas.c | 160 MVS_CHIP_DISP->phy_reset(mvi, no, hard); in mvs_phys_reset() 189 MVS_CHIP_DISP->phy_reset(mvi, phy_id, MVS_HARD_RESET); in mvs_phy_control() 194 MVS_CHIP_DISP->phy_reset(mvi, phy_id, MVS_SOFT_RESET); in mvs_phy_control() 1781 MVS_CHIP_DISP->phy_reset(mvi, phy_no, MVS_HARD_RESET); in mvs_sig_time_out() 1825 MVS_CHIP_DISP->phy_reset(mvi, in mvs_int_port() 1857 MVS_CHIP_DISP->phy_reset(mvi, phy_no, MVS_PHY_TUNE); in mvs_int_port()
|
/linux-6.3-rc2/drivers/usb/dwc3/ |
A D | dwc3-keystone.c | 107 error = phy_reset(kdwc->usb3_phy); in kdwc3_probe()
|
/linux-6.3-rc2/include/scsi/ |
A D | scsi_transport_sas.h | 178 int (*phy_reset)(struct sas_phy *, int); member
|
/linux-6.3-rc2/drivers/phy/ |
A D | phy-core.c | 444 int phy_reset(struct phy *phy) in phy_reset() function 463 EXPORT_SYMBOL_GPL(phy_reset);
|
/linux-6.3-rc2/drivers/usb/cdns3/ |
A D | core.c | 270 phy_reset(cdns->usb3_phy); in cdns_idle_role_stop()
|