Home
last modified time | relevance | path

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

12345678910>>...73

/linux/Documentation/devicetree/bindings/reset/
H A 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,r8a774a3-rst # RZ/G2M v3.0
33 - renesas,r8a774b1-rst # RZ/G2N
34 - renesas,r8a774c0-rst # RZ/G2E
[all …]
H A Daltr,rst-mgr.yaml4 $id: http://devicetree.org/schemas/reset/altr,rst-mgr.yaml#
16 const: altr,rst-mgr
19 - const: altr,stratix10-rst-mgr
20 - const: altr,rst-mgr
41 const: altr,stratix10-rst-mgr
51 compatible = "altr,rst-mgr";
/linux/drivers/reset/
H A 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 …]
H A 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 …]
H A Dreset-mpfs.c49 struct mpfs_reset *rst = to_mpfs_reset(rcdev); in mpfs_assert() local
51 return regmap_set_bits(rst->regmap, REG_SUBBLK_RESET_CR, BIT(id)); in mpfs_assert()
57 struct mpfs_reset *rst = to_mpfs_reset(rcdev); in mpfs_deassert() local
59 return regmap_clear_bits(rst->regmap, REG_SUBBLK_RESET_CR, BIT(id)); in mpfs_deassert()
65 struct mpfs_reset *rst = to_mpfs_reset(rcdev); in mpfs_status() local
68 regmap_read(rst->regmap, REG_SUBBLK_RESET_CR, &reg); in mpfs_status()
122 struct mpfs_reset *rst; in mpfs_reset_mfd_probe() local
124 rst = devm_kzalloc(dev, sizeof(*rst), GFP_KERNEL); in mpfs_reset_mfd_probe()
125 if (!rst) in mpfs_reset_mfd_probe()
128 rcdev = &rst->rcdev; in mpfs_reset_mfd_probe()
[all …]
/linux/drivers/soc/renesas/
H A 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>
89 { .compatible = "renesas,r8a7742-rst", .data = &rcar_rst_gen2 },
90 { .compatible = "renesas,r8a7743-rst", .data = &rcar_rst_gen2 },
91 { .compatible = "renesas,r8a7744-rst", .data = &rcar_rst_gen2 },
92 { .compatible = "renesas,r8a7745-rst", .data = &rcar_rst_gen2 },
93 { .compatible = "renesas,r8a77470-rst", .data = &rcar_rst_gen2 },
95 { .compatible = "renesas,r8a774a1-rst", .data = &rcar_rst_gen3 },
96 { .compatible = "renesas,r8a774b1-rst", .data = &rcar_rst_gen3 },
97 { .compatible = "renesas,r8a774c0-rst", .data = &rcar_rst_gen3 },
[all …]
/linux/Documentation/translations/zh_TW/dev-tools/
H A 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/Documentation/sphinx-static/
H A 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/arch/arm64/boot/dts/intel/
H A Dsocfpga_agilex.dtsi7 #include <dt-bindings/reset/altr,rst-mgr-s10.h>
179 resets = <&rst EMAC0_RESET>, <&rst EMAC0_OCP_RESET>;
197 resets = <&rst EMAC1_RESET>, <&rst EMAC1_OCP_RESET>;
215 resets = <&rst EMAC2_RESET>, <&rst EMAC2_OCP_RESET>;
232 resets = <&rst GPIO0_RESET>;
252 resets = <&rst GPIO1_RESET>;
273 resets = <&rst I2C0_RESET>;
284 resets = <&rst I2C1_RESET>;
295 resets = <&rst I2C2_RESET>;
306 resets = <&rst I2C3_RESET>;
[all …]
/linux/Documentation/translations/zh_CN/scsi/
H A Dscsi-parameters.rst2 .. include:: ../disclaimer-zh_CN.rst
4 :Original: Documentation/scsi/scsi-parameters.rst
34 请查阅 Documentation/scsi/aha152x.rst
40 请查阅 Documentation/scsi/aic7xxx.rst
43 请查阅 Documentation/scsi/aic79xx.rst
72 请查阅 Documentation/scsi/g_NCR5380.rst
75 请查阅 Documentation/scsi/g_NCR5380.rst
78 请查阅 Documentation/scsi/g_NCR5380.rst
84 另请查阅 Documentation/scsi/st.rst
115 请查阅 Documentation/scsi/st.rst
/linux/Documentation/translations/zh_TW/process/
H A 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 …]
/linux/Documentation/translations/zh_CN/process/
H A 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 …]
/linux/drivers/reset/hisilicon/
H A 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()
94 "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/Documentation/translations/zh_CN/doc-guide/
H A 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/scripts/kconfig/tests/err_recursive_dep/
H A 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
32 For a resolution refer to Documentation/kbuild/kconfig-language.rst
37 For a resolution refer to Documentation/kbuild/kconfig-language.rst
/linux/Documentation/scsi/
H A 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/drivers/clk/qcom/
H A 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/Documentation/translations/zh_CN/admin-guide/
H A DREADME.rst1 .. include:: ../disclaimer-zh_CN.rst
3 :Original: Documentation/admin-guide/README.rst
55 :ref:`Documentation/process/changes.rst <changes>` 文件,它包含了升级内核
86 :ref:`Documentation/process/applying-patches.rst <applying_patches>` 。
107 :ref:`Documentation/process/changes.rst <changes>`
208 Documentation/kbuild/kconfig.rst
228 有关更多信息,请参阅 :ref:`Documentation/process/changes.rst <changes>` 。
284 Documentation/translations/zh_CN/admin-guide/reporting-issues.rst
287 Documentation/translations/zh_CN/admin-guide/bug-hunting.rst
290 Documentation/translations/zh_CN/dev-tools/gdb-kernel-debugging.rst
[all …]
/linux/Documentation/dev-tools/
H A 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/Documentation/gpu/rfc/
H A Dindex.rst21 gpusvm.rst
25 i915_gem_lmem.rst
29 i915_scheduler.rst
33 i915_small_bar.rst
37 i915_vm_bind.rst
40 color_pipeline.rst
/linux/Documentation/dev-tools/kunit/api/
H A Dindex.rst23 Documentation/dev-tools/kunit/api/test.rst
27 Documentation/dev-tools/kunit/api/resource.rst
31 Documentation/dev-tools/kunit/api/functionredirection.rst
38 Documentation/dev-tools/kunit/api/clk.rst
42 Documentation/dev-tools/kunit/api/of.rst
46 Documentation/dev-tools/kunit/api/platformdevice.rst
/linux/tools/testing/selftests/kvm/x86/
H A Dxen_shinfo_test.c628 struct kvm_xen_vcpu_attr rst; in main() local
650 rst.type = KVM_XEN_VCPU_ATTR_TYPE_RUNSTATE_CURRENT; in main()
651 rst.u.runstate.state = uc.args[1] + RUNSTATE_runnable - in main()
653 vcpu_ioctl(vcpu, KVM_XEN_VCPU_SET_ATTR, &rst); in main()
659 rst.type = KVM_XEN_VCPU_ATTR_TYPE_RUNSTATE_ADJUST; in main()
660 memset(&rst.u, 0, sizeof(rst.u)); in main()
661 rst.u.runstate.state = (u64)-1; in main()
662 rst.u.runstate.time_blocked = in main()
664 rst in main()
1044 struct kvm_xen_vcpu_attr rst = { main() local
[all...]
/linux/Documentation/userspace-api/gpio/
H A Dgpio-get-lineinfo-watch-ioctl.rst10 This ioctl is part of chardev_v1.rst and is obsoleted by
11 gpio-v2-get-lineinfo-watch-ioctl.rst.
49 The line must be requested using gpio-get-linehandle-ioctl.rst or
50 gpio-get-lineevent-ioctl.rst to access its value, and the line event can
51 monitor a line for events using gpio-lineevent-data-read.rst.
59 gpio-lineinfo-changed-read.rst.
74 Common error codes are described in error-codes.rst.
H A Dchardev.rst18 Read Documentation/driver-api/gpio/drivers-on-gpio.rst to avoid reinventing
22 Documentation/spi/index.rst, Documentation/i2c/index.rst,
23 Documentation/driver-api/pwm.rst, Documentation/w1/index.rst etc, that
43 Lines are requested from the chip using gpio-v2-get-line-ioctl.rst
70 Line requests are created by gpio-v2-get-line-ioctl.rst and provide
73 :c:type:`request.fd<gpio_v2_line_request>` by gpio-v2-get-line-ioctl.rst.
/linux/drivers/pwm/
H A Dpwm-intel-lgm.c150 struct reset_control *rst = data; in lgm_reset_control_release() local
152 reset_control_assert(rst); in lgm_reset_control_release()
155 static int lgm_reset_control_deassert(struct device *dev, struct reset_control *rst) in lgm_reset_control_deassert() argument
159 ret = reset_control_deassert(rst); in lgm_reset_control_deassert()
163 return devm_add_action_or_reset(dev, lgm_reset_control_release, rst); in lgm_reset_control_deassert()
169 struct reset_control *rst; in lgm_pwm_probe() local
198 rst = devm_reset_control_get_exclusive(dev, NULL); in lgm_pwm_probe()
199 if (IS_ERR(rst)) in lgm_pwm_probe()
200 return dev_err_probe(dev, PTR_ERR(rst), in lgm_pwm_probe()
203 ret = lgm_reset_control_deassert(dev, rst); in lgm_pwm_probe()

12345678910>>...73