/linux/drivers/reset/ |
A D | reset-hsdk.c | 80 hsdk_reset_config(rst, id); in hsdk_reset_reset() 81 ret = hsdk_reset_do(rst); in hsdk_reset_reset() 94 struct hsdk_rst *rst; in hsdk_reset_probe() local 97 rst = devm_kzalloc(&pdev->dev, sizeof(*rst), GFP_KERNEL); in hsdk_reset_probe() 98 if (!rst) in hsdk_reset_probe() 103 if (IS_ERR(rst->regs_ctl)) in hsdk_reset_probe() 104 return PTR_ERR(rst->regs_ctl); in hsdk_reset_probe() 108 if (IS_ERR(rst->regs_rst)) in hsdk_reset_probe() 109 return PTR_ERR(rst->regs_rst); in hsdk_reset_probe() 111 spin_lock_init(&rst->lock); in hsdk_reset_probe() [all …]
|
A D | reset-axs10x.c | 33 spin_lock_irqsave(&rst->lock, flags); in axs10x_reset_reset() 34 writel(BIT(id), rst->regs_rst); 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() 55 if (IS_ERR(rst->regs_rst)) in axs10x_reset_probe() 56 return PTR_ERR(rst->regs_rst); in axs10x_reset_probe() 58 spin_lock_init(&rst->lock); in axs10x_reset_probe() 60 rst->rcdev.owner = THIS_MODULE; in axs10x_reset_probe() 61 rst->rcdev.ops = &axs10x_reset_ops; in axs10x_reset_probe() [all …]
|
/linux/Documentation/userspace-api/media/ |
A D | Makefile | 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 45 $(BUILDDIR)/lirc.h.rst: ${UAPI}/lirc.h ${PARSER} $(SRC_DIR)/lirc.h.rst.exceptions
|
/linux/Documentation/devicetree/bindings/reset/ |
A D | 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 37 - renesas,r8a7790-rst # R-Car H2 [all …]
|
/linux/tools/testing/selftests/kvm/x86_64/ |
A D | xen_shinfo_test.c | 241 struct kvm_xen_vcpu_attr rst; in main() local 260 rst.u.runstate.state = uc.args[1]; in main() 265 memset(&rst.u, 0, sizeof(rst.u)); in main() 266 rst.u.runstate.state = (uint64_t)-1; in main() 267 rst.u.runstate.time_blocked = in main() 269 rst.u.runstate.time_offline = in main() 271 rst.u.runstate.time_runnable = -rst.u.runstate.time_blocked - in main() 272 rst.u.runstate.time_offline; in main() 278 memset(&rst.u, 0, sizeof(rst.u)); in main() 282 rst.u.runstate.time_offline = 0x5a; in main() [all …]
|
/linux/Documentation/translations/zh_CN/dev-tools/ |
A D | testing-overview.rst | 3 .. include:: ../disclaimer-zh_CN.rst 5 :Original: Documentation/dev-tools/testing-overview.rst 34 KUnit(Documentation/dev-tools/kunit/index.rst)是用于“白箱”测 48 Documentation/dev-tools/kunit/style.rst 78 Documentation/dev-tools/kcov.rst 是能够构建在内核之中,用于在每个任务 92 Documentation/dev-tools/kmemleak.rst 94 Documentation/dev-tools/kasan.rst 96 Documentation/dev-tools/ubsan.rst 97 * KCSAN检测数据竞争。参阅 Documentation/dev-tools/kcsan.rst 99 参阅 Documentation/dev-tools/kfence.rst [all …]
|
/linux/drivers/memory/tegra/ |
A D | mc.c | 115 value = mc_readl(mc, rst->control) | BIT(rst->bit); in tegra_mc_block_dma_common() 126 return (mc_readl(mc, rst->status) & BIT(rst->bit)) != 0; in tegra_mc_dma_idling_common() 137 value = mc_readl(mc, rst->control) & ~BIT(rst->bit); in tegra_mc_unblock_dma_common() 148 return (mc_readl(mc, rst->control) & BIT(rst->bit)) != 0; in tegra_mc_reset_status_common() 185 if (!rst) in tegra_mc_hotreset_assert() 204 rst->name, err); in tegra_mc_hotreset_assert() 214 rst->name); in tegra_mc_hotreset_assert() 227 rst->name, err); in tegra_mc_hotreset_assert() 244 if (!rst) in tegra_mc_hotreset_deassert() 256 rst->name, err); in tegra_mc_hotreset_deassert() [all …]
|
/linux/drivers/clk/qcom/ |
A 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()
|
/linux/Documentation/translations/zh_CN/process/ |
A D | howto.rst | 3 .. include:: ../disclaimer-zh_CN.rst 5 :Original: :ref:`Documentation/process/howto.rst <process_howto>` 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>` 99 :ref:`Documentation/process/submitting-drivers.rst <submittingdrivers>` 129 :ref:`Documentation/admin-guide/security-bugs.rst <securitybugs>` 139 :ref:`Documentation/process/stable-kernel-rules.rst <stable_kernel_rules>` 142 :ref:`Documentation/process/kernel-docs.rst <kernel_docs>` 146 :ref:`Documentation/process/applying-patches.rst <applying_patches>` [all …]
|
A D | 5.Posting.rst | 1 .. include:: ../disclaimer-zh_CN.rst 3 :Original: :ref:`Documentation/process/5.Posting.rst <development_posting>` 22 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>`, 23 :ref:`Documentation/translations/zh_CN/process/submitting-drivers.rst <cn_submittingdrivers>` 24 和 :ref:`Documentation/translations/zh_CN/process/submit-checklist.rst <cn_submitchecklist>`。 155 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>` 166 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>` 173 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>` 181 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>` 198 :ref:`Documentation/translations/zh_CN/process/email-clients.rst <cn_email_clients>`
|
A D | submit-checklist.rst | 1 .. include:: ../disclaimer-zh_CN.rst 3 :Original: :ref:`Documentation/process/submit-checklist.rst <submitchecklist>` 15 :ref:`Documentation/translations/zh_CN/process/submitting-patches.rst <cn_submittingpatches>` 35 5) 如下所述 :ref:`Documentation/translations/zh_CN/process/coding-style.rst <cn_codingstyle>`. 41 它们符合 ``Documentation/kbuild/kconfig-language.rst`` 中记录的异常条件, 77 Documentation/admin-guide/kernel-parameters.rst 中。 98 24) 如果补丁添加了任何ioctl,那么也要更新 ``Documentation/userspace-api/ioctl/ioctl-number.rst``
|
A D | 4.Coding.rst | 1 .. include:: ../disclaimer-zh_CN.rst 3 :Original: :ref:`Documentation/process/4.Coding.rst <development_coding>` 32 :ref:`Documentation/translations/zh_CN/process/coding-style.rst <cn_codingstyle>` 57 信息,请参阅文档 :ref:`Documentation/process/clang-format.rst <clangformat>` 211 Documentation/fault-injection/fault-injection.rst。 223 :ref:`Documentation/dev-tools/coccinelle.rst <devtools_coccinelle>` 249 文档 :ref:`Documentation/admin-guide/kernel-parameters.rst <kernelparameters>`
|
/linux/drivers/reset/sti/ |
A D | reset-syscfg.c | 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() 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() 157 rc->rst.of_node = dev->of_node; in syscfg_reset_controller_register() 158 rc->rst.nr_resets = data->nr_channels; in syscfg_reset_controller_register() [all …]
|
/linux/arch/arm64/boot/dts/altera/ |
A D | socfpga_stratix10.dtsi | 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>; 240 resets = <&rst I2C0_RESET>; 251 resets = <&rst I2C1_RESET>; 262 resets = <&rst I2C2_RESET>; 317 resets = <&rst NAND_RESET>, <&rst NAND_OCP_RESET>; 343 resets = <&rst DMA_RESET>, <&rst DMA_OCP_RESET>; 347 rst: rstmgr@ffd11000 { label 484 resets = <&rst USB0_RESET>, <&rst USB0_OCP_RESET>; [all …]
|
/linux/Documentation/translations/ko_KR/ |
A D | howto.rst | 6 This is a version of Documentation/process/howto.rst translated into korean 23 Documentation/process/howto.rst 112 :ref:`Documentation/admin-guide/README.rst <readme>` 117 :ref:`Documentation/process/changes.rst <changes>` 121 :ref:`Documentation/process/coding-style.rst <codingstyle>` 127 …umentation/process/submitting-patches.rst <submittingpatches>` 와 :ref:`Documentation/process/submi… 160 :ref:`Documentation/admin-guide/security-bugs.rst <securitybugs>` 165 :ref:`Documentation/process/management-style.rst <managementstyle>` 178 :ref:`Documentation/process/kernel-docs.rst <kernel_docs>` 183 :ref:`Documentation/process/applying-patches.rst <applying_patches>` [all …]
|
/linux/Documentation/translations/zh_TW/process/ |
A D | howto.rst | 5 .. include:: ../disclaimer-zh_TW.rst 7 :Original: :ref:`Documentation/process/howto.rst <process_howto>` 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>` 102 :ref:`Documentation/process/submitting-drivers.rst <submittingdrivers>` 132 :ref:`Documentation/admin-guide/security-bugs.rst <securitybugs>` 142 :ref:`Documentation/process/stable-kernel-rules.rst <stable_kernel_rules>` 145 :ref:`Documentation/process/kernel-docs.rst <kernel_docs>` 149 :ref:`Documentation/process/applying-patches.rst <applying_patches>` [all …]
|
A D | 5.Posting.rst | 3 .. include:: ../disclaimer-zh_TW.rst 5 :Original: :ref:`Documentation/process/5.Posting.rst <development_posting>` 25 :ref:`Documentation/translations/zh_TW/process/submitting-patches.rst <tw_submittingpatches>`, 26 :ref:`Documentation/translations/zh_TW/process/submitting-drivers.rst <tw_submittingdrivers>` 27 和 :ref:`Documentation/translations/zh_TW/process/submit-checklist.rst <tw_submitchecklist>`。 158 :ref:`Documentation/translations/zh_TW/process/submitting-patches.rst <tw_submittingpatches>` 169 :ref:`Documentation/translations/zh_TW/process/submitting-patches.rst <tw_submittingpatches>` 176 :ref:`Documentation/translations/zh_TW/process/submitting-patches.rst <tw_submittingpatches>` 184 :ref:`Documentation/translations/zh_TW/process/submitting-patches.rst <tw_submittingpatches>` 201 :ref:`Documentation/translations/zh_TW/process/email-clients.rst <tw_email_clients>`
|
/linux/Documentation/filesystems/ext4/ |
A 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
|
A D | globals.rst | 9 .. include:: super.rst 10 .. include:: group_descr.rst 11 .. include:: bitmaps.rst 12 .. include:: mmp.rst 13 .. include:: journal.rst 14 .. include:: orphan.rst
|
/linux/Documentation/sphinx-static/ |
A 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 {
|
/linux/Documentation/translations/zh_CN/doc-guide/ |
A D | sphinx.rst | 1 .. include:: ../disclaimer-zh_CN.rst 3 :Original: Documentation/doc-guide/sphinx.rst 136 1. 在 ``Documentation`` 下某处添加一个新的 ``.rst`` 文件。 144 独索引 ``index.rst`` (有自己的目录树 ``toctree`` )。 202 .. code-block:: rst 209 .. code-block:: rst 256 .. code-block:: rst 305 交叉引用此页,以下写法皆可,取决于具体的文档目录(注意 ``.rst`` 扩展名是可选 309 请查看 sphinx.rst ,仅在同级目录中有效。 310 请阅读 ../sphinx.rst ,上级目录中的文件。 [all …]
|
/linux/arch/arm64/boot/dts/intel/ |
A D | socfpga_agilex.dtsi | 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>; 254 resets = <&rst I2C0_RESET>; 265 resets = <&rst I2C1_RESET>; 276 resets = <&rst I2C2_RESET>; 331 resets = <&rst NAND_RESET>, <&rst NAND_OCP_RESET>; 355 resets = <&rst DMA_RESET>, <&rst DMA_OCP_RESET>; 361 rst: rstmgr@ffd11000 { label 510 resets = <&rst USB0_RESET>, <&rst USB0_OCP_RESET>; [all …]
|
/linux/Documentation/translations/ja_JP/ |
A D | howto.rst | 6 This is a version of Documentation/process/howto.rst translated into Japanese. 23 Documentation/process/howto.rst 120 :ref:`Documentation/process/changes.rst <changes>` 125 :ref:`Documentation/process/coding-style.rst <codingstyle>` 132 …Documentation/process/submitting-patches.rst <codingstyle>` と :ref:`Documentation/process/submitti… 164 :ref:`Documentation/admin-guide/security-bugs.rst <securitybugs>` 169 :ref:`Documentation/process/management-style.rst <managementstyle>` 181 :Ref:`Documentation/process/kernel-docs.rst <kernel_docs>` 325 Documentation/process/stable-kernel-rules.rst ファイルにはどのような種 378 admin-guide/reporting-bugs.rstはカーネルバグらしいものについてどうレポー [all …]
|
/linux/arch/arm/boot/dts/ |
A D | socfpga_arria10.dtsi | 80 resets = <&rst DMA_RESET>, <&rst DMA_OCP_RESET>; 445 resets = <&rst EMAC0_RESET>, <&rst EMAC0_OCP_RESET>; 465 resets = <&rst EMAC1_RESET>, <&rst EMAC1_OCP_RESET>; 485 resets = <&rst EMAC2_RESET>, <&rst EMAC2_OCP_RESET>; 567 resets = <&rst I2C0_RESET>; 578 resets = <&rst I2C1_RESET>; 589 resets = <&rst I2C2_RESET>; 600 resets = <&rst I2C3_RESET>; 611 resets = <&rst I2C4_RESET>; 769 resets = <&rst QSPI_RESET>, <&rst QSPI_OCP_RESET>; [all …]
|
/linux/drivers/pwm/ |
A D | pwm-intel-lgm.c | 150 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 196 rst = devm_reset_control_get_exclusive(dev, NULL); in lgm_pwm_probe() 197 if (IS_ERR(rst)) in lgm_pwm_probe() 198 return dev_err_probe(dev, PTR_ERR(rst), in lgm_pwm_probe() 201 ret = lgm_reset_control_deassert(dev, rst); in lgm_pwm_probe()
|