Home
last modified time | relevance | path

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

12345678910>>...107

/openbmc/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,r8a774b1-rst # RZ/G2N
33 - renesas,r8a774c0-rst # RZ/G2E
34 - renesas,r8a774e1-rst # RZ/G2H
[all …]
/openbmc/u-boot/drivers/reset/
H A Dreset-ti-sci.c42 static int ti_sci_reset_of_xlate(struct reset_ctl *rst, in ti_sci_reset_of_xlate() argument
45 debug("%s(rst=%p, args_count=%d)\n", __func__, rst, args->args_count); in ti_sci_reset_of_xlate()
56 rst->id = args->args[0]; in ti_sci_reset_of_xlate()
57 rst->data = args->args[1]; in ti_sci_reset_of_xlate()
62 static int ti_sci_reset_request(struct reset_ctl *rst) in ti_sci_reset_request() argument
64 debug("%s(rst=%p)\n", __func__, rst); in ti_sci_reset_request()
68 static int ti_sci_reset_free(struct reset_ctl *rst) in ti_sci_reset_free() argument
70 debug("%s(rst=%p)\n", __func__, rst); in ti_sci_reset_free()
76 * @rst: Handle to a single reset signal
89 static int ti_sci_reset_set(struct reset_ctl *rst, bool assert) in ti_sci_reset_set() argument
[all …]
H A Dreset-bcm6345.c21 static int bcm6345_reset_assert(struct reset_ctl *rst) in bcm6345_reset_assert() argument
23 struct bcm6345_reset_priv *priv = dev_get_priv(rst->dev); in bcm6345_reset_assert()
25 clrbits_be32(priv->regs, BIT(rst->id)); in bcm6345_reset_assert()
31 static int bcm6345_reset_deassert(struct reset_ctl *rst) in bcm6345_reset_deassert() argument
33 struct bcm6345_reset_priv *priv = dev_get_priv(rst->dev); in bcm6345_reset_deassert()
35 setbits_be32(priv->regs, BIT(rst->id)); in bcm6345_reset_deassert()
41 static int bcm6345_reset_free(struct reset_ctl *rst) in bcm6345_reset_free() argument
46 static int bcm6345_reset_request(struct reset_ctl *rst) in bcm6345_reset_request() argument
48 if (rst->id >= MAX_RESETS) in bcm6345_reset_request()
51 return bcm6345_reset_assert(rst); in bcm6345_reset_request()
/openbmc/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 …]
/openbmc/linux/Documentation/userspace-api/media/
H A 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 …]
/openbmc/linux/drivers/clk/baikal-t1/
H A Dccu-rst.c11 #define pr_fmt(fmt) "bt1-ccu-rst: " fmt
24 #include "ccu-rst.h"
106 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()
[all …]
/openbmc/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>
88 { .compatible = "renesas,r8a7742-rst", .data = &rcar_rst_gen2 },
89 { .compatible = "renesas,r8a7743-rst", .data = &rcar_rst_gen2 },
90 { .compatible = "renesas,r8a7744-rst", .data = &rcar_rst_gen2 },
91 { .compatible = "renesas,r8a7745-rst", .data = &rcar_rst_gen2 },
92 { .compatible = "renesas,r8a77470-rst", .data = &rcar_rst_gen2 },
94 { .compatible = "renesas,r8a774a1-rst", .data = &rcar_rst_gen3 },
95 { .compatible = "renesas,r8a774b1-rst", .data = &rcar_rst_gen3 },
96 { .compatible = "renesas,r8a774c0-rst", .data = &rcar_rst_gen3 },
[all …]
/openbmc/linux/Documentation/translations/zh_CN/dev-tools/
H A 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 …]
/openbmc/qemu/docs/system/
H A Ddevice-emulation.rst85 devices/can.rst
86 devices/ccid.rst
87 devices/cxl.rst
88 devices/ivshmem.rst
89 devices/keyboard.rst
90 devices/net.rst
91 devices/nvme.rst
92 devices/usb.rst
93 devices/vhost-user.rst
94 devices/virtio-gpu.rst
[all …]
/openbmc/openbmc/poky/documentation/sphinx-static/
H A Dtheme_overrides.css112 code, .rst-content tt, .rst-content code {
120 .rst-content tt.literal,.rst-content tt.literal,.rst-content code.literal {
125 .rst-content .note .admonition-title,
126 .rst-content .tip .admonition-title,
127 .rst-content .warning .admonition-title,
128 .rst-content .caution .admonition-title,
129 .rst-content .admonition-tying-it-together .admonition-title,
130 .rst-content .important .admonition-title {
136 .rst-content .note,
137 .rst-content .tip,
[all …]
/openbmc/qemu/docs/sphinx-static/
H A Dtheme_overrides.css15 h1, h2, .rst-content .toctree-wrapper p.caption, h3, h4, h5, h6, legend {
19 .rst-content dl:not(.docutils) dt {
76 .rst-content .highlight > pre {
81 .rst-content table.field-list th.field-name {
85 .rst-content table.field-list td.field-body {
92 .rst-content .admonition-example {
98 .rst-content .admonition-example > .admonition-title:before {
102 .rst-content .admonition-example > .admonition-title {
106 .rst-content .admonition-example > div[class^="highlight"] {
117 .rst-content .admonition-example > div[class^="highlight"]:nth-child(2) {
[all …]
/openbmc/u-boot/arch/arm/dts/
H A Dsocfpga_stratix10.dtsi7 #include <dt-bindings/reset/altr,rst-mgr-s10.h>
96 resets = <&rst EMAC0_RESET>, <&rst EMAC0_OCP_RESET>;
108 resets = <&rst EMAC1_RESET>, <&rst EMAC1_OCP_RESET>;
120 resets = <&rst EMAC2_RESET>, <&rst EMAC2_OCP_RESET>;
131 resets = <&rst GPIO0_RESET>;
152 resets = <&rst GPIO1_RESET>;
174 resets = <&rst I2C0_RESET>;
185 resets = <&rst I2C1_RESET>;
196 resets = <&rst I2C2_RESET>;
207 resets = <&rst I2C3_RESET>;
[all …]
/openbmc/openbmc/poky/bitbake/doc/sphinx-static/
H A Dtheme_overrides.css112 code, .rst-content tt, .rst-content code {
120 .rst-content tt.literal,.rst-content tt.literal,.rst-content code.literal {
125 .rst-content .note .admonition-title,
126 .rst-content .tip .admonition-title,
127 .rst-content .warning .admonition-title,
128 .rst-content .caution .admonition-title,
129 .rst-content .important .admonition-title {
135 .rst-content .note,
136 .rst-content .tip,
137 .rst-content .important,
[all …]
/openbmc/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%; }
89 caption, .wy-table caption, .rst-content table.field-list caption {
108 .rst-content .section ul li:last-child, .rst-content .section ul li p:last-child {
114 code, .rst-content tt, .rst-content code {
122 .rst-content tt.literal,.rst-content tt.literal,.rst-content code.literal {
/openbmc/linux/Documentation/filesystems/ext4/
H A 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
H A 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
/openbmc/qemu/docs/sphinx/
H A Dhxtool.py11 # The purpose of this extension is to read fragments of rST
13 # The rST fragments are delimited by SRST/ERST lines.
25 from docutils.parsers.rst import directives, Directive
35 # states: reading the C code fragment, or inside a rST fragment.
38 RST = 2 variable in HxState
56 # consistency with other headings in the rST documentation.
69 # consistency with other headings in the rST documentation.
84 """Extract rST fragments from the specified .hx file"""
100 # We build up lines of rST in this ViewList, which we will
114 if state == HxState.RST:
[all …]
/openbmc/u-boot/Documentation/sphinx-static/
H A Dtheme_overrides.css14 .rst-content .highlight > pre {
37 .rst-content table.docutils caption { text-align: left; font-size: 100%; }
50 caption, .wy-table caption, .rst-content table.field-list caption {
72 .rst-content .section ul li:last-child, .rst-content .section ul li p:last-child {
78 code, .rst-content tt, .rst-content code {
86 .rst-content tt.literal,.rst-content tt.literal,.rst-content code.literal {
/openbmc/linux/drivers/reset/sti/
H A 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()
105 struct syscfg_reset_controller *rst = to_syscfg_reset_controller(rcdev); in syscfg_reset_status() local
113 ch = &rst->channels[idx]; in syscfg_reset_status()
121 return rst->active_low ? !ret_val : !!ret_val; in syscfg_reset_status()
146 rc->rst.ops = &syscfg_reset_ops; in syscfg_reset_controller_register()
[all …]
/openbmc/linux/arch/arm64/boot/dts/intel/
H A 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 …]
/openbmc/linux/arch/arm64/boot/dts/altera/
H A Dsocfpga_stratix10.dtsi7 #include <dt-bindings/reset/altr,rst-mgr-s10.h>
155 resets = <&rst EMAC0_RESET>, <&rst EMAC0_OCP_RESET>;
173 resets = <&rst EMAC1_RESET>, <&rst EMAC1_OCP_RESET>;
191 resets = <&rst EMAC2_RESET>, <&rst EMAC2_OCP_RESET>;
208 resets = <&rst GPIO0_RESET>;
228 resets = <&rst GPIO1_RESET>;
249 resets = <&rst I2C0_RESET>;
260 resets = <&rst I2C1_RESET>;
271 resets = <&rst I2C2_RESET>;
282 resets = <&rst I2C3_RESET>;
[all …]
/openbmc/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()
/openbmc/linux/Documentation/trace/rv/
H A 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
/openbmc/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 …]

12345678910>>...107