Home
last modified time | relevance | path

Searched refs:reset_control_deassert (Results 1 – 25 of 385) sorted by relevance

12345678910>>...16

/linux/drivers/phy/qualcomm/
A Dphy-ath79-usb.c33 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()
A Dphy-qcom-ipq4019-usb.c45 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()
A Dphy-qcom-usb-ss.c74 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()
/linux/drivers/pci/controller/
A Dpcie-rockchip.c222 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()
/linux/drivers/ata/
A Dahci_mtk.c82 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()
A Dahci_st.c60 err = reset_control_deassert(drv_data->pwr); in st_ahci_deassert_resets()
68 err = reset_control_deassert(drv_data->sw_rst); in st_ahci_deassert_resets()
76 err = reset_control_deassert(drv_data->pwr_rst); in st_ahci_deassert_resets()
/linux/drivers/usb/dwc3/
A Ddwc3-st.c245 reset_control_deassert(dwc3_data->rstc_pwrdn); in st_dwc3_probe()
256 reset_control_deassert(dwc3_data->rstc_rst); in st_dwc3_probe()
332 reset_control_deassert(dwc3_data->rstc_pwrdn); in st_dwc3_resume()
333 reset_control_deassert(dwc3_data->rstc_rst); in st_dwc3_resume()
A Ddwc3-xilinx.c88 ret = reset_control_deassert(crst); in dwc3_xlnx_init_versal()
175 ret = reset_control_deassert(apbrst); in dwc3_xlnx_init_zynqmp()
187 ret = reset_control_deassert(crst); in dwc3_xlnx_init_zynqmp()
193 ret = reset_control_deassert(hibrst); in dwc3_xlnx_init_zynqmp()
A Ddwc3-of-simple.c62 ret = reset_control_deassert(simple->resets); in dwc3_of_simple_probe()
159 reset_control_deassert(simple->resets); in dwc3_of_simple_resume()
/linux/drivers/pci/controller/dwc/
A Dpcie-bt1.c421 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()
A Dpci-meson.c97 reset_control_deassert(mrst->port); in meson_pcie_get_resets()
102 reset_control_deassert(mrst->apb); in meson_pcie_get_resets()
158 reset_control_deassert(mrst->port); in meson_pcie_reset()
159 reset_control_deassert(mrst->apb); in meson_pcie_reset()
A Dpcie-histb.c266 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()
/linux/sound/soc/uniphier/
A Devea.c355 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()
/linux/drivers/phy/socionext/
A Dphy-uniphier-ahci.c136 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()
A Dphy-uniphier-usb3ss.c120 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()
/linux/drivers/net/ethernet/stmicro/stmmac/
A Ddwmac-socfpga.c322 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()
474 reset_control_deassert(dwmac->stmmac_ocp_rst); in socfpga_dwmac_probe()
A Ddwmac-tegra.c79 err = reset_control_deassert(mgbe->rst_mac); in tegra_mgbe_resume()
276 err = reset_control_deassert(mgbe->rst_mac); in tegra_mgbe_probe()
293 err = reset_control_deassert(mgbe->rst_pcs); in tegra_mgbe_probe()
/linux/drivers/phy/st/
A Dphy-stih407-usb.c44 reset_control_deassert(phy_dev->rstc); in stih407_usb2_pico_ctrl()
65 return reset_control_deassert(phy_dev->rstport); in stih407_usb2_init_port()
/linux/drivers/phy/rockchip/
A Dphy-rockchip-samsung-hdptx.c598 reset_control_deassert(hdptx->rsts[RST_APB].rstc); in rk_hdptx_pre_power_up()
613 reset_control_deassert(hdptx->rsts[RST_LANE].rstc); in rk_hdptx_post_enable_lane()
643 reset_control_deassert(hdptx->rsts[RST_INIT].rstc); in rk_hdptx_post_enable_pll()
650 reset_control_deassert(hdptx->rsts[RST_CMN].rstc); in rk_hdptx_post_enable_pll()
671 reset_control_deassert(hdptx->rsts[RST_PHY].rstc); in rk_hdptx_phy_disable()
675 reset_control_deassert(hdptx->rsts[RST_APB].rstc); in rk_hdptx_phy_disable()
797 reset_control_deassert(hdptx->rsts[RST_ROPLL].rstc); in rk_hdptx_ropll_tmds_cmn_config()
1137 reset_control_deassert(hdptx->rsts[RST_APB].rstc); in rk_hdptx_phy_probe()
1138 reset_control_deassert(hdptx->rsts[RST_CMN].rstc); in rk_hdptx_phy_probe()
1139 reset_control_deassert(hdptx->rsts[RST_INIT].rstc); in rk_hdptx_phy_probe()
/linux/drivers/mtd/nand/raw/
A Ddenali_dt.c176 ret = reset_control_deassert(dt->rst_reg); in denali_dt_probe()
180 ret = reset_control_deassert(dt->rst); in denali_dt_probe()
/linux/drivers/phy/hisilicon/
A Dphy-hisi-inno-usb2.c105 reset_control_deassert(priv->por_rst); in hisi_inno_phy_init()
111 reset_control_deassert(port->utmi_rst); in hisi_inno_phy_init()
/linux/drivers/phy/lantiq/
A Dphy-lantiq-rcu-usb2.c123 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()
/linux/drivers/phy/ralink/
A Dphy-ralink-usb.c106 reset_control_deassert(phy->rsthost); in ralink_usb_phy_power_on()
107 reset_control_deassert(phy->rstdev); in ralink_usb_phy_power_on()
/linux/drivers/net/wireless/ath/ath10k/
A Dahb.c250 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()
/linux/drivers/watchdog/
A Drzv2h_wdt.c93 ret = reset_control_deassert(priv->rstc); in rzv2h_wdt_start()
159 ret = reset_control_deassert(priv->rstc); in rzv2h_wdt_restart()

Completed in 57 milliseconds

12345678910>>...16