Home
last modified time | relevance | path

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

12345678910>>...14

/Linux-v5.15/include/linux/
Dreset.h11 struct reset_control;
25 struct reset_control *rstc;
30 int reset_control_reset(struct reset_control *rstc);
31 int reset_control_rearm(struct reset_control *rstc);
32 int reset_control_assert(struct reset_control *rstc);
33 int reset_control_deassert(struct reset_control *rstc);
34 int reset_control_status(struct reset_control *rstc);
35 int reset_control_acquire(struct reset_control *rstc);
36 void reset_control_release(struct reset_control *rstc);
44 struct reset_control *__of_reset_control_get(struct device_node *node,
[all …]
Dstmmac.h244 struct reset_control *stmmac_rst;
245 struct reset_control *stmmac_ahb_rst;
/Linux-v5.15/drivers/reset/
Dcore.c41 struct reset_control { struct
60 struct reset_control base; argument
62 struct reset_control *rstc[];
194 rstc_to_array(struct reset_control *rstc) { in rstc_to_array()
213 struct reset_control *rstc; in reset_control_array_rearm()
308 static inline bool reset_control_is_array(struct reset_control *rstc) in reset_control_is_array()
326 int reset_control_reset(struct reset_control *rstc) in reset_control_reset()
400 int reset_control_rearm(struct reset_control *rstc) in reset_control_rearm()
441 int reset_control_assert(struct reset_control *rstc) in reset_control_assert()
529 int reset_control_deassert(struct reset_control *rstc) in reset_control_deassert()
[all …]
/Linux-v5.15/drivers/net/wireless/ath/ath10k/
Dahb.h25 struct reset_control *core_cold_rst;
26 struct reset_control *radio_cold_rst;
27 struct reset_control *radio_warm_rst;
28 struct reset_control *radio_srif_rst;
29 struct reset_control *cpu_init_rst;
/Linux-v5.15/drivers/gpu/drm/rockchip/
Dcdn-dp-core.h89 struct reset_control *spdif_rst;
90 struct reset_control *dptx_rst;
91 struct reset_control *apb_rst;
92 struct reset_control *core_rst;
/Linux-v5.15/drivers/scsi/ufs/
Dufs-mediatek.h104 struct reset_control *hci_reset;
105 struct reset_control *unipro_reset;
106 struct reset_control *crypto_reset;
/Linux-v5.15/drivers/pci/controller/
Dpcie-rockchip.h277 struct reset_control *core_rst;
278 struct reset_control *mgmt_rst;
279 struct reset_control *mgmt_sticky_rst;
280 struct reset_control *pipe_rst;
281 struct reset_control *pm_rst;
282 struct reset_control *aclk_rst;
283 struct reset_control *pclk_rst;
/Linux-v5.15/drivers/staging/media/tegra-vde/
Dvde.h24 struct reset_control;
41 struct reset_control *rst;
42 struct reset_control *rst_mc;
/Linux-v5.15/drivers/pci/controller/dwc/
Dpcie-qcom.c107 struct reset_control *pci_reset;
108 struct reset_control *axi_reset;
109 struct reset_control *ahb_reset;
110 struct reset_control *por_reset;
111 struct reset_control *phy_reset;
112 struct reset_control *ext_reset;
121 struct reset_control *core;
139 struct reset_control *axi_m_reset;
140 struct reset_control *axi_s_reset;
141 struct reset_control *pipe_reset;
[all …]
Dpci-meson.c63 struct reset_control *port;
64 struct reset_control *apb;
76 static struct reset_control *meson_pcie_get_reset(struct meson_pcie *mp, in meson_pcie_get_reset()
81 struct reset_control *reset; in meson_pcie_get_reset()
/Linux-v5.15/drivers/gpu/drm/sti/
Dsti_compositor.h74 struct reset_control *rst_main;
75 struct reset_control *rst_aux;
/Linux-v5.15/include/soc/tegra/
Dpmc.h18 struct reset_control;
162 struct reset_control *rst);
194 struct reset_control *rst) in tegra_powergate_sequence_power_up()
/Linux-v5.15/drivers/ata/
Dahci_mtk.c28 struct reset_control *axi_rst;
29 struct reset_control *sw_rst;
30 struct reset_control *reg_rst;
Dahci_st.c34 struct reset_control *pwr;
35 struct reset_control *sw_rst;
36 struct reset_control *pwr_rst;
/Linux-v5.15/drivers/phy/hisilicon/
Dphy-hisi-inno-usb2.c32 struct reset_control *utmi_rst;
39 struct reset_control *por_rst;
139 struct reset_control *rst; in hisi_inno_phy_probe()
/Linux-v5.15/drivers/gpu/drm/tegra/
Dhub.h21 struct reset_control *rst;
46 struct reset_control *rst;
/Linux-v5.15/drivers/phy/qualcomm/
Dphy-ath79-usb.c14 struct reset_control *reset;
18 struct reset_control *no_suspend_override;
Dphy-qcom-ipq4019-usb.c26 struct reset_control *por_rst;
27 struct reset_control *srif_rst;
/Linux-v5.15/sound/soc/meson/
Daxg-fifo.h15 struct reset_control;
67 struct reset_control *arb;
/Linux-v5.15/drivers/pwm/
Dpwm-intel-lgm.c150 struct reset_control *rst = data; in lgm_reset_control_release()
155 static int lgm_reset_control_deassert(struct device *dev, struct reset_control *rst) in lgm_reset_control_deassert()
169 struct reset_control *rst; in lgm_pwm_probe()
/Linux-v5.15/drivers/gpu/drm/sun4i/
Dsun4i_frontend.h113 struct reset_control;
130 struct reset_control *reset;
Dsun4i_backend.h173 struct reset_control *reset;
180 struct reset_control *sat_reset;
/Linux-v5.15/drivers/phy/st/
Dphy-stih407-usb.c36 struct reset_control *rstc;
37 struct reset_control *rstport;
/Linux-v5.15/arch/arm/mach-meson/
Dplatsmp.c38 static struct reset_control *meson_smp_get_core_reset(int cpu) in meson_smp_get_core_reset()
156 struct reset_control *rstc; in meson8_smp_boot_secondary()
212 struct reset_control *rstc; in meson8b_smp_boot_secondary()
/Linux-v5.15/drivers/remoteproc/
Dda8xx_remoteproc.c71 struct reset_control *dsp_reset;
138 struct reset_control *dsp_reset = drproc->dsp_reset; in da8xx_rproc_start()
245 struct reset_control *dsp_reset; in da8xx_rproc_probe()

12345678910>>...14