Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/pci/controller/
Dpcie-rockchip.c70 rockchip->core_rst = devm_reset_control_get_exclusive(dev, "core"); in rockchip_pcie_parse_dt()
71 if (IS_ERR(rockchip->core_rst)) { in rockchip_pcie_parse_dt()
72 if (PTR_ERR(rockchip->core_rst) != -EPROBE_DEFER) in rockchip_pcie_parse_dt()
74 return PTR_ERR(rockchip->core_rst); in rockchip_pcie_parse_dt()
188 err = reset_control_assert(rockchip->core_rst); in rockchip_pcie_init_port()
267 err = reset_control_deassert(rockchip->core_rst); in rockchip_pcie_init_port()
Dpcie-rockchip.h277 struct reset_control *core_rst; member
/Linux-v5.15/drivers/pci/controller/dwc/
Dpcie-intel-gw.c71 struct reset_control *core_rst; member
172 reset_control_assert(lpp->core_rst); in intel_pcie_core_rst_assert()
182 reset_control_deassert(lpp->core_rst); in intel_pcie_core_rst_deassert()
223 lpp->core_rst = devm_reset_control_get(dev, NULL); in intel_pcie_get_resources()
224 if (IS_ERR(lpp->core_rst)) { in intel_pcie_get_resources()
225 ret = PTR_ERR(lpp->core_rst); in intel_pcie_get_resources()
Dpcie-tegra194.c256 struct reset_control *core_rst; member
977 reset_control_assert(pcie->core_rst); in tegra_pcie_dw_start_link()
978 reset_control_deassert(pcie->core_rst); in tegra_pcie_dw_start_link()
1399 reset_control_deassert(pcie->core_rst); in tegra_pcie_config_controller()
1421 ret = reset_control_assert(pcie->core_rst); in tegra_pcie_unconfig_controller()
1629 reset_control_assert(pcie->core_rst); in pex_ep_event_pex_rst_assert()
1747 reset_control_deassert(pcie->core_rst); in pex_ep_event_pex_rst_deassert()
1798 reset_control_assert(pcie->core_rst); in pex_ep_event_pex_rst_deassert()
2089 pcie->core_rst = devm_reset_control_get(dev, "core"); in tegra_pcie_dw_probe()
2090 if (IS_ERR(pcie->core_rst)) { in tegra_pcie_dw_probe()
[all …]
/Linux-v5.15/drivers/phy/intel/
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()
423 cbphy->core_rst = devm_reset_control_get_optional(dev, "core"); in intel_cbphy_fwnode_parse()
424 if (IS_ERR(cbphy->core_rst)) { in intel_cbphy_fwnode_parse()
425 ret = PTR_ERR(cbphy->core_rst); in intel_cbphy_fwnode_parse()
/Linux-v5.15/drivers/media/platform/rockchip/rga/
Drga.c746 struct reset_control *core_rst, *axi_rst, *ahb_rst; in rga_parse_dt() local
748 core_rst = devm_reset_control_get(rga->dev, "core"); in rga_parse_dt()
749 if (IS_ERR(core_rst)) { in rga_parse_dt()
751 return PTR_ERR(core_rst); in rga_parse_dt()
766 reset_control_assert(core_rst); in rga_parse_dt()
768 reset_control_deassert(core_rst); in rga_parse_dt()
/Linux-v5.15/drivers/i3c/master/
Ddw-i3c-master.c239 struct reset_control *core_rst; member
1128 master->core_rst = devm_reset_control_get_optional_exclusive(&pdev->dev, in dw_i3c_probe()
1130 if (IS_ERR(master->core_rst)) in dw_i3c_probe()
1131 return PTR_ERR(master->core_rst); in dw_i3c_probe()
1137 reset_control_deassert(master->core_rst); in dw_i3c_probe()
1172 reset_control_assert(master->core_rst); in dw_i3c_probe()
1189 reset_control_assert(master->core_rst); in dw_i3c_remove()
/Linux-v5.15/drivers/gpu/drm/rockchip/
Dcdn-dp-core.h92 struct reset_control *core_rst; member
Dcdn-dp-core.c109 reset_control_assert(dp->core_rst); in cdn_dp_clk_enable()
112 reset_control_deassert(dp->core_rst); in cdn_dp_clk_enable()
751 dp->core_rst = devm_reset_control_get(dev, "core"); in cdn_dp_parse_dt()
752 if (IS_ERR(dp->core_rst)) { in cdn_dp_parse_dt()
754 return PTR_ERR(dp->core_rst); in cdn_dp_parse_dt()