Home
last modified time | relevance | path

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

12345678910>>...17

/linux-6.6.21/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 …]
/linux-6.6.21/drivers/reset/
Dcore.c42 struct reset_control { struct
61 struct reset_control base; argument
63 struct reset_control *rstc[];
195 rstc_to_array(struct reset_control *rstc) { in rstc_to_array()
214 struct reset_control *rstc; in reset_control_array_rearm()
309 static inline bool reset_control_is_array(struct reset_control *rstc) in reset_control_is_array()
327 int reset_control_reset(struct reset_control *rstc) in reset_control_reset()
401 int reset_control_rearm(struct reset_control *rstc) in reset_control_rearm()
442 int reset_control_assert(struct reset_control *rstc) in reset_control_assert()
530 int reset_control_deassert(struct reset_control *rstc) in reset_control_deassert()
[all …]
/linux-6.6.21/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-6.6.21/drivers/gpu/drm/rockchip/
Dcdn-dp-core.h90 struct reset_control *spdif_rst;
91 struct reset_control *dptx_rst;
92 struct reset_control *apb_rst;
93 struct reset_control *core_rst;
/linux-6.6.21/drivers/pci/controller/
Dpcie-rockchip.h295 struct reset_control *core_rst;
296 struct reset_control *mgmt_rst;
297 struct reset_control *mgmt_sticky_rst;
298 struct reset_control *pipe_rst;
299 struct reset_control *pm_rst;
300 struct reset_control *aclk_rst;
301 struct reset_control *pclk_rst;
/linux-6.6.21/drivers/gpu/drm/sti/
Dsti_compositor.h74 struct reset_control *rst_main;
75 struct reset_control *rst_aux;
/linux-6.6.21/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-6.6.21/drivers/gpu/drm/bridge/cadence/
Dcdns-dsi-core.h20 struct reset_control;
77 struct reset_control *dsi_p_rst;
/linux-6.6.21/drivers/ata/
Dahci_mtk.c29 struct reset_control *axi_rst;
30 struct reset_control *sw_rst;
31 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-6.6.21/drivers/tty/serial/8250/
D8250_dwlib.h12 struct reset_control;
44 struct reset_control *rst;
/linux-6.6.21/drivers/ufs/host/
Dufs-mediatek.h172 struct reset_control *hci_reset;
173 struct reset_control *unipro_reset;
174 struct reset_control *crypto_reset;
/linux-6.6.21/drivers/gpu/drm/tegra/
Dhub.h21 struct reset_control *rst;
46 struct reset_control *rst;
/linux-6.6.21/drivers/media/platform/renesas/rzg2l-cru/
Drzg2l-cru.h103 struct reset_control *presetn;
104 struct reset_control *aresetn;
/linux-6.6.21/drivers/phy/hisilicon/
Dphy-hisi-inno-usb2.c46 struct reset_control *utmi_rst;
53 struct reset_control *por_rst;
166 struct reset_control *rst; in hisi_inno_phy_probe()
/linux-6.6.21/sound/soc/meson/
Daxg-fifo.h15 struct reset_control;
67 struct reset_control *arb;
/linux-6.6.21/drivers/phy/qualcomm/
Dphy-ath79-usb.c15 struct reset_control *reset;
19 struct reset_control *no_suspend_override;
Dphy-qcom-ipq4019-usb.c25 struct reset_control *por_rst;
26 struct reset_control *srif_rst;
/linux-6.6.21/drivers/media/platform/renesas/vsp1/
Dvsp1.h25 struct reset_control;
85 struct reset_control *rstc;
/linux-6.6.21/drivers/media/platform/nvidia/tegra-vde/
Dvde.h48 struct reset_control;
109 struct reset_control *rst;
110 struct reset_control *rst_mc;
/linux-6.6.21/drivers/pwm/
Dpwm-intel-lgm.c152 struct reset_control *rst = data; in lgm_reset_control_release()
157 static int lgm_reset_control_deassert(struct device *dev, struct reset_control *rst) in lgm_reset_control_deassert()
171 struct reset_control *rst; in lgm_pwm_probe()
/linux-6.6.21/drivers/gpu/drm/sun4i/
Dsun4i_frontend.h114 struct reset_control;
131 struct reset_control *reset;
/linux-6.6.21/drivers/phy/st/
Dphy-stih407-usb.c36 struct reset_control *rstc;
37 struct reset_control *rstport;
/linux-6.6.21/arch/arm/mach-meson/
Dplatsmp.c38 static struct reset_control *meson_smp_get_core_reset(int cpu) in meson_smp_get_core_reset()
158 struct reset_control *rstc; in meson8_smp_boot_secondary()
214 struct reset_control *rstc; in meson8b_smp_boot_secondary()
/linux-6.6.21/drivers/pci/controller/dwc/
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()

12345678910>>...17