/openbmc/linux/drivers/phy/qualcomm/ |
H A D | phy-ath79-usb.c | 33 err = reset_control_deassert(priv->reset); in ath79_usb_phy_power_on() 35 reset_control_deassert(priv->no_suspend_override); in ath79_usb_phy_power_on() 50 err = reset_control_deassert(priv->no_suspend_override); in ath79_usb_phy_power_off() 52 reset_control_deassert(priv->reset); in ath79_usb_phy_power_off()
|
H A D | phy-qcom-ipq4019-usb.c | 45 reset_control_deassert(phy->por_rst); in ipq4019_ss_phy_power_on() 74 reset_control_deassert(phy->srif_rst); in ipq4019_hs_phy_power_on() 77 reset_control_deassert(phy->por_rst); in ipq4019_hs_phy_power_on()
|
H A D | phy-qcom-usb-ss.c | 74 ret = reset_control_deassert(priv->reset_com); in qcom_ssphy_do_reset() 80 ret = reset_control_deassert(priv->reset_phy); in qcom_ssphy_do_reset()
|
/openbmc/linux/drivers/pci/controller/ |
H A D | pcie-rockchip.c | 222 err = reset_control_deassert(rockchip->pm_rst); in rockchip_pcie_init_port() 228 err = reset_control_deassert(rockchip->aclk_rst); in rockchip_pcie_init_port() 234 err = reset_control_deassert(rockchip->pclk_rst); in rockchip_pcie_init_port() 279 err = reset_control_deassert(rockchip->mgmt_sticky_rst); in rockchip_pcie_init_port() 285 err = reset_control_deassert(rockchip->core_rst); in rockchip_pcie_init_port() 291 err = reset_control_deassert(rockchip->mgmt_rst); in rockchip_pcie_init_port() 297 err = reset_control_deassert(rockchip->pipe_rst); in rockchip_pcie_init_port()
|
/openbmc/linux/drivers/ata/ |
H A D | ahci_mtk.c | 82 err = reset_control_deassert(plat->reg_rst); in mtk_ahci_platform_resets() 88 err = reset_control_deassert(plat->sw_rst); in mtk_ahci_platform_resets() 94 err = reset_control_deassert(plat->axi_rst); in mtk_ahci_platform_resets()
|
H A D | ahci_st.c | 61 err = reset_control_deassert(drv_data->pwr); in st_ahci_deassert_resets() 69 err = reset_control_deassert(drv_data->sw_rst); in st_ahci_deassert_resets() 77 err = reset_control_deassert(drv_data->pwr_rst); in st_ahci_deassert_resets()
|
/openbmc/linux/drivers/usb/dwc3/ |
H A D | dwc3-st.c | 238 reset_control_deassert(dwc3_data->rstc_pwrdn); in st_dwc3_probe() 249 reset_control_deassert(dwc3_data->rstc_rst); in st_dwc3_probe() 336 reset_control_deassert(dwc3_data->rstc_pwrdn); in st_dwc3_resume() 337 reset_control_deassert(dwc3_data->rstc_rst); in st_dwc3_resume()
|
H A D | dwc3-of-simple.c | 63 ret = reset_control_deassert(simple->resets); in dwc3_of_simple_probe() 160 reset_control_deassert(simple->resets); in dwc3_of_simple_resume()
|
H A D | dwc3-xilinx.c | 178 ret = reset_control_deassert(apbrst); in dwc3_xlnx_init_zynqmp() 190 ret = reset_control_deassert(crst); in dwc3_xlnx_init_zynqmp() 196 ret = reset_control_deassert(hibrst); in dwc3_xlnx_init_zynqmp()
|
/openbmc/linux/drivers/pci/controller/dwc/ |
H A D | pcie-bt1.c | 421 ret = reset_control_deassert(pci->core_rsts[DW_PCIE_PWR_RST].rstc); in bt1_pcie_cold_start_bus() 427 ret = reset_control_deassert(pci->core_rsts[DW_PCIE_HOT_RST].rstc); in bt1_pcie_cold_start_bus() 442 ret = reset_control_deassert(pci->core_rsts[DW_PCIE_PHY_RST].rstc); in bt1_pcie_cold_start_bus() 471 ret = reset_control_deassert(pci->core_rsts[DW_PCIE_PIPE_RST].rstc); in bt1_pcie_cold_start_bus() 477 ret = reset_control_deassert(pci->core_rsts[DW_PCIE_CORE_RST].rstc); in bt1_pcie_cold_start_bus() 491 ret = reset_control_deassert(pci->core_rsts[DW_PCIE_STICKY_RST].rstc); in bt1_pcie_cold_start_bus() 497 ret = reset_control_deassert(pci->core_rsts[DW_PCIE_NON_STICKY_RST].rstc); in bt1_pcie_cold_start_bus()
|
H A D | pci-meson.c | 98 reset_control_deassert(mrst->port); in meson_pcie_get_resets() 103 reset_control_deassert(mrst->apb); in meson_pcie_get_resets() 159 reset_control_deassert(mrst->port); in meson_pcie_reset() 160 reset_control_deassert(mrst->apb); in meson_pcie_reset()
|
H A D | pcie-histb.c | 266 reset_control_deassert(hipcie->soft_reset); in histb_pcie_host_enable() 269 reset_control_deassert(hipcie->sys_reset); in histb_pcie_host_enable() 272 reset_control_deassert(hipcie->bus_reset); in histb_pcie_host_enable()
|
/openbmc/linux/sound/soc/uniphier/ |
H A D | evea.c | 355 ret = reset_control_deassert(evea->rst); in evea_codec_resume() 359 ret = reset_control_deassert(evea->rst_exiv); in evea_codec_resume() 363 ret = reset_control_deassert(evea->rst_adamv); in evea_codec_resume() 493 ret = reset_control_deassert(evea->rst); in evea_probe() 497 ret = reset_control_deassert(evea->rst_exiv); in evea_probe() 508 ret = reset_control_deassert(evea->rst_adamv); in evea_probe()
|
/openbmc/linux/drivers/phy/socionext/ |
H A D | phy-uniphier-ahci.c | 136 ret = reset_control_deassert(priv->rst_pm); in uniphier_ahciphy_pro4_power_on() 142 ret = reset_control_deassert(priv->rst_tx); in uniphier_ahciphy_pro4_power_on() 148 ret = reset_control_deassert(priv->rst_rx); in uniphier_ahciphy_pro4_power_on() 296 ret = reset_control_deassert(priv->rst_parent_gio); in uniphier_ahciphy_init() 300 ret = reset_control_deassert(priv->rst_parent); in uniphier_ahciphy_init() 345 ret = reset_control_deassert(priv->rst); in uniphier_ahciphy_power_on()
|
H A D | phy-uniphier-usb3ss.c | 120 ret = reset_control_deassert(priv->rst); in uniphier_u3ssphy_power_on() 169 ret = reset_control_deassert(priv->rst_parent); in uniphier_u3ssphy_init() 173 ret = reset_control_deassert(priv->rst_parent_gio); in uniphier_u3ssphy_init()
|
H A D | phy-uniphier-usb3hs.c | 216 ret = reset_control_deassert(priv->rst); in uniphier_u3hsphy_power_on() 266 ret = reset_control_deassert(priv->rst_parent); in uniphier_u3hsphy_init() 270 ret = reset_control_deassert(priv->rst_parent_gio); in uniphier_u3hsphy_init()
|
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | dwmac-socfpga.c | 322 reset_control_deassert(dwmac->stmmac_ocp_rst); in socfpga_gen5_set_phy_mode() 323 reset_control_deassert(dwmac->stmmac_rst); in socfpga_gen5_set_phy_mode() 375 reset_control_deassert(dwmac->stmmac_ocp_rst); in socfpga_gen10_set_phy_mode() 376 reset_control_deassert(dwmac->stmmac_rst); in socfpga_gen10_set_phy_mode() 420 reset_control_deassert(dwmac->stmmac_ocp_rst); in socfpga_dwmac_probe()
|
H A D | dwmac-tegra.c | 81 err = reset_control_deassert(mgbe->rst_mac); in tegra_mgbe_resume() 284 err = reset_control_deassert(mgbe->rst_mac); in tegra_mgbe_probe() 301 err = reset_control_deassert(mgbe->rst_pcs); in tegra_mgbe_probe()
|
/openbmc/linux/drivers/phy/st/ |
H A D | phy-stih407-usb.c | 44 reset_control_deassert(phy_dev->rstc); in stih407_usb2_pico_ctrl() 65 return reset_control_deassert(phy_dev->rstport); in stih407_usb2_init_port()
|
/openbmc/linux/drivers/reset/ |
H A D | core.c | 259 reset_control_deassert(resets->rstc[i]); in reset_control_array_assert() 268 ret = reset_control_deassert(resets->rstc[i]); in reset_control_array_deassert() 514 reset_control_deassert(rstcs[i].rstc); in reset_control_bulk_assert() 530 int reset_control_deassert(struct reset_control *rstc) in reset_control_deassert() function 567 EXPORT_SYMBOL_GPL(reset_control_deassert); 585 ret = reset_control_deassert(rstcs[i].rstc); in reset_control_bulk_deassert()
|
/openbmc/linux/drivers/phy/hisilicon/ |
H A D | phy-hisi-inno-usb2.c | 105 reset_control_deassert(priv->por_rst); in hisi_inno_phy_init() 111 reset_control_deassert(port->utmi_rst); in hisi_inno_phy_init()
|
/openbmc/linux/drivers/phy/lantiq/ |
H A D | phy-lantiq-rcu-usb2.c | 123 reset_control_deassert(priv->phy_reset); in ltq_rcu_usb2_phy_power_on() 224 reset_control_deassert(priv->ctrl_reset); in ltq_rcu_usb2_phy_probe()
|
/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A D | ahb.c | 250 ret = reset_control_deassert(ar_ahb->radio_cold_rst); in ath10k_ahb_release_reset() 256 ret = reset_control_deassert(ar_ahb->radio_warm_rst); in ath10k_ahb_release_reset() 262 ret = reset_control_deassert(ar_ahb->radio_srif_rst); in ath10k_ahb_release_reset() 268 ret = reset_control_deassert(ar_ahb->cpu_init_rst); in ath10k_ahb_release_reset() 383 ret = reset_control_deassert(ar_ahb->core_cold_rst); in ath10k_ahb_halt_chip()
|
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | denali_dt.c | 188 ret = reset_control_deassert(dt->rst_reg); in denali_dt_probe() 192 ret = reset_control_deassert(dt->rst); in denali_dt_probe()
|
/openbmc/linux/drivers/phy/ralink/ |
H A D | phy-ralink-usb.c | 106 reset_control_deassert(phy->rsthost); in ralink_usb_phy_power_on() 107 reset_control_deassert(phy->rstdev); in ralink_usb_phy_power_on()
|