Home
last modified time | relevance | path

Searched refs:reset_control (Results 1 – 25 of 202) sorted by relevance

123456789

/Linux-v4.19/include/linux/
Dreset.h9 struct reset_control;
13 int reset_control_reset(struct reset_control *rstc);
14 int reset_control_assert(struct reset_control *rstc);
15 int reset_control_deassert(struct reset_control *rstc);
16 int reset_control_status(struct reset_control *rstc);
18 struct reset_control *__of_reset_control_get(struct device_node *node,
21 struct reset_control *__reset_control_get(struct device *dev, const char *id,
24 void reset_control_put(struct reset_control *rstc);
26 struct reset_control *__devm_reset_control_get(struct device *dev,
30 struct reset_control *devm_reset_control_array_get(struct device *dev,
[all …]
/Linux-v4.19/drivers/reset/
Dcore.c43 struct reset_control { struct
61 struct reset_control base; argument
63 struct reset_control *rstc[];
182 rstc_to_array(struct reset_control *rstc) { in rstc_to_array()
235 static inline bool reset_control_is_array(struct reset_control *rstc) in reset_control_is_array()
253 int reset_control_reset(struct reset_control *rstc) in reset_control_reset()
302 int reset_control_assert(struct reset_control *rstc) in reset_control_assert()
355 int reset_control_deassert(struct reset_control *rstc) in reset_control_deassert()
394 int reset_control_status(struct reset_control *rstc) in reset_control_status()
409 static struct reset_control *__reset_control_get_internal( in __reset_control_get_internal()
[all …]
/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dahb.h36 struct reset_control *core_cold_rst;
37 struct reset_control *radio_cold_rst;
38 struct reset_control *radio_warm_rst;
39 struct reset_control *radio_srif_rst;
40 struct reset_control *cpu_init_rst;
/Linux-v4.19/drivers/gpu/drm/rockchip/
Dcdn-dp-core.h97 struct reset_control *spdif_rst;
98 struct reset_control *dptx_rst;
99 struct reset_control *apb_rst;
100 struct reset_control *core_rst;
/Linux-v4.19/drivers/pci/controller/
Dpcie-rockchip.h283 struct reset_control *core_rst;
284 struct reset_control *mgmt_rst;
285 struct reset_control *mgmt_sticky_rst;
286 struct reset_control *pipe_rst;
287 struct reset_control *pm_rst;
288 struct reset_control *aclk_rst;
289 struct reset_control *pclk_rst;
/Linux-v4.19/drivers/pci/controller/dwc/
Dpcie-qcom.c88 struct reset_control *pci_reset;
89 struct reset_control *axi_reset;
90 struct reset_control *ahb_reset;
91 struct reset_control *por_reset;
92 struct reset_control *phy_reset;
101 struct reset_control *core;
119 struct reset_control *axi_m_reset;
120 struct reset_control *axi_s_reset;
121 struct reset_control *pipe_reset;
122 struct reset_control *axi_m_vmid_reset;
[all …]
/Linux-v4.19/drivers/gpu/drm/sti/
Dsti_compositor.h74 struct reset_control *rst_main;
75 struct reset_control *rst_aux;
/Linux-v4.19/include/soc/tegra/
Dpmc.h27 struct reset_control;
161 struct reset_control *rst);
200 struct reset_control *rst) in tegra_powergate_sequence_power_up()
/Linux-v4.19/drivers/gpu/drm/sun4i/
Dsun6i_mipi_dsi.h20 struct reset_control *reset;
31 struct reset_control *reset;
Dsun4i_frontend.h72 struct reset_control;
83 struct reset_control *reset;
Dsun4i_backend.h178 struct reset_control *reset;
185 struct reset_control *sat_reset;
Dsun8i_tcon_top.h30 struct reset_control *rst;
Dsun8i_dw_hdmi.h168 struct reset_control *rst_phy;
179 struct reset_control *rst_ctrl;
/Linux-v4.19/drivers/ata/
Dahci_mtk.c36 struct reset_control *axi_rst;
37 struct reset_control *sw_rst;
38 struct reset_control *reg_rst;
Dahci_st.c37 struct reset_control *pwr;
38 struct reset_control *sw_rst;
39 struct reset_control *pwr_rst;
/Linux-v4.19/sound/soc/meson/
Daxg-fifo.h13 struct reset_control;
66 struct reset_control *arb;
/Linux-v4.19/drivers/gpu/drm/tegra/
Dhub.h25 struct reset_control *rst;
49 struct reset_control *rst;
/Linux-v4.19/drivers/phy/hisilicon/
Dphy-hisi-inno-usb2.c44 struct reset_control *utmi_rst;
51 struct reset_control *por_rst;
153 struct reset_control *rst; in hisi_inno_phy_probe()
/Linux-v4.19/drivers/phy/qualcomm/
Dphy-ath79-usb.c14 struct reset_control *reset;
18 struct reset_control *no_suspend_override;
/Linux-v4.19/drivers/phy/st/
Dphy-stih407-usb.c40 struct reset_control *rstc;
41 struct reset_control *rstport;
/Linux-v4.19/arch/arm/mach-meson/
Dplatsmp.c48 static struct reset_control *meson_smp_get_core_reset(int cpu) in meson_smp_get_core_reset()
166 struct reset_control *rstc; in meson8_smp_boot_secondary()
222 struct reset_control *rstc; in meson8b_smp_boot_secondary()
/Linux-v4.19/drivers/phy/tegra/
Dxusb.h211 struct reset_control *rst;
226 struct reset_control *rst;
376 struct reset_control *rst;
/Linux-v4.19/drivers/remoteproc/
Dda8xx_remoteproc.c74 struct reset_control *dsp_reset;
141 struct reset_control *dsp_reset = drproc->dsp_reset; in da8xx_rproc_start()
248 struct reset_control *dsp_reset; in da8xx_rproc_probe()
/Linux-v4.19/drivers/soc/lantiq/
Dgphy.c31 struct reset_control *gphy_reset;
32 struct reset_control *gphy_reset2;
/Linux-v4.19/drivers/gpu/drm/nouveau/include/nvkm/core/
Dtegra.h13 struct reset_control *rst;

123456789