| /kernel/linux/linux-4.19/Documentation/vm/ |
| D | 00-INDEX | 3 active_mm.rst 5 balance.rst 7 cleancache.rst 9 frontswap.rst 11 highmem.rst 13 hmm.rst 15 hugetlbfs_reserv.rst 17 hwpoison.rst 19 ksm.rst 21 mmu_notifier.rst [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-4.19/Documentation/media/ |
| D | Makefile | 1 # Rules to convert a .h file to inline RST documentation 8 FILES = audio.h.rst ca.h.rst dmx.h.rst frontend.h.rst net.h.rst video.h.rst \ 9 videodev2.h.rst media.h.rst cec.h.rst lirc.h.rst 22 $(BUILDDIR)/audio.h.rst: ${UAPI}/dvb/audio.h ${PARSER} $(SRC_DIR)/audio.h.rst.exceptions 25 $(BUILDDIR)/ca.h.rst: ${UAPI}/dvb/ca.h ${PARSER} $(SRC_DIR)/ca.h.rst.exceptions 28 $(BUILDDIR)/dmx.h.rst: ${UAPI}/dvb/dmx.h ${PARSER} $(SRC_DIR)/dmx.h.rst.exceptions 31 $(BUILDDIR)/frontend.h.rst: ${UAPI}/dvb/frontend.h ${PARSER} $(SRC_DIR)/frontend.h.rst.exceptions 34 $(BUILDDIR)/net.h.rst: ${UAPI}/dvb/net.h ${PARSER} $(SRC_DIR)/net.h.rst.exceptions 37 $(BUILDDIR)/video.h.rst: ${UAPI}/dvb/video.h ${PARSER} $(SRC_DIR)/video.h.rst.exceptions 40 $(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-4.19/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-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-4.19/Documentation/devicetree/bindings/reset/ |
| D | renesas,rst.txt | 16 - "renesas,<soctype>-rst" for R-Car Gen2 and Gen3, and RZ/G 18 - "renesas,r8a7743-rst" (RZ/G1M) 19 - "renesas,r8a7745-rst" (RZ/G1E) 20 - "renesas,r8a77470-rst" (RZ/G1C) 23 - "renesas,r8a7790-rst" (R-Car H2) 24 - "renesas,r8a7791-rst" (R-Car M2-W) 25 - "renesas,r8a7792-rst" (R-Car V2H 26 - "renesas,r8a7793-rst" (R-Car M2-N) 27 - "renesas,r8a7794-rst" (R-Car E2) 28 - "renesas,r8a7795-rst" (R-Car H3) [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-4.19/drivers/soc/renesas/ |
| D | rcar-rst.c | 2 * R-Car Gen1 RESET/WDT, R-Car Gen2, Gen3, and RZ/G RST Driver 14 #include <linux/soc/renesas/rcar-rst.h> 45 { .compatible = "renesas,r8a7743-rst", .data = &rcar_rst_gen2 }, 46 { .compatible = "renesas,r8a7745-rst", .data = &rcar_rst_gen2 }, 47 { .compatible = "renesas,r8a77470-rst", .data = &rcar_rst_gen2 }, 52 { .compatible = "renesas,r8a7790-rst", .data = &rcar_rst_gen2 }, 53 { .compatible = "renesas,r8a7791-rst", .data = &rcar_rst_gen2 }, 54 { .compatible = "renesas,r8a7792-rst", .data = &rcar_rst_gen2 }, 55 { .compatible = "renesas,r8a7793-rst", .data = &rcar_rst_gen2 }, 56 { .compatible = "renesas,r8a7794-rst", .data = &rcar_rst_gen2 }, [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-4.19/drivers/memory/tegra/ |
| D | tegra20.c | 202 const struct tegra_mc_reset *rst) in terga20_mc_hotreset_assert() argument 209 value = mc_readl(mc, rst->reset); in terga20_mc_hotreset_assert() 210 mc_writel(mc, value & ~BIT(rst->bit), rst->reset); in terga20_mc_hotreset_assert() 218 const struct tegra_mc_reset *rst) in terga20_mc_hotreset_deassert() argument 225 value = mc_readl(mc, rst->reset); in terga20_mc_hotreset_deassert() 226 mc_writel(mc, value | BIT(rst->bit), rst->reset); in terga20_mc_hotreset_deassert() 234 const struct tegra_mc_reset *rst) in terga20_mc_block_dma() argument 241 value = mc_readl(mc, rst->control) & ~BIT(rst->bit); in terga20_mc_block_dma() 242 mc_writel(mc, value, rst->control); in terga20_mc_block_dma() 250 const struct tegra_mc_reset *rst) in terga20_mc_dma_idling() argument [all …]
|
| D | mc.c | 76 const struct tegra_mc_reset *rst) in terga_mc_block_dma_common() argument 83 value = mc_readl(mc, rst->control) | BIT(rst->bit); in terga_mc_block_dma_common() 84 mc_writel(mc, value, rst->control); in terga_mc_block_dma_common() 92 const struct tegra_mc_reset *rst) in terga_mc_dma_idling_common() argument 94 return (mc_readl(mc, rst->status) & BIT(rst->bit)) != 0; in terga_mc_dma_idling_common() 98 const struct tegra_mc_reset *rst) in terga_mc_unblock_dma_common() argument 105 value = mc_readl(mc, rst->control) & ~BIT(rst->bit); in terga_mc_unblock_dma_common() 106 mc_writel(mc, value, rst->control); in terga_mc_unblock_dma_common() 114 const struct tegra_mc_reset *rst) in terga_mc_reset_status_common() argument 116 return (mc_readl(mc, rst->control) & BIT(rst->bit)) != 0; in terga_mc_reset_status_common() [all …]
|
| /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-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-4.19/arch/arm64/boot/dts/altera/ |
| D | socfpga_stratix10.dtsi | 18 #include <dt-bindings/reset/altr,rst-mgr-s10.h> 136 resets = <&rst EMAC0_RESET>, <&rst EMAC0_OCP_RESET>; 153 resets = <&rst EMAC1_RESET>, <&rst EMAC1_OCP_RESET>; 170 resets = <&rst EMAC2_RESET>, <&rst EMAC2_OCP_RESET>; 186 resets = <&rst GPIO0_RESET>; 206 resets = <&rst GPIO1_RESET>; 227 resets = <&rst I2C0_RESET>; 238 resets = <&rst I2C1_RESET>; 249 resets = <&rst I2C2_RESET>; 260 resets = <&rst I2C3_RESET>; [all …]
|
| /kernel/linux/linux-4.19/Documentation/filesystems/ext4/ondisk/ |
| 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
|
| /kernel/linux/linux-4.19/Documentation/sphinx-static/ |
| D | theme_overrides.css | 14 .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 {
|
| /kernel/linux/linux-5.10/drivers/clk/qcom/ |
| D | reset.c | 25 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()
|
| /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-4.19/drivers/reset/sti/ |
| D | reset-syscfg.c | 38 * @rst: base reset controller structure. 44 struct reset_controller_dev rst; member 50 container_of(_rst, struct syscfg_reset_controller, rst) 55 struct syscfg_reset_controller *rst = to_syscfg_reset_controller(rcdev); in syscfg_reset_program_hw() local 57 u32 ctrl_val = rst->active_low ? !assert : !!assert; in syscfg_reset_program_hw() 63 ch = &rst->channels[idx]; in syscfg_reset_program_hw() 118 struct syscfg_reset_controller *rst = to_syscfg_reset_controller(rcdev); in syscfg_reset_status() local 126 ch = &rst->channels[idx]; in syscfg_reset_status() 134 return rst->active_low ? !ret_val : !!ret_val; in syscfg_reset_status() 159 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 …]
|