Home
last modified time | relevance | path

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

/drivers/pci/controller/dwc/
Dpcie-intel-gw.c69 struct reset_control *core_rst; member
170 reset_control_assert(pcie->core_rst); in intel_pcie_core_rst_assert()
180 reset_control_deassert(pcie->core_rst); in intel_pcie_core_rst_deassert()
221 pcie->core_rst = devm_reset_control_get(dev, NULL); in intel_pcie_get_resources()
222 if (IS_ERR(pcie->core_rst)) { in intel_pcie_get_resources()
223 ret = PTR_ERR(pcie->core_rst); in intel_pcie_get_resources()
Dpcie-tegra194.c254 struct reset_control *core_rst; member
1021 reset_control_assert(pcie->core_rst); in tegra_pcie_dw_start_link()
1022 reset_control_deassert(pcie->core_rst); in tegra_pcie_dw_start_link()
1481 reset_control_deassert(pcie->core_rst); in tegra_pcie_config_controller()
1506 ret = reset_control_assert(pcie->core_rst); in tegra_pcie_unconfig_controller()
1720 reset_control_assert(pcie->core_rst); in pex_ep_event_pex_rst_assert()
1856 reset_control_deassert(pcie->core_rst); in pex_ep_event_pex_rst_deassert()
1926 reset_control_assert(pcie->core_rst); in pex_ep_event_pex_rst_deassert()
2218 pcie->core_rst = devm_reset_control_get(dev, "core"); in tegra_pcie_dw_probe()
2219 if (IS_ERR(pcie->core_rst)) { in tegra_pcie_dw_probe()
[all …]
/drivers/pci/controller/
Dpcie-rockchip.c72 rockchip->core_rst = devm_reset_control_get_exclusive(dev, "core"); in rockchip_pcie_parse_dt()
73 if (IS_ERR(rockchip->core_rst)) { in rockchip_pcie_parse_dt()
74 if (PTR_ERR(rockchip->core_rst) != -EPROBE_DEFER) in rockchip_pcie_parse_dt()
76 return PTR_ERR(rockchip->core_rst); in rockchip_pcie_parse_dt()
196 err = reset_control_assert(rockchip->core_rst); in rockchip_pcie_init_port()
285 err = reset_control_deassert(rockchip->core_rst); in rockchip_pcie_init_port()
Dpcie-rockchip.h295 struct reset_control *core_rst; member
/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()
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/
Drga.c734 struct reset_control *core_rst, *axi_rst, *ahb_rst; in rga_parse_dt() local
736 core_rst = devm_reset_control_get(rga->dev, "core"); in rga_parse_dt()
737 if (IS_ERR(core_rst)) { in rga_parse_dt()
739 return PTR_ERR(core_rst); in rga_parse_dt()
754 reset_control_assert(core_rst); in rga_parse_dt()
756 reset_control_deassert(core_rst); in rga_parse_dt()
/drivers/i3c/master/
Ddw-i3c-master.h37 struct reset_control *core_rst; member
Ddw-i3c-master.c1432 master->core_rst = devm_reset_control_get_optional_exclusive(&pdev->dev, in dw_i3c_common_probe()
1434 if (IS_ERR(master->core_rst)) in dw_i3c_common_probe()
1435 return PTR_ERR(master->core_rst); in dw_i3c_common_probe()
1441 reset_control_deassert(master->core_rst); in dw_i3c_common_probe()
1479 reset_control_assert(master->core_rst); in dw_i3c_common_probe()
1492 reset_control_assert(master->core_rst); in dw_i3c_common_remove()
/drivers/gpu/drm/rockchip/
Dcdn-dp-core.h93 struct reset_control *core_rst; member
Dcdn-dp-core.c115 reset_control_assert(dp->core_rst); in cdn_dp_clk_enable()
118 reset_control_deassert(dp->core_rst); in cdn_dp_clk_enable()
767 dp->core_rst = devm_reset_control_get(dev, "core"); in cdn_dp_parse_dt()
768 if (IS_ERR(dp->core_rst)) { in cdn_dp_parse_dt()
770 return PTR_ERR(dp->core_rst); in cdn_dp_parse_dt()