Searched refs:core_rst (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/drivers/pci/controller/dwc/ |
A D | pcie-intel-gw.c | 67 struct reset_control *core_rst; member 168 reset_control_assert(pcie->core_rst); in intel_pcie_core_rst_assert() 178 reset_control_deassert(pcie->core_rst); in intel_pcie_core_rst_deassert() 219 pcie->core_rst = devm_reset_control_get(dev, NULL); in intel_pcie_get_resources() 220 if (IS_ERR(pcie->core_rst)) { in intel_pcie_get_resources() 221 ret = PTR_ERR(pcie->core_rst); in intel_pcie_get_resources()
|
A D | pcie-tegra194.c | 252 struct reset_control *core_rst; member 1006 reset_control_assert(pcie->core_rst); in tegra_pcie_dw_start_link() 1007 reset_control_deassert(pcie->core_rst); in tegra_pcie_dw_start_link() 1468 reset_control_deassert(pcie->core_rst); in tegra_pcie_config_controller() 1493 ret = reset_control_assert(pcie->core_rst); in tegra_pcie_unconfig_controller() 1707 reset_control_assert(pcie->core_rst); in pex_ep_event_pex_rst_assert() 1843 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() 2211 if (IS_ERR(pcie->core_rst)) { in tegra_pcie_dw_probe() 2213 PTR_ERR(pcie->core_rst)); in tegra_pcie_dw_probe() [all …]
|
/linux-6.3-rc2/drivers/pci/controller/ |
A D | pcie-rockchip.c | 70 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()
|
A D | pcie-rockchip.h | 276 struct reset_control *core_rst; member
|
/linux-6.3-rc2/drivers/phy/intel/ |
A D | phy-intel-lgm-combo.c | 97 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()
|
/linux-6.3-rc2/drivers/media/platform/rockchip/rga/ |
A D | rga.c | 746 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-6.3-rc2/drivers/i3c/master/ |
A D | dw-i3c-master.c | 239 struct reset_control *core_rst; member 1133 master->core_rst = devm_reset_control_get_optional_exclusive(&pdev->dev, in dw_i3c_probe() 1135 if (IS_ERR(master->core_rst)) in dw_i3c_probe() 1136 return PTR_ERR(master->core_rst); in dw_i3c_probe() 1142 reset_control_deassert(master->core_rst); in dw_i3c_probe() 1177 reset_control_assert(master->core_rst); in dw_i3c_probe() 1194 reset_control_assert(master->core_rst); in dw_i3c_remove()
|
/linux-6.3-rc2/drivers/gpu/drm/rockchip/ |
A D | cdn-dp-core.h | 93 struct reset_control *core_rst; member
|
A D | cdn-dp-core.c | 115 reset_control_assert(dp->core_rst); in cdn_dp_clk_enable() 118 reset_control_deassert(dp->core_rst); in cdn_dp_clk_enable() 768 dp->core_rst = devm_reset_control_get(dev, "core"); in cdn_dp_parse_dt() 769 if (IS_ERR(dp->core_rst)) { in cdn_dp_parse_dt() 771 return PTR_ERR(dp->core_rst); in cdn_dp_parse_dt()
|
Completed in 29 milliseconds