Home
last modified time | relevance | path

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

12345678910>>...94

/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/
H A DMakefile3 # Rules to convert a .h file to inline RST documentation
10 FILES = audio.h.rst ca.h.rst dmx.h.rst frontend.h.rst net.h.rst video.h.rst \
11 videodev2.h.rst media.h.rst cec.h.rst lirc.h.rst
24 $(BUILDDIR)/audio.h.rst: ${UAPI}/dvb/audio.h ${PARSER} $(SRC_DIR)/audio.h.rst.exceptions
27 $(BUILDDIR)/ca.h.rst: ${UAPI}/dvb/ca.h ${PARSER} $(SRC_DIR)/ca.h.rst.exceptions
30 $(BUILDDIR)/dmx.h.rst: ${UAPI}/dvb/dmx.h ${PARSER} $(SRC_DIR)/dmx.h.rst.exceptions
33 $(BUILDDIR)/frontend.h.rst: ${UAPI}/dvb/frontend.h ${PARSER} $(SRC_DIR)/frontend.h.rst.exceptions
36 $(BUILDDIR)/net.h.rst: ${UAPI}/dvb/net.h ${PARSER} $(SRC_DIR)/net.h.rst.exceptions
39 $(BUILDDIR)/video.h.rst: ${UAPI}/dvb/video.h ${PARSER} $(SRC_DIR)/video.h.rst.exceptions
42 $(BUILDDIR)/videodev2.h.rst: ${UAPI}/videodev2.h ${PARSER} $(SRC_DIR)/videodev2.h.rst.exceptions
[all …]
/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/kernel/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
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 …]
/OK3568_Linux_fs/kernel/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>
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 …]
/OK3568_Linux_fs/yocto/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 …]
/OK3568_Linux_fs/yocto/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 …]
/OK3568_Linux_fs/kernel/drivers/memory/tegra/
H A Dtegra20.c199 const struct tegra_mc_reset *rst) in tegra20_mc_hotreset_assert() argument
206 value = mc_readl(mc, rst->reset); in tegra20_mc_hotreset_assert()
207 mc_writel(mc, value & ~BIT(rst->bit), rst->reset); in tegra20_mc_hotreset_assert()
215 const struct tegra_mc_reset *rst) in tegra20_mc_hotreset_deassert() argument
222 value = mc_readl(mc, rst->reset); in tegra20_mc_hotreset_deassert()
223 mc_writel(mc, value | BIT(rst->bit), rst->reset); in tegra20_mc_hotreset_deassert()
231 const struct tegra_mc_reset *rst) in tegra20_mc_block_dma() argument
238 value = mc_readl(mc, rst->control) & ~BIT(rst->bit); in tegra20_mc_block_dma()
239 mc_writel(mc, value, rst->control); in tegra20_mc_block_dma()
247 const struct tegra_mc_reset *rst) in tegra20_mc_dma_idling() argument
[all …]
H A Dmc.c46 const struct tegra_mc_reset *rst) in tegra_mc_block_dma_common() argument
53 value = mc_readl(mc, rst->control) | BIT(rst->bit); in tegra_mc_block_dma_common()
54 mc_writel(mc, value, rst->control); in tegra_mc_block_dma_common()
62 const struct tegra_mc_reset *rst) in tegra_mc_dma_idling_common() argument
64 return (mc_readl(mc, rst->status) & BIT(rst->bit)) != 0; in tegra_mc_dma_idling_common()
68 const struct tegra_mc_reset *rst) in tegra_mc_unblock_dma_common() argument
75 value = mc_readl(mc, rst->control) & ~BIT(rst->bit); in tegra_mc_unblock_dma_common()
76 mc_writel(mc, value, rst->control); in tegra_mc_unblock_dma_common()
84 const struct tegra_mc_reset *rst) in tegra_mc_reset_status_common() argument
86 return (mc_readl(mc, rst->control) & BIT(rst->bit)) != 0; in tegra_mc_reset_status_common()
[all …]
/OK3568_Linux_fs/u-boot/drivers/reset/
H A Dreset-scmi.c13 static int scmi_reset_set_level(struct reset_ctl *rst, bool assert_not_deassert) in scmi_reset_set_level() argument
16 .domain_id = rst->id, in scmi_reset_set_level()
26 ret = devm_scmi_process_msg(rst->dev->parent, &msg); in scmi_reset_set_level()
33 static int scmi_reset_assert(struct reset_ctl *rst) in scmi_reset_assert() argument
35 return scmi_reset_set_level(rst, true); in scmi_reset_assert()
38 static int scmi_reset_deassert(struct reset_ctl *rst) in scmi_reset_deassert() argument
40 return scmi_reset_set_level(rst, false); in scmi_reset_deassert()
43 static int scmi_reset_request(struct reset_ctl *rst) in scmi_reset_request() argument
46 .domain_id = rst->id, in scmi_reset_request()
58 ret = devm_scmi_process_msg(rst->dev->parent, &msg); in scmi_reset_request()
[all …]
H A Dreset-bcm6345.c22 static int bcm6345_reset_assert(struct reset_ctl *rst) in bcm6345_reset_assert() argument
24 struct bcm6345_reset_priv *priv = dev_get_priv(rst->dev); in bcm6345_reset_assert()
26 clrbits_be32(priv->regs, BIT(rst->id)); in bcm6345_reset_assert()
32 static int bcm6345_reset_deassert(struct reset_ctl *rst) in bcm6345_reset_deassert() argument
34 struct bcm6345_reset_priv *priv = dev_get_priv(rst->dev); in bcm6345_reset_deassert()
36 setbits_be32(priv->regs, BIT(rst->id)); in bcm6345_reset_deassert()
42 static int bcm6345_reset_free(struct reset_ctl *rst) in bcm6345_reset_free() argument
47 static int bcm6345_reset_request(struct reset_ctl *rst) in bcm6345_reset_request() argument
49 if (rst->id >= MAX_RESETS) in bcm6345_reset_request()
52 return bcm6345_reset_assert(rst); in bcm6345_reset_request()
/OK3568_Linux_fs/kernel/Documentation/sphinx-static/
H A 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 {
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/altera/
H A 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 …]
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/intel/
H A Dsocfpga_agilex.dtsi7 #include <dt-bindings/reset/altr,rst-mgr-s10.h>
145 resets = <&rst EMAC0_RESET>, <&rst EMAC0_OCP_RESET>;
163 resets = <&rst EMAC1_RESET>, <&rst EMAC1_OCP_RESET>;
181 resets = <&rst EMAC2_RESET>, <&rst EMAC2_OCP_RESET>;
198 resets = <&rst GPIO0_RESET>;
218 resets = <&rst GPIO1_RESET>;
239 resets = <&rst I2C0_RESET>;
250 resets = <&rst I2C1_RESET>;
261 resets = <&rst I2C2_RESET>;
272 resets = <&rst I2C3_RESET>;
[all …]
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/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>`
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 …]
H A D5.Posting.rst1 .. include:: ../disclaimer-zh_CN.rst
3 :Original: :ref:`Documentation/process/5.Posting.rst <development_posting>`
15 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>`,
16 :ref:`Documentation/process/submitting-drivers.rst <submittingdrivers>`
17 和 :ref:`Documentation/translations/zh_CN/process/submit-checklist.rst <cn_submitchecklist>`.
148 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>`
159 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>`
166 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>`
174 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>`
191 :ref:`Documentation/translations/zh_CN/process/email-clients.rst <cn_email_clients>`
/OK3568_Linux_fs/kernel/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()
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 …]
/OK3568_Linux_fs/kernel/drivers/rknpu/
H A Drknpu_reset.c16 struct reset_control *rst = NULL; in rknpu_reset_control_get() local
18 rst = devm_reset_control_get(dev, name); in rknpu_reset_control_get()
19 if (IS_ERR(rst)) in rknpu_reset_control_get()
22 name, PTR_ERR(rst)); in rknpu_reset_control_get()
24 return rst; in rknpu_reset_control_get()
58 static int rknpu_reset_assert(struct reset_control *rst) in rknpu_reset_assert() argument
62 if (!rst) in rknpu_reset_assert()
65 ret = reset_control_assert(rst); in rknpu_reset_assert()
74 static int rknpu_reset_deassert(struct reset_control *rst) in rknpu_reset_deassert() argument
78 if (!rst) in rknpu_reset_deassert()
[all …]
/OK3568_Linux_fs/buildroot/dl/python-setuptools/
HDsetuptools-62.6.0.tar.gz ... 0/ setuptools-62.6.0/CHANGES.rst setuptools-62.6.0/LICENSE setuptools-62.6 ...
/OK3568_Linux_fs/kernel/drivers/clk/qcom/
H A 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()
/OK3568_Linux_fs/u-boot/drivers/phy/
H A Dphy-rockchip-inno-usb3.c255 static const char *get_rest_name(enum rockchip_u3phy_rest_req rst) in get_rest_name() argument
257 switch (rst) { in get_rest_name()
278 int rst; in rockchip_u3phy_rest_deassert() local
282 for (rst = PIPE_APB_RSTN; rst <= UTMI_APB_RSTN; rst++) { in rockchip_u3phy_rest_deassert()
283 if (u3phy->rsts[rst].dev) in rockchip_u3phy_rest_deassert()
284 reset_deassert(&u3phy->rsts[rst]); in rockchip_u3phy_rest_deassert()
291 for (rst = U3_POR_RSTN; rst <= U2_POR_RSTN; rst++) { in rockchip_u3phy_rest_deassert()
292 if (u3phy->rsts[rst].dev) in rockchip_u3phy_rest_deassert()
293 reset_deassert(&u3phy->rsts[rst]); in rockchip_u3phy_rest_deassert()
300 for (rst = PIPE_MAC_RSTN; rst <= UTMI_MAC_RSTN; rst++) in rockchip_u3phy_rest_deassert()
[all …]
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dsocfpga_arria10.dtsi7 #include <dt-bindings/reset/altr,rst-mgr-a10.h>
71 resets = <&rst DMA_RESET>, <&rst DMA_OCP_RESET>;
436 resets = <&rst EMAC0_RESET>, <&rst EMAC0_OCP_RESET>;
456 resets = <&rst EMAC1_RESET>, <&rst EMAC1_OCP_RESET>;
476 resets = <&rst EMAC2_RESET>, <&rst EMAC2_OCP_RESET>;
487 resets = <&rst GPIO0_RESET>;
507 resets = <&rst GPIO1_RESET>;
527 resets = <&rst GPIO2_RESET>;
547 resets = <&rst FPGAMGR_RESET>;
558 resets = <&rst I2C0_RESET>;
[all …]
/OK3568_Linux_fs/buildroot/package/python-hpack/
H A D0001-Convert-HISTORY.rst-from-UTF-8-format-to-ASCII.patch4 Subject: [PATCH] Convert HISTORY.rst from UTF-8 format to ASCII
13 long_description=open('README.rst').read() + '\n\n' + open('HISTORY.rst').read(),
22 HISTORY.rst | 2 +-
25 diff --git a/HISTORY.rst b/HISTORY.rst
27 --- a/HISTORY.rst
28 +++ b/HISTORY.rst
/OK3568_Linux_fs/kernel/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, "hisi,rst-syscon"); in hi3660_reset_probe()
88 dev_err(dev, "failed to get hi3660,rst-syscon\n"); in hi3660_reset_probe()
92 rc->rst.ops = &hi3660_reset_ops, in hi3660_reset_probe()
93 rc->rst.of_node = np; in hi3660_reset_probe()
94 rc->rst.of_reset_n_cells = 2; in hi3660_reset_probe()
95 rc->rst.of_xlate = hi3660_reset_xlate; in hi3660_reset_probe()
97 return reset_controller_register(&rc->rst); in hi3660_reset_probe()

12345678910>>...94