Home
last modified time | relevance | path

Searched full:rst (Results 1 – 25 of 2131) sorted by relevance

12345678910>>...86

/Linux-v5.15/Documentation/devicetree/bindings/reset/
Drenesas,rst.yaml4 $id: "http://devicetree.org/schemas/reset/renesas,rst.yaml#"
26 - renesas,r8a7742-rst # RZ/G1H
27 - renesas,r8a7743-rst # RZ/G1M
28 - renesas,r8a7744-rst # RZ/G1N
29 - renesas,r8a7745-rst # RZ/G1E
30 - renesas,r8a77470-rst # RZ/G1C
31 - renesas,r8a774a1-rst # RZ/G2M
32 - renesas,r8a774b1-rst # RZ/G2N
33 - renesas,r8a774c0-rst # RZ/G2E
34 - renesas,r8a774e1-rst # RZ/G2H
[all …]
/Linux-v5.15/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
49 rst = devm_kzalloc(&pdev->dev, sizeof(*rst), GFP_KERNEL); in axs10x_reset_probe()
50 if (!rst) in axs10x_reset_probe()
54 rst->regs_rst = devm_ioremap_resource(&pdev->dev, mem); in axs10x_reset_probe()
55 if (IS_ERR(rst->regs_rst)) in axs10x_reset_probe()
56 return PTR_ERR(rst->regs_rst); in axs10x_reset_probe()
[all …]
/Linux-v5.15/Documentation/userspace-api/media/
DMakefile3 # Rules to convert a .h file to inline RST documentation
10 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
[all …]
/Linux-v5.15/drivers/soc/renesas/
Drcar-rst.c3 * R-Car Gen1 RESET/WDT, R-Car Gen2, Gen3, and RZ/G RST Driver
11 #include <linux/soc/renesas/rcar-rst.h>
46 { .compatible = "renesas,r8a7742-rst", .data = &rcar_rst_gen2 },
47 { .compatible = "renesas,r8a7743-rst", .data = &rcar_rst_gen2 },
48 { .compatible = "renesas,r8a7744-rst", .data = &rcar_rst_gen2 },
49 { .compatible = "renesas,r8a7745-rst", .data = &rcar_rst_gen2 },
50 { .compatible = "renesas,r8a77470-rst", .data = &rcar_rst_gen2 },
52 { .compatible = "renesas,r8a774a1-rst", .data = &rcar_rst_gen3 },
53 { .compatible = "renesas,r8a774b1-rst", .data = &rcar_rst_gen3 },
54 { .compatible = "renesas,r8a774c0-rst", .data = &rcar_rst_gen3 },
[all …]
/Linux-v5.15/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-v5.15/tools/testing/selftests/kvm/x86_64/
Dxen_shinfo_test.c193 struct kvm_xen_vcpu_attr rst; in main() local
206 rst.type = KVM_XEN_VCPU_ATTR_TYPE_RUNSTATE_CURRENT; in main()
207 rst.u.runstate.state = uc.args[1]; in main()
208 vcpu_ioctl(vm, VCPU_ID, KVM_XEN_VCPU_SET_ATTR, &rst); in main()
211 rst.type = KVM_XEN_VCPU_ATTR_TYPE_RUNSTATE_ADJUST; in main()
212 memset(&rst.u, 0, sizeof(rst.u)); in main()
213 rst.u.runstate.state = (uint64_t)-1; in main()
214 rst.u.runstate.time_blocked = in main()
216 rst.u.runstate.time_offline = in main()
218 rst.u.runstate.time_runnable = -rst.u.runstate.time_blocked - in main()
[all …]
/Linux-v5.15/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-v5.15/Documentation/sphinx-static/
Dtheme_overrides.css15 h1, h2, .rst-content .toctree-wrapper p.caption, h3, h4, h5, h6, legend {
52 .rst-content .highlight > pre {
57 .rst-content table.field-list th.field-name {
61 .rst-content table.field-list td.field-body {
85 .rst-content table.docutils caption { text-align: left; font-size: 100%; }
98 caption, .wy-table caption, .rst-content table.field-list caption {
120 .rst-content .section ul li:last-child, .rst-content .section ul li p:last-child {
126 code, .rst-content tt, .rst-content code {
134 .rst-content tt.literal,.rst-content tt.literal,.rst-content code.literal {
/Linux-v5.15/drivers/clk/qcom/
Dreset.c25 struct qcom_reset_controller *rst; in qcom_reset_assert() local
29 rst = to_qcom_reset_controller(rcdev); in qcom_reset_assert()
30 map = &rst->reset_map[id]; in qcom_reset_assert()
33 return regmap_update_bits(rst->regmap, map->reg, mask, mask); in qcom_reset_assert()
39 struct qcom_reset_controller *rst; in qcom_reset_deassert() local
43 rst = to_qcom_reset_controller(rcdev); in qcom_reset_deassert()
44 map = &rst->reset_map[id]; in qcom_reset_deassert()
47 return regmap_update_bits(rst->regmap, map->reg, mask, 0); in qcom_reset_deassert()
/Linux-v5.15/drivers/reset/sti/
Dreset-syscfg.c35 * @rst: base reset controller structure.
41 struct reset_controller_dev rst; member
47 container_of(_rst, struct syscfg_reset_controller, rst)
52 struct syscfg_reset_controller *rst = to_syscfg_reset_controller(rcdev); in syscfg_reset_program_hw() local
54 u32 ctrl_val = rst->active_low ? !assert : !!assert; in syscfg_reset_program_hw()
60 ch = &rst->channels[idx]; in syscfg_reset_program_hw()
115 struct syscfg_reset_controller *rst = to_syscfg_reset_controller(rcdev); in syscfg_reset_status() local
123 ch = &rst->channels[idx]; in syscfg_reset_status()
131 return rst->active_low ? !ret_val : !!ret_val; in syscfg_reset_status()
156 rc->rst.ops = &syscfg_reset_ops; in syscfg_reset_controller_register()
[all …]
/Linux-v5.15/arch/arm64/boot/dts/altera/
Dsocfpga_stratix10.dtsi7 #include <dt-bindings/reset/altr,rst-mgr-s10.h>
146 resets = <&rst EMAC0_RESET>, <&rst EMAC0_OCP_RESET>;
164 resets = <&rst EMAC1_RESET>, <&rst EMAC1_OCP_RESET>;
182 resets = <&rst EMAC2_RESET>, <&rst EMAC2_OCP_RESET>;
199 resets = <&rst GPIO0_RESET>;
219 resets = <&rst GPIO1_RESET>;
240 resets = <&rst I2C0_RESET>;
251 resets = <&rst I2C1_RESET>;
262 resets = <&rst I2C2_RESET>;
273 resets = <&rst I2C3_RESET>;
[all …]
/Linux-v5.15/arch/arm64/boot/dts/intel/
Dsocfpga_agilex.dtsi7 #include <dt-bindings/reset/altr,rst-mgr-s10.h>
160 resets = <&rst EMAC0_RESET>, <&rst EMAC0_OCP_RESET>;
178 resets = <&rst EMAC1_RESET>, <&rst EMAC1_OCP_RESET>;
196 resets = <&rst EMAC2_RESET>, <&rst EMAC2_OCP_RESET>;
213 resets = <&rst GPIO0_RESET>;
233 resets = <&rst GPIO1_RESET>;
254 resets = <&rst I2C0_RESET>;
265 resets = <&rst I2C1_RESET>;
276 resets = <&rst I2C2_RESET>;
287 resets = <&rst I2C3_RESET>;
[all …]
/Linux-v5.15/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>`
99 :ref:`Documentation/process/submitting-drivers.rst <submittingdrivers>`
118 :ref:`Documentation/translations/zh_CN/process/stable-api-nonsense.rst <cn_stable_api_nonsense>`
129 :ref:`Documentation/admin-guide/security-bugs.rst <securitybugs>`
[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/submitting-drivers.rst <cn_submittingdrivers>`
24 和 :ref:`Documentation/translations/zh_CN/process/submit-checklist.rst <cn_submitchecklist>`。
155 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>`
166 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>`
173 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>`
181 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>`
198 :ref:`Documentation/translations/zh_CN/process/email-clients.rst <cn_email_clients>`
/Linux-v5.15/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>`
102 :ref:`Documentation/process/submitting-drivers.rst <submittingdrivers>`
121 :ref:`Documentation/translations/zh_TW/process/stable-api-nonsense.rst <tw_stable_api_nonsense>`
132 :ref:`Documentation/admin-guide/security-bugs.rst <securitybugs>`
[all …]
D5.Posting.rst3 .. include:: ../disclaimer-zh_TW.rst
5 :Original: :ref:`Documentation/process/5.Posting.rst <development_posting>`
25 :ref:`Documentation/translations/zh_TW/process/submitting-patches.rst <tw_submittingpatches>`,
26 :ref:`Documentation/translations/zh_TW/process/submitting-drivers.rst <tw_submittingdrivers>`
27 和 :ref:`Documentation/translations/zh_TW/process/submit-checklist.rst <tw_submitchecklist>`。
158 :ref:`Documentation/translations/zh_TW/process/submitting-patches.rst <tw_submittingpatches>`
169 :ref:`Documentation/translations/zh_TW/process/submitting-patches.rst <tw_submittingpatches>`
176 :ref:`Documentation/translations/zh_TW/process/submitting-patches.rst <tw_submittingpatches>`
184 :ref:`Documentation/translations/zh_TW/process/submitting-patches.rst <tw_submittingpatches>`
201 :ref:`Documentation/translations/zh_TW/process/email-clients.rst <tw_email_clients>`
/Linux-v5.15/drivers/reset/hisilicon/
Dreset-hi3660.c15 struct reset_controller_dev rst; member
20 container_of(_rst, struct hi3660_reset_controller, rst)
86 rc->map = syscon_regmap_lookup_by_phandle(np, "hisilicon,rst-syscon"); in hi3660_reset_probe()
90 "hisi,rst-syscon"); in hi3660_reset_probe()
93 dev_err(dev, "failed to get hisilicon,rst-syscon\n"); in hi3660_reset_probe()
97 rc->rst.ops = &hi3660_reset_ops, in hi3660_reset_probe()
98 rc->rst.of_node = np; in hi3660_reset_probe()
99 rc->rst.of_reset_n_cells = 2; in hi3660_reset_probe()
100 rc->rst.of_xlate = hi3660_reset_xlate; in hi3660_reset_probe()
102 return reset_controller_register(&rc->rst); in hi3660_reset_probe()
/Linux-v5.15/scripts/kconfig/tests/err_recursive_dep/
Dexpected_stderr3 For a resolution refer to Documentation/kbuild/kconfig-language.rst
8 For a resolution refer to Documentation/kbuild/kconfig-language.rst
14 For a resolution refer to Documentation/kbuild/kconfig-language.rst
20 For a resolution refer to Documentation/kbuild/kconfig-language.rst
26 For a resolution refer to Documentation/kbuild/kconfig-language.rst
31 For a resolution refer to Documentation/kbuild/kconfig-language.rst
37 For a resolution refer to Documentation/kbuild/kconfig-language.rst
/Linux-v5.15/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>`_ 文件转
139 1. 在 ``Documentation`` 下某处添加一个新的 ``.rst`` 文件。
140 2. 从 ``Documentation/index.rst`` 中的Sphinx `主目录树`_ 链接到它。
146 ``Documentation/gpu`` 下,拆分为多个 ``.rst`` 文件,并具有从主目录链接来的单
147 独索引 ``index.rst`` (有自己的目录树 ``toctree`` )。
150 <http://docutils.sourceforge.net/rst.html>`_ 的文档,以了解如何使用它们。
205 .. code-block:: rst
212 .. code-block:: rst
[all …]
/Linux-v5.15/drivers/memory/tegra/
Dmc.c110 const struct tegra_mc_reset *rst) in tegra_mc_block_dma_common() argument
117 value = mc_readl(mc, rst->control) | BIT(rst->bit); in tegra_mc_block_dma_common()
118 mc_writel(mc, value, rst->control); in tegra_mc_block_dma_common()
126 const struct tegra_mc_reset *rst) in tegra_mc_dma_idling_common() argument
128 return (mc_readl(mc, rst->status) & BIT(rst->bit)) != 0; in tegra_mc_dma_idling_common()
132 const struct tegra_mc_reset *rst) in tegra_mc_unblock_dma_common() argument
139 value = mc_readl(mc, rst->control) & ~BIT(rst->bit); in tegra_mc_unblock_dma_common()
140 mc_writel(mc, value, rst->control); in tegra_mc_unblock_dma_common()
148 const struct tegra_mc_reset *rst) in tegra_mc_reset_status_common() argument
150 return (mc_readl(mc, rst->control) & BIT(rst->bit)) != 0; in tegra_mc_reset_status_common()
[all …]
/Linux-v5.15/Documentation/dev-tools/
Dtesting-overview.rst28 KUnit (Documentation/dev-tools/kunit/index.rst) is an entirely in-kernel system
44 Documentation/dev-tools/kunit/style.rst
47 kselftest (Documentation/dev-tools/kselftest.rst), on the other hand, is
74 Documentation/dev-tools/gcov.rst is GCC's coverage testing tool, which can be
79 Documentation/dev-tools/kcov.rst is a feature which can be built in to the
97 Documentation/dev-tools/kmemleak.rst
99 use-after-free errors. See Documentation/dev-tools/kasan.rst
101 overflows. See Documentation/dev-tools/ubsan.rst
102 * KCSAN detects data races. See Documentation/dev-tools/kcsan.rst
104 KASAN and can be used in production. See Documentation/dev-tools/kfence.rst
[all …]
/Linux-v5.15/Documentation/scsi/
Dscsi-parameters.rst7 See Documentation/admin-guide/kernel-parameters.rst for general information on
23 See Documentation/scsi/aha152x.rst.
29 See Documentation/scsi/aic7xxx.rst.
32 See Documentation/scsi/aic79xx.rst.
61 See Documentation/scsi/g_NCR5380.rst.
64 See Documentation/scsi/g_NCR5380.rst.
67 See Documentation/scsi/g_NCR5380.rst.
73 See also Documentation/scsi/st.rst.
105 See Documentation/scsi/st.rst.
/Linux-v5.15/arch/arm/boot/dts/
Dsocfpga_arria10.dtsi7 #include <dt-bindings/reset/altr,rst-mgr-a10.h>
80 resets = <&rst DMA_RESET>, <&rst DMA_OCP_RESET>;
445 resets = <&rst EMAC0_RESET>, <&rst EMAC0_OCP_RESET>;
465 resets = <&rst EMAC1_RESET>, <&rst EMAC1_OCP_RESET>;
485 resets = <&rst EMAC2_RESET>, <&rst EMAC2_OCP_RESET>;
496 resets = <&rst GPIO0_RESET>;
516 resets = <&rst GPIO1_RESET>;
536 resets = <&rst GPIO2_RESET>;
556 resets = <&rst FPGAMGR_RESET>;
567 resets = <&rst I2C0_RESET>;
[all …]

12345678910>>...86