Home
last modified time | relevance | path

Searched refs:core_rst (Results 1 – 8 of 8) sorted by relevance

/drivers/pci/controller/dwc/
A Dpcie-intel-gw.c68 struct reset_control *core_rst; member
169 reset_control_assert(pcie->core_rst); in intel_pcie_core_rst_assert()
179 reset_control_deassert(pcie->core_rst); in intel_pcie_core_rst_deassert()
220 pcie->core_rst = devm_reset_control_get(dev, NULL); in intel_pcie_get_resources()
221 if (IS_ERR(pcie->core_rst)) { in intel_pcie_get_resources()
222 ret = PTR_ERR(pcie->core_rst); in intel_pcie_get_resources()
A Dpcie-tegra194.c247 struct reset_control *core_rst; member
1017 reset_control_assert(pcie->core_rst); in tegra_pcie_dw_start_link()
1018 reset_control_deassert(pcie->core_rst); in tegra_pcie_dw_start_link()
1477 reset_control_deassert(pcie->core_rst); in tegra_pcie_config_controller()
1502 ret = reset_control_assert(pcie->core_rst); in tegra_pcie_unconfig_controller()
1708 reset_control_assert(pcie->core_rst); in pex_ep_event_pex_rst_assert()
1848 reset_control_deassert(pcie->core_rst); in pex_ep_event_pex_rst_deassert()
1918 reset_control_assert(pcie->core_rst); in pex_ep_event_pex_rst_deassert()
2214 if (IS_ERR(pcie->core_rst)) { in tegra_pcie_dw_probe()
2216 PTR_ERR(pcie->core_rst)); in tegra_pcie_dw_probe()
[all …]
/drivers/phy/intel/
A Dphy-intel-lgm-combo.c97 struct reset_control *core_rst; member
240 reset_control_assert(cbphy->core_rst); in intel_cbphy_rst_assert()
246 reset_control_deassert(cbphy->core_rst); in intel_cbphy_rst_deassert()
420 cbphy->core_rst = devm_reset_control_get_optional(dev, "core"); in intel_cbphy_fwnode_parse()
421 if (IS_ERR(cbphy->core_rst)) in intel_cbphy_fwnode_parse()
422 return dev_err_probe(dev, PTR_ERR(cbphy->core_rst), in intel_cbphy_fwnode_parse()
/drivers/media/platform/rockchip/rga/
A Drga.c748 struct reset_control *core_rst, *axi_rst, *ahb_rst; in rga_parse_dt() local
750 core_rst = devm_reset_control_get(rga->dev, "core"); in rga_parse_dt()
751 if (IS_ERR(core_rst)) { in rga_parse_dt()
753 return PTR_ERR(core_rst); in rga_parse_dt()
768 reset_control_assert(core_rst); in rga_parse_dt()
770 reset_control_deassert(core_rst); in rga_parse_dt()
/drivers/gpu/drm/rockchip/
A Dcdn-dp-core.c116 reset_control_assert(dp->core_rst); in cdn_dp_clk_enable()
119 reset_control_deassert(dp->core_rst); in cdn_dp_clk_enable()
731 dp->core_rst = devm_reset_control_get(dev, "core"); in cdn_dp_parse_dt()
732 if (IS_ERR(dp->core_rst)) { in cdn_dp_parse_dt()
734 return PTR_ERR(dp->core_rst); in cdn_dp_parse_dt()
A Dcdn-dp-core.h93 struct reset_control *core_rst; member
/drivers/i3c/master/
A Ddw-i3c-master.h39 struct reset_control *core_rst; member
A Ddw-i3c-master.c1556 master->core_rst = devm_reset_control_get_optional_exclusive(&pdev->dev, in dw_i3c_common_probe()
1558 if (IS_ERR(master->core_rst)) in dw_i3c_common_probe()
1559 return PTR_ERR(master->core_rst); in dw_i3c_common_probe()
1561 reset_control_deassert(master->core_rst); in dw_i3c_common_probe()
1609 reset_control_assert(master->core_rst); in dw_i3c_common_probe()
1713 reset_control_assert(master->core_rst); in dw_i3c_master_runtime_suspend()
1725 reset_control_deassert(master->core_rst); in dw_i3c_master_runtime_resume()

Completed in 28 milliseconds