Home
last modified time | relevance | path

Searched defs:rstc (Results 1 – 25 of 155) sorted by relevance

1234567

/kernel/linux/linux-5.10/drivers/reset/
Dcore.c62 struct reset_control *rstc[]; member
194 rstc_to_array(struct reset_control *rstc) { in rstc_to_array()
275 static inline bool reset_control_is_array(struct reset_control *rstc) in reset_control_is_array()
293 int reset_control_reset(struct reset_control *rstc) in reset_control_reset()
344 int reset_control_assert(struct reset_control *rstc) in reset_control_assert()
402 int reset_control_deassert(struct reset_control *rstc) in reset_control_deassert()
447 int reset_control_status(struct reset_control *rstc) in reset_control_status()
482 int reset_control_acquire(struct reset_control *rstc) in reset_control_acquire()
528 void reset_control_release(struct reset_control *rstc) in reset_control_release()
544 struct reset_control *rstc; in __reset_control_get_internal() local
[all …]
/kernel/linux/linux-6.6/drivers/reset/
Dcore.c63 struct reset_control *rstc[]; member
195 rstc_to_array(struct reset_control *rstc) { in rstc_to_array()
214 struct reset_control *rstc; in reset_control_array_rearm() local
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()
605 int reset_control_status(struct reset_control *rstc) in reset_control_status()
640 int reset_control_acquire(struct reset_control *rstc) in reset_control_acquire()
[all …]
/kernel/linux/linux-5.10/drivers/reset/tegra/
Dreset-bpmp.c11 static struct tegra_bpmp *to_tegra_bpmp(struct reset_controller_dev *rstc) in to_tegra_bpmp()
16 static int tegra_bpmp_reset_common(struct reset_controller_dev *rstc, in tegra_bpmp_reset_common()
43 static int tegra_bpmp_reset_module(struct reset_controller_dev *rstc, in tegra_bpmp_reset_module()
49 static int tegra_bpmp_reset_assert(struct reset_controller_dev *rstc, in tegra_bpmp_reset_assert()
55 static int tegra_bpmp_reset_deassert(struct reset_controller_dev *rstc, in tegra_bpmp_reset_deassert()
/kernel/linux/linux-6.6/drivers/reset/tegra/
Dreset-bpmp.c11 static struct tegra_bpmp *to_tegra_bpmp(struct reset_controller_dev *rstc) in to_tegra_bpmp()
16 static int tegra_bpmp_reset_common(struct reset_controller_dev *rstc, in tegra_bpmp_reset_common()
43 static int tegra_bpmp_reset_module(struct reset_controller_dev *rstc, in tegra_bpmp_reset_module()
49 static int tegra_bpmp_reset_assert(struct reset_controller_dev *rstc, in tegra_bpmp_reset_assert()
55 static int tegra_bpmp_reset_deassert(struct reset_controller_dev *rstc, in tegra_bpmp_reset_deassert()
/kernel/linux/linux-6.6/drivers/clk/hisilicon/
Dreset.c46 struct hisi_reset_controller *rstc = to_hisi_reset_controller(rcdev); in hisi_reset_assert() local
67 struct hisi_reset_controller *rstc = to_hisi_reset_controller(rcdev); in hisi_reset_deassert() local
92 struct hisi_reset_controller *rstc; in hisi_reset_init() local
114 void hisi_reset_exit(struct hisi_reset_controller *rstc) in hisi_reset_exit()
Dreset.h21 static inline void hisi_reset_exit(struct hisi_reset_controller *rstc) in hisi_reset_exit()
Dcrg.h21 struct hisi_reset_controller *rstc; member
/kernel/linux/linux-5.10/drivers/clk/hisilicon/
Dreset.c46 struct hisi_reset_controller *rstc = to_hisi_reset_controller(rcdev); in hisi_reset_assert() local
67 struct hisi_reset_controller *rstc = to_hisi_reset_controller(rcdev); in hisi_reset_deassert() local
92 struct hisi_reset_controller *rstc; in hisi_reset_init() local
114 void hisi_reset_exit(struct hisi_reset_controller *rstc) in hisi_reset_exit()
Dreset.h21 static inline void hisi_reset_exit(struct hisi_reset_controller *rstc) in hisi_reset_exit()
Dcrg.h21 struct hisi_reset_controller *rstc; member
/kernel/linux/linux-5.10/include/linux/
Dreset.h44 static inline int reset_control_reset(struct reset_control *rstc) in reset_control_reset()
49 static inline int reset_control_assert(struct reset_control *rstc) in reset_control_assert()
54 static inline int reset_control_deassert(struct reset_control *rstc) in reset_control_deassert()
59 static inline int reset_control_status(struct reset_control *rstc) in reset_control_status()
64 static inline int reset_control_acquire(struct reset_control *rstc) in reset_control_acquire()
69 static inline void reset_control_release(struct reset_control *rstc) in reset_control_release()
73 static inline void reset_control_put(struct reset_control *rstc) in reset_control_put()
/kernel/linux/linux-6.6/include/linux/
Dreset.h25 struct reset_control *rstc; member
74 static inline int reset_control_reset(struct reset_control *rstc) in reset_control_reset()
79 static inline int reset_control_rearm(struct reset_control *rstc) in reset_control_rearm()
84 static inline int reset_control_assert(struct reset_control *rstc) in reset_control_assert()
89 static inline int reset_control_deassert(struct reset_control *rstc) in reset_control_deassert()
94 static inline int reset_control_status(struct reset_control *rstc) in reset_control_status()
99 static inline int reset_control_acquire(struct reset_control *rstc) in reset_control_acquire()
104 static inline void reset_control_release(struct reset_control *rstc) in reset_control_release()
108 static inline void reset_control_put(struct reset_control *rstc) in reset_control_put()
/kernel/linux/linux-6.6/drivers/clk/meson/
Dmeson-aoclk.c25 struct meson_aoclk_reset_controller *rstc = in meson_aoclk_do_reset() local
38 struct meson_aoclk_reset_controller *rstc; in meson_aoclkc_probe() local
/kernel/linux/linux-5.10/drivers/clk/meson/
Dmeson-aoclk.c23 struct meson_aoclk_reset_controller *rstc = in meson_aoclk_do_reset() local
36 struct meson_aoclk_reset_controller *rstc; in meson_aoclkc_probe() local
/kernel/linux/linux-6.6/arch/arm/mach-meson/
Dplatsmp.c158 struct reset_control *rstc; in meson8_smp_boot_secondary() local
214 struct reset_control *rstc; in meson8b_smp_boot_secondary() local
/kernel/linux/linux-5.10/arch/arm/mach-meson/
Dplatsmp.c158 struct reset_control *rstc; in meson8_smp_boot_secondary() local
214 struct reset_control *rstc; in meson8b_smp_boot_secondary() local
/kernel/linux/linux-5.10/drivers/pinctrl/sunxi/
Dpinctrl-sun6i-a31-r.c114 struct reset_control *rstc; in sun6i_a31_r_pinctrl_probe() local
Dpinctrl-sun8i-a23-r.c101 struct reset_control *rstc; in sun8i_a23_r_pinctrl_probe() local
/kernel/linux/linux-6.6/drivers/pmdomain/amlogic/
Dmeson-gx-pwrc-vpu.c36 struct reset_control *rstc; member
276 struct reset_control *rstc; in meson_gx_pwrc_vpu_probe() local
/kernel/linux/linux-5.10/drivers/soc/amlogic/
Dmeson-gx-pwrc-vpu.c36 struct reset_control *rstc; member
275 struct reset_control *rstc; in meson_gx_pwrc_vpu_probe() local
/kernel/linux/linux-6.6/drivers/clk/sunxi-ng/
Dccu-sun9i-a80-de.c207 struct reset_control *rstc; in sun9i_a80_de_clk_probe() local
/kernel/linux/linux-5.10/drivers/clk/sunxi-ng/
Dccu-sun9i-a80-de.c208 struct reset_control *rstc; in sun9i_a80_de_clk_probe() local
/kernel/linux/linux-6.6/drivers/mmc/host/
Dsdhci-st.c21 struct reset_control *rstc; member
351 struct reset_control *rstc; in sdhci_st_probe() local
439 struct reset_control *rstc = pdata->rstc; in sdhci_st_remove() local
/kernel/linux/linux-5.10/drivers/mmc/host/
Dsdhci-st.c21 struct reset_control *rstc; member
352 struct reset_control *rstc; in sdhci_st_probe() local
446 struct reset_control *rstc = pdata->rstc; in sdhci_st_remove() local
/kernel/linux/linux-6.6/arch/arm64/boot/dts/nuvoton/
Dnuvoton-common-npcm8xx.dtsi50 rstc: reset-controller@f0801000 { label

1234567