Home
last modified time | relevance | path

Searched refs:rst (Results 1 – 25 of 1824) sorted by relevance

12345678910>>...73

/linux-6.12.1/drivers/reset/
Dreset-hsdk.c52 static void hsdk_reset_config(struct hsdk_rst *rst, unsigned long id) in hsdk_reset_config() argument
54 writel(rst_map[id], rst->regs_ctl + CGU_SYS_RST_CTRL); in hsdk_reset_config()
57 static int hsdk_reset_do(struct hsdk_rst *rst) in hsdk_reset_do() argument
61 reg = readl(rst->regs_rst + CGU_IP_SW_RESET); in hsdk_reset_do()
65 writel(reg, rst->regs_rst + CGU_IP_SW_RESET); in hsdk_reset_do()
68 return readl_poll_timeout_atomic(rst->regs_rst + CGU_IP_SW_RESET, reg, in hsdk_reset_do()
75 struct hsdk_rst *rst = to_hsdk_rst(rcdev); in hsdk_reset_reset() local
79 spin_lock_irqsave(&rst->lock, flags); in hsdk_reset_reset()
80 hsdk_reset_config(rst, id); in hsdk_reset_reset()
81 ret = hsdk_reset_do(rst); in hsdk_reset_reset()
[all …]
Dreset-axs10x.c30 struct axs10x_rst *rst = to_axs10x_rst(rcdev); in axs10x_reset_reset() local
33 spin_lock_irqsave(&rst->lock, flags); in axs10x_reset_reset()
34 writel(BIT(id), rst->regs_rst); in axs10x_reset_reset()
35 spin_unlock_irqrestore(&rst->lock, flags); in axs10x_reset_reset()
46 struct axs10x_rst *rst; in axs10x_reset_probe() local
48 rst = devm_kzalloc(&pdev->dev, sizeof(*rst), GFP_KERNEL); in axs10x_reset_probe()
49 if (!rst) in axs10x_reset_probe()
52 rst->regs_rst = devm_platform_ioremap_resource(pdev, 0); in axs10x_reset_probe()
53 if (IS_ERR(rst->regs_rst)) in axs10x_reset_probe()
54 return PTR_ERR(rst->regs_rst); in axs10x_reset_probe()
[all …]
Dreset-mpfs.c48 struct mpfs_reset *rst = to_mpfs_reset(rcdev); in mpfs_assert() local
54 reg = readl(rst->base); in mpfs_assert()
56 writel(reg, rst->base); in mpfs_assert()
65 struct mpfs_reset *rst = to_mpfs_reset(rcdev); in mpfs_deassert() local
71 reg = readl(rst->base); in mpfs_deassert()
73 writel(reg, rst->base); in mpfs_deassert()
82 struct mpfs_reset *rst = to_mpfs_reset(rcdev); in mpfs_status() local
83 u32 reg = readl(rst->base); in mpfs_status()
138 struct mpfs_reset *rst; in mpfs_reset_probe() local
140 rst = devm_kzalloc(dev, sizeof(*rst), GFP_KERNEL); in mpfs_reset_probe()
[all …]
/linux-6.12.1/Documentation/userspace-api/media/
DMakefile10 FILES = ca.h.rst dmx.h.rst frontend.h.rst net.h.rst \
11 videodev2.h.rst media.h.rst cec.h.rst lirc.h.rst
24 $(BUILDDIR)/ca.h.rst: ${UAPI}/dvb/ca.h ${PARSER} $(SRC_DIR)/ca.h.rst.exceptions
27 $(BUILDDIR)/dmx.h.rst: ${UAPI}/dvb/dmx.h ${PARSER} $(SRC_DIR)/dmx.h.rst.exceptions
30 $(BUILDDIR)/frontend.h.rst: ${UAPI}/dvb/frontend.h ${PARSER} $(SRC_DIR)/frontend.h.rst.exceptions
33 $(BUILDDIR)/net.h.rst: ${UAPI}/dvb/net.h ${PARSER} $(SRC_DIR)/net.h.rst.exceptions
36 $(BUILDDIR)/videodev2.h.rst: ${UAPI}/videodev2.h ${PARSER} $(SRC_DIR)/videodev2.h.rst.exceptions
39 $(BUILDDIR)/media.h.rst: ${UAPI}/media.h ${PARSER} $(SRC_DIR)/media.h.rst.exceptions
42 $(BUILDDIR)/cec.h.rst: ${UAPI}/cec.h ${PARSER} $(SRC_DIR)/cec.h.rst.exceptions
45 $(BUILDDIR)/lirc.h.rst: ${UAPI}/lirc.h ${PARSER} $(SRC_DIR)/lirc.h.rst.exceptions
/linux-6.12.1/drivers/clk/baikal-t1/
Dccu-rst.c106 struct ccu_rst *rst = to_ccu_rst(rcdev); in ccu_rst_reset() local
107 const struct ccu_rst_info *info = &rst->rsts_info[idx]; in ccu_rst_reset()
112 regmap_update_bits(rst->sys_regs, info->base, info->mask, info->mask); in ccu_rst_reset()
123 struct ccu_rst *rst = to_ccu_rst(rcdev); in ccu_rst_set() local
124 const struct ccu_rst_info *info = &rst->rsts_info[idx]; in ccu_rst_set()
129 return regmap_update_bits(rst->sys_regs, info->base, in ccu_rst_set()
148 struct ccu_rst *rst = to_ccu_rst(rcdev); in ccu_rst_status() local
149 const struct ccu_rst_info *info = &rst->rsts_info[idx]; in ccu_rst_status()
155 regmap_read(rst->sys_regs, info->base, &val); in ccu_rst_status()
169 struct ccu_rst *rst; in ccu_rst_hw_register() local
[all …]
/linux-6.12.1/Documentation/translations/zh_CN/dev-tools/
Dtesting-overview.rst3 .. include:: ../disclaimer-zh_CN.rst
5 :Original: Documentation/dev-tools/testing-overview.rst
31 (Documentation/dev-tools/testing-overview.rst)辅助阅读。
34 KUnit(Documentation/dev-tools/kunit/index.rst)是用于“白箱”测
48 Documentation/dev-tools/kunit/style.rst
50 kselftest(Documentation/dev-tools/kselftest.rst),相对来说,大量用
73 Documentation/translations/zh_CN/dev-tools/gcov.rst 是GCC的覆盖率测试
78 Documentation/dev-tools/kcov.rst 是能够构建在内核之中,用于在每个任务
92 Documentation/dev-tools/kmemleak.rst
94 Documentation/dev-tools/kasan.rst
[all …]
/linux-6.12.1/Documentation/translations/zh_TW/dev-tools/
Dtesting-overview.rst3 .. include:: ../disclaimer-zh_TW.rst
5 :Original: Documentation/dev-tools/testing-overview.rst
31 (Documentation/dev-tools/testing-overview.rst)輔助閱讀。
34 KUnit(Documentation/dev-tools/kunit/index.rst)是用於“白箱”測
48 Documentation/dev-tools/kunit/style.rst
50 kselftest(Documentation/dev-tools/kselftest.rst),相對來說,大量用
73 Documentation/translations/zh_CN/dev-tools/gcov.rst 是GCC的覆蓋率測試
78 Documentation/dev-tools/kcov.rst 是能夠構建在內核之中,用於在每個任務
92 Documentation/dev-tools/kmemleak.rst
94 Documentation/dev-tools/kasan.rst
[all …]
/linux-6.12.1/drivers/reset/sti/
Dreset-syscfg.c42 struct reset_controller_dev rst; member
48 container_of(_rst, struct syscfg_reset_controller, rst)
53 struct syscfg_reset_controller *rst = to_syscfg_reset_controller(rcdev); in syscfg_reset_program_hw() local
55 u32 ctrl_val = rst->active_low ? !assert : !!assert; in syscfg_reset_program_hw()
61 ch = &rst->channels[idx]; in syscfg_reset_program_hw()
106 struct syscfg_reset_controller *rst = to_syscfg_reset_controller(rcdev); in syscfg_reset_status() local
114 ch = &rst->channels[idx]; in syscfg_reset_status()
122 return rst->active_low ? !ret_val : !!ret_val; in syscfg_reset_status()
147 rc->rst.ops = &syscfg_reset_ops; in syscfg_reset_controller_register()
148 rc->rst.of_node = dev->of_node; in syscfg_reset_controller_register()
[all …]
/linux-6.12.1/Documentation/trace/rv/
Dindex.rst9 runtime-verification.rst
10 deterministic_automata.rst
11 da_monitor_synthesis.rst
12 da_monitor_instrumentation.rst
13 monitor_wip.rst
14 monitor_wwnr.rst
/linux-6.12.1/Documentation/filesystems/ext4/
Doverview.rst19 .. include:: blocks.rst
20 .. include:: blockgroup.rst
21 .. include:: special_inodes.rst
22 .. include:: allocators.rst
23 .. include:: checksums.rst
24 .. include:: bigalloc.rst
25 .. include:: inlinedata.rst
26 .. include:: eainode.rst
27 .. include:: verity.rst
Dglobals.rst9 .. include:: super.rst
10 .. include:: group_descr.rst
11 .. include:: bitmaps.rst
12 .. include:: mmp.rst
13 .. include:: journal.rst
14 .. include:: orphan.rst
/linux-6.12.1/drivers/clk/qcom/
Dreset.c16 struct qcom_reset_controller *rst = to_qcom_reset_controller(rcdev); in qcom_reset() local
19 fsleep(rst->reset_map[id].udelay ?: 1); /* use 1 us as default */ in qcom_reset()
28 struct qcom_reset_controller *rst; in qcom_reset_set_assert() local
32 rst = to_qcom_reset_controller(rcdev); in qcom_reset_set_assert()
33 map = &rst->reset_map[id]; in qcom_reset_set_assert()
36 regmap_update_bits(rst->regmap, map->reg, mask, assert ? mask : 0); in qcom_reset_set_assert()
39 regmap_read(rst->regmap, map->reg, &mask); in qcom_reset_set_assert()
/linux-6.12.1/Documentation/translations/zh_TW/process/
Dhowto.rst5 .. include:: ../disclaimer-zh_TW.rst
7 :Original: :ref:`Documentation/process/howto.rst <process_howto>`
70 :ref:`Documentation/translations/zh_TW/process/license-rules.rst <tw_kernel_licensing>`
88 :ref:`Documentation/admin-guide/README.rst <readme>`
93 :ref:`Documentation/process/changes.rst <changes>`
96 :ref:`Documentation/translations/zh_TW/process/coding-style.rst <tw_codingstyle>`
101 :ref:`Documentation/translations/zh_TW/process/submitting-patches.rst <tw_submittingpatches>`
120 :ref:`Documentation/translations/zh_TW/process/stable-api-nonsense.rst <tw_stable_api_nonsense>`
131 :ref:`Documentation/process/security-bugs.rst <securitybugs>`
135 :ref:`Documentation/translations/zh_TW/process/management-style.rst <tw_managementstyle>`
[all …]
D5.Posting.rst3 .. include:: ../disclaimer-zh_TW.rst
5 :Original: :ref:`Documentation/process/5.Posting.rst <development_posting>`
25 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <tw_submittingpatches>`
26 和 :ref:`Documentation/translations/zh_CN/process/submit-checklist.rst <tw_submitchecklist>`。
157 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <tw_submittingpatches>`
168 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <tw_submittingpatches>`
175 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <tw_submittingpatches>`
183 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <tw_submittingpatches>`
200 :ref:`Documentation/translations/zh_CN/process/email-clients.rst <tw_email_clients>`
Dsubmit-checklist.rst3 .. include:: ../disclaimer-zh_TW.rst
5 :Original: Documentation/process/submit-checklist.rst
19 這些都是在 Documentation/translations/zh_CN/process/submitting-patches.rst
42 5) 按 Documentation/translations/zh_CN/process/coding-style.rst 所述檢查您的
48 它們符合 ``Documentation/kbuild/kconfig-language.rst`` 菜單屬性:默認值中
57 (參見 Documentation/translations/zh_CN/dev-tools/sparse.rst
83 Documentation/admin-guide/kernel-parameters.rst 中。
105 ``Documentation/userspace-api/ioctl/ioctl-number.rst`` 。
/linux-6.12.1/Documentation/translations/zh_CN/process/
Dhowto.rst3 .. include:: ../disclaimer-zh_CN.rst
5 :Original: :ref:`Documentation/process/howto.rst <process_howto>`
67 :ref:`Documentation/translations/zh_CN/process/license-rules.rst <cn_kernel_licensing>`
85 :ref:`Documentation/admin-guide/README.rst <readme>`
90 :ref:`Documentation/process/changes.rst <changes>`
93 :ref:`Documentation/translations/zh_CN/process/coding-style.rst <cn_codingstyle>`
98 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>`
117 :ref:`Documentation/translations/zh_CN/process/stable-api-nonsense.rst <cn_stable_api_nonsense>`
128 :ref:`Documentation/process/security-bugs.rst <securitybugs>`
132 :ref:`Documentation/translations/zh_CN/process/management-style.rst <cn_managementstyle>`
[all …]
D5.Posting.rst1 .. include:: ../disclaimer-zh_CN.rst
3 :Original: :ref:`Documentation/process/5.Posting.rst <development_posting>`
22 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>`
23 和 :ref:`Documentation/translations/zh_CN/process/submit-checklist.rst <cn_submitchecklist>`。
154 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>`
165 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>`
172 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>`
180 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>`
197 :ref:`Documentation/translations/zh_CN/process/email-clients.rst <cn_email_clients>`
Dsubmit-checklist.rst1 .. include:: ../disclaimer-zh_CN.rst
3 :Original: Documentation/process/submit-checklist.rst
16 这些都是在 Documentation/translations/zh_CN/process/submitting-patches.rst
39 5) 按 Documentation/translations/zh_CN/process/coding-style.rst 所述检查您的
45 它们符合 ``Documentation/kbuild/kconfig-language.rst`` 菜单属性:默认值中
54 (参见 Documentation/translations/zh_CN/dev-tools/sparse.rst
80 Documentation/admin-guide/kernel-parameters.rst 中。
102 ``Documentation/userspace-api/ioctl/ioctl-number.rst`` 。
/linux-6.12.1/Documentation/sphinx-static/
Dtheme_overrides.css15 h1, h2, .rst-content .toctree-wrapper p.caption, h3, h4, h5, h6, legend {
43 .rst-content .highlight > pre {
48 .rst-content table.field-list th.field-name {
52 .rst-content table.field-list td.field-body {
76 .rst-content table.docutils caption { text-align: left; font-size: 100%; }
84 caption, .wy-table caption, .rst-content table.field-list caption {
103 .rst-content .section ul li:last-child, .rst-content .section ul li p:last-child {
109 code, .rst-content tt, .rst-content code {
117 .rst-content tt.literal,.rst-content tt.literal,.rst-content code.literal {
/linux-6.12.1/drivers/memory/tegra/
Dmc.c137 const struct tegra_mc_reset *rst) in tegra_mc_block_dma_common() argument
144 value = mc_readl(mc, rst->control) | BIT(rst->bit); in tegra_mc_block_dma_common()
145 mc_writel(mc, value, rst->control); in tegra_mc_block_dma_common()
153 const struct tegra_mc_reset *rst) in tegra_mc_dma_idling_common() argument
155 return (mc_readl(mc, rst->status) & BIT(rst->bit)) != 0; in tegra_mc_dma_idling_common()
159 const struct tegra_mc_reset *rst) in tegra_mc_unblock_dma_common() argument
166 value = mc_readl(mc, rst->control) & ~BIT(rst->bit); in tegra_mc_unblock_dma_common()
167 mc_writel(mc, value, rst->control); in tegra_mc_unblock_dma_common()
175 const struct tegra_mc_reset *rst) in tegra_mc_reset_status_common() argument
177 return (mc_readl(mc, rst->control) & BIT(rst->bit)) != 0; in tegra_mc_reset_status_common()
[all …]
/linux-6.12.1/Documentation/translations/zh_CN/doc-guide/
Dsphinx.rst1 .. include:: ../disclaimer-zh_CN.rst
3 :Original: Documentation/doc-guide/sphinx.rst
13 下的 `reStructuredText <http://docutils.sourceforge.net/rst.html>`_ 文件转
136 1. 在 ``Documentation`` 下某处添加一个新的 ``.rst`` 文件。
137 2. 从 ``Documentation/index.rst`` 中的Sphinx `主目录树`_ 链接到它。
143 ``Documentation/gpu`` 下,拆分为多个 ``.rst`` 文件,并具有从主目录链接来的单
144 独索引 ``index.rst`` (有自己的目录树 ``toctree`` )。
147 <http://docutils.sourceforge.net/rst.html>`_ 的文档,以了解如何使用它们。
202 .. code-block:: rst
209 .. code-block:: rst
[all …]
/linux-6.12.1/Documentation/translations/ja_JP/process/
Dhowto.rst6 This is a version of Documentation/process/howto.rst translated into Japanese.
23 Documentation/process/howto.rst
92 :ref:`Documentation/process/license-rules.rst <kernel_licensing>`
119 :ref:`Documentation/admin-guide/README.rst <readme>`
125 :ref:`Documentation/process/changes.rst <changes>`
130 :ref:`Documentation/process/coding-style.rst <codingstyle>`
137 :ref:`Documentation/process/submitting-patches.rst <codingstyle>`
158 :ref:`Documentation/process/stable-api-nonsense.rst <stable_api_nonsense>`
170 :ref:`Documentation/process/security-bugs.rst <securitybugs>`
175 :ref:`Documentation/process/management-style.rst <managementstyle>`
[all …]
/linux-6.12.1/Documentation/translations/ko_KR/process/
Dhowto.rst6 This is a version of Documentation/process/howto.rst translated into korean
23 Documentation/process/howto.rst
90 :ref:`Documentation/process/license-rules.rst <kernel_licensing>` 에 설명되어
112 :ref:`Documentation/admin-guide/README.rst <readme>`
117 :ref:`Documentation/process/changes.rst <changes>`
121 :ref:`Documentation/process/coding-style.rst <codingstyle>`
127 :ref:`Documentation/process/submitting-patches.rst <submittingpatches>`
148 :ref:`Documentation/process/stable-api-nonsense.rst <stable_api_nonsense>`
160 :ref:`Documentation/process/security-bugs.rst <securitybugs>`
165 :ref:`Documentation/process/management-style.rst <managementstyle>`
[all …]
/linux-6.12.1/arch/arm64/boot/dts/altera/
Dsocfpga_stratix10.dtsi7 #include <dt-bindings/reset/altr,rst-mgr-s10.h>
177 resets = <&rst EMAC0_RESET>, <&rst EMAC0_OCP_RESET>;
195 resets = <&rst EMAC1_RESET>, <&rst EMAC1_OCP_RESET>;
213 resets = <&rst EMAC2_RESET>, <&rst EMAC2_OCP_RESET>;
230 resets = <&rst GPIO0_RESET>;
250 resets = <&rst GPIO1_RESET>;
271 resets = <&rst I2C0_RESET>;
282 resets = <&rst I2C1_RESET>;
293 resets = <&rst I2C2_RESET>;
304 resets = <&rst I2C3_RESET>;
[all …]
/linux-6.12.1/arch/arm64/boot/dts/intel/
Dsocfpga_agilex.dtsi7 #include <dt-bindings/reset/altr,rst-mgr-s10.h>
172 resets = <&rst EMAC0_RESET>, <&rst EMAC0_OCP_RESET>;
190 resets = <&rst EMAC1_RESET>, <&rst EMAC1_OCP_RESET>;
208 resets = <&rst EMAC2_RESET>, <&rst EMAC2_OCP_RESET>;
225 resets = <&rst GPIO0_RESET>;
245 resets = <&rst GPIO1_RESET>;
266 resets = <&rst I2C0_RESET>;
277 resets = <&rst I2C1_RESET>;
288 resets = <&rst I2C2_RESET>;
299 resets = <&rst I2C3_RESET>;
[all …]

12345678910>>...73