| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/reset/ |
| D | renesas,rst.yaml | 4 $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 …]
|
| /kernel/linux/linux-5.10/Documentation/userspace-api/media/ |
| D | Makefile | 3 # 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 …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/reset/ |
| D | renesas,rst.yaml | 4 $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 …]
|
| /kernel/linux/linux-6.6/drivers/reset/ |
| D | reset-hsdk.c | 52 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 …]
|
| D | reset-axs10x.c | 30 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 …]
|
| /kernel/linux/linux-5.10/drivers/reset/ |
| D | reset-hsdk.c | 52 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 …]
|
| D | reset-axs10x.c | 30 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 …]
|
| /kernel/linux/linux-6.6/Documentation/userspace-api/media/ |
| D | Makefile | 3 # 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 …]
|
| /kernel/linux/linux-5.10/drivers/soc/renesas/ |
| D | rcar-rst.c | 3 * 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 …]
|
| /kernel/linux/linux-6.6/drivers/clk/baikal-t1/ |
| D | ccu-rst.c | 11 #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 …]
|
| /kernel/linux/linux-6.6/drivers/soc/renesas/ |
| D | rcar-rst.c | 3 * 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 …]
|
| /kernel/linux/linux-6.6/Documentation/translations/zh_CN/dev-tools/ |
| D | testing-overview.rst | 3 .. 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 …]
|
| /kernel/linux/linux-5.10/drivers/memory/tegra/ |
| D | tegra20.c | 199 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 …]
|
| D | mc.c | 46 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 …]
|
| /kernel/linux/linux-5.10/drivers/clk/qcom/ |
| D | reset.c | 16 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_assert() local 32 rst = to_qcom_reset_controller(rcdev); in qcom_reset_assert() 33 map = &rst->reset_map[id]; in qcom_reset_assert() 36 return regmap_update_bits(rst->regmap, map->reg, mask, mask); in qcom_reset_assert() 42 struct qcom_reset_controller *rst; in qcom_reset_deassert() local 46 rst = to_qcom_reset_controller(rcdev); in qcom_reset_deassert() 47 map = &rst->reset_map[id]; in qcom_reset_deassert() 50 return regmap_update_bits(rst->regmap, map->reg, mask, 0); in qcom_reset_deassert()
|
| /kernel/linux/linux-6.6/Documentation/sphinx-static/ |
| D | theme_overrides.css | 15 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 {
|
| /kernel/linux/linux-5.10/Documentation/filesystems/ext4/ |
| D | overview.rst | 19 .. 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
|
| /kernel/linux/linux-6.6/Documentation/filesystems/ext4/ |
| D | overview.rst | 19 .. 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
|
| /kernel/linux/linux-5.10/Documentation/sphinx-static/ |
| D | theme_overrides.css | 15 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 {
|
| /kernel/linux/linux-6.6/arch/arm64/boot/dts/intel/ |
| D | socfpga_agilex.dtsi | 7 #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 …]
|
| /kernel/linux/linux-5.10/drivers/reset/sti/ |
| D | reset-syscfg.c | 35 * @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 …]
|
| /kernel/linux/linux-6.6/drivers/reset/sti/ |
| D | reset-syscfg.c | 35 * @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 …]
|
| /kernel/linux/linux-5.10/Documentation/translations/zh_CN/process/ |
| D | howto.rst | 3 .. 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 …]
|
| /kernel/linux/linux-5.10/arch/arm64/boot/dts/intel/ |
| D | socfpga_agilex.dtsi | 7 #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 …]
|
| /kernel/linux/linux-5.10/arch/arm64/boot/dts/altera/ |
| D | socfpga_stratix10.dtsi | 7 #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 …]
|