| /linux/ |
| H A D | README | 10 * Report a bug: See Documentation/admin-guide/reporting-issues.rst 12 * Build the kernel: See Documentation/admin-guide/quickly-build-trimmed-linux.rst 20 * Building requirements: Documentation/process/changes.rst 21 * Code of Conduct: Documentation/process/code-of-conduct.rst 51 * Getting Started: Documentation/process/development-process.rst 52 * Your First Patch: Documentation/process/submitting-patches.rst 53 * Coding Style: Documentation/process/coding-style.rst 54 * Build System: Documentation/kbuild/index.rst 55 * Development Tools: Documentation/dev-tools/index.rst 56 * Kernel Hacking Guide: Documentation/kernel-hacking/hacking.rst [all …]
|
| /linux/drivers/reset/ |
| H A 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 …]
|
| H A 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 …]
|
| H A D | reset-mpfs.c | 49 struct mpfs_reset *rst = to_mpfs_reset(rcdev); in mpfs_assert() local 51 return regmap_set_bits(rst->regmap, REG_SUBBLK_RESET_CR, BIT(id)); in mpfs_assert() 57 struct mpfs_reset *rst = to_mpfs_reset(rcdev); in mpfs_deassert() local 59 return regmap_clear_bits(rst->regmap, REG_SUBBLK_RESET_CR, BIT(id)); in mpfs_deassert() 65 struct mpfs_reset *rst = to_mpfs_reset(rcdev); in mpfs_status() local 68 regmap_read(rst->regmap, REG_SUBBLK_RESET_CR, ®); in mpfs_status() 122 struct mpfs_reset *rst; in mpfs_reset_mfd_probe() local 124 rst = devm_kzalloc(dev, sizeof(*rst), GFP_KERNEL); in mpfs_reset_mfd_probe() 125 if (!rst) in mpfs_reset_mfd_probe() 128 rcdev = &rst->rcdev; in mpfs_reset_mfd_probe() [all …]
|
| /linux/drivers/clk/baikal-t1/ |
| H A D | ccu-rst.c | 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() 155 regmap_read(rst->sys_regs, info->base, &val); in ccu_rst_status() 169 struct ccu_rst *rst; in ccu_rst_hw_register() local [all …]
|
| /linux/Documentation/translations/zh_CN/dev-tools/ |
| H A 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 …]
|
| /linux/Documentation/translations/zh_TW/dev-tools/ |
| H A D | testing-overview.rst | 3 .. include:: ../disclaimer-zh_TW.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 …]
|
| /linux/Documentation/trace/rv/ |
| H A D | index.rst | 9 runtime-verification.rst 10 deterministic_automata.rst 11 linear_temporal_logic.rst 12 monitor_synthesis.rst 13 da_monitor_instrumentation.rst 14 monitor_wip.rst 15 monitor_wwnr.rst 16 monitor_sched.rst 17 monitor_rtapp.rst
|
| /linux/drivers/reset/sti/ |
| H A D | reset-syscfg.c | 42 struct reset_controller_dev rst; member 48 container_of(_rst, struct syscfg_reset_controller, rst) 53 struct syscfg_reset_controller *rst = to_syscfg_reset_controller(rcdev); in syscfg_reset_program_hw() local 55 u32 ctrl_val = rst->active_low ? !assert : !!assert; in syscfg_reset_program_hw() 61 ch = &rst->channels[idx]; in syscfg_reset_program_hw() 106 struct syscfg_reset_controller *rst = to_syscfg_reset_controller(rcdev); in syscfg_reset_status() local 114 ch = &rst->channels[idx]; in syscfg_reset_status() 122 return rst->active_low ? !ret_val : !!ret_val; in syscfg_reset_status() 147 rc->rst.ops = &syscfg_reset_ops; in syscfg_reset_controller_register() 148 rc->rst.of_node = dev->of_node; in syscfg_reset_controller_register() [all …]
|
| /linux/Documentation/translations/zh_CN/scsi/ |
| H A D | scsi-parameters.rst | 2 .. include:: ../disclaimer-zh_CN.rst 4 :Original: Documentation/scsi/scsi-parameters.rst 18 请查阅Documentation/admin-guide/kernel-parameters.rst以获取 34 请查阅 Documentation/scsi/aha152x.rst。 40 请查阅 Documentation/scsi/aic7xxx.rst。 43 请查阅 Documentation/scsi/aic79xx.rst。 72 请查阅 Documentation/scsi/g_NCR5380.rst。 75 请查阅 Documentation/scsi/g_NCR5380.rst。 78 请查阅 Documentation/scsi/g_NCR5380.rst。 84 另请查阅 Documentation/scsi/st.rst。 [all …]
|
| /linux/Documentation/translations/zh_TW/process/ |
| H A D | howto.rst | 5 .. include:: ../disclaimer-zh_TW.rst 7 :Original: :ref:`Documentation/process/howto.rst <process_howto>` 70 :ref:`Documentation/translations/zh_TW/process/license-rules.rst <tw_kernel_licensing>` 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>` 101 :ref:`Documentation/translations/zh_TW/process/submitting-patches.rst <tw_submittingpatches>` 120 :ref:`Documentation/translations/zh_TW/process/stable-api-nonsense.rst <tw_stable_api_nonsense>` 131 :ref:`Documentation/process/security-bugs.rst <securitybugs>` 135 :ref:`Documentation/translations/zh_TW/process/management-style.rst <tw_managementstyle>` [all …]
|
| /linux/Documentation/translations/zh_CN/process/ |
| H A 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>` 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 …]
|
| H 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/dev-tools/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/memory/tegra/ |
| H A D | mc.c | 140 const struct tegra_mc_reset *rst) in tegra_mc_block_dma_common() argument 147 value = mc_readl(mc, rst->control) | BIT(rst->bit); in tegra_mc_block_dma_common() 148 mc_writel(mc, value, rst->control); in tegra_mc_block_dma_common() 156 const struct tegra_mc_reset *rst) in tegra_mc_dma_idling_common() argument 158 return (mc_readl(mc, rst->status) & BIT(rst->bit)) != 0; in tegra_mc_dma_idling_common() 162 const struct tegra_mc_reset *rst) in tegra_mc_unblock_dma_common() argument 169 value = mc_readl(mc, rst->control) & ~BIT(rst->bit); in tegra_mc_unblock_dma_common() 170 mc_writel(mc, value, rst->control); in tegra_mc_unblock_dma_common() 178 const struct tegra_mc_reset *rst) in tegra_mc_reset_status_common() argument 180 return (mc_readl(mc, rst->control) & BIT(rst->bit)) != 0; in tegra_mc_reset_status_common() [all …]
|
| /linux/Documentation/sphinx-static/ |
| H A 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%; } 84 caption, .wy-table caption, .rst-content table.field-list caption { 103 .rst-content .section ul li:last-child, .rst-content .section ul li p:last-child { 109 code, .rst-content tt, .rst-content code { 117 .rst-content tt.literal,.rst-content tt.literal,.rst-content code.literal {
|
| /linux/arch/arm64/boot/dts/altera/ |
| H A D | socfpga_stratix10.dtsi | 7 #include <dt-bindings/reset/altr,rst-mgr-s10.h> 180 resets = <&rst EMAC0_RESET>, <&rst EMAC0_OCP_RESET>; 198 resets = <&rst EMAC1_RESET>, <&rst EMAC1_OCP_RESET>; 216 resets = <&rst EMAC2_RESET>, <&rst EMAC2_OCP_RESET>; 233 resets = <&rst GPIO0_RESET>; 253 resets = <&rst GPIO1_RESET>; 274 resets = <&rst I2C0_RESET>; 285 resets = <&rst I2C1_RESET>; 296 resets = <&rst I2C2_RESET>; 307 resets = <&rst I2C3_RESET>; [all …]
|
| /linux/drivers/clk/qcom/ |
| H A 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_set_assert() local 32 rst = to_qcom_reset_controller(rcdev); in qcom_reset_set_assert() 33 map = &rst->reset_map[id]; in qcom_reset_set_assert() 36 regmap_update_bits(rst->regmap, map->reg, mask, assert ? mask : 0); in qcom_reset_set_assert() 39 regmap_read(rst->regmap, map->reg, &mask); in qcom_reset_set_assert()
|
| /linux/Documentation/translations/ko_KR/process/ |
| H A D | howto.rst | 6 This is a version of Documentation/process/howto.rst translated into korean 23 Documentation/process/howto.rst 90 :ref:`Documentation/process/license-rules.rst <kernel_licensing>` 에 설명되어 112 :ref:`Documentation/admin-guide/README.rst <readme>` 117 :ref:`Documentation/process/changes.rst <changes>` 121 :ref:`Documentation/process/coding-style.rst <codingstyle>` 127 :ref:`Documentation/process/submitting-patches.rst <submittingpatches>` 148 :ref:`Documentation/process/stable-api-nonsense.rst <stable_api_nonsense>` 160 :ref:`Documentation/process/security-bugs.rst <securitybugs>` 165 :ref:`Documentation/process/management-style.rst <managementstyle>` [all …]
|
| /linux/Documentation/translations/zh_CN/doc-guide/ |
| H A D | sphinx.rst | 1 .. include:: ../disclaimer-zh_CN.rst 3 :Original: Documentation/doc-guide/sphinx.rst 13 下的 `reStructuredText <http://docutils.sourceforge.net/rst.html>`_ 文件转 136 1. 在 ``Documentation`` 下某处添加一个新的 ``.rst`` 文件。 137 2. 从 ``Documentation/index.rst`` 中的Sphinx `主目录树`_ 链接到它。 143 ``Documentation/gpu`` 下,拆分为多个 ``.rst`` 文件,并具有从主目录链接来的单 144 独索引 ``index.rst`` (有自己的目录树 ``toctree`` )。 147 <http://docutils.sourceforge.net/rst.html>`_ 的文档,以了解如何使用它们。 202 .. code-block:: rst 209 .. code-block:: rst [all …]
|
| /linux/arch/arm64/boot/dts/intel/ |
| H A D | socfpga_agilex.dtsi | 7 #include <dt-bindings/reset/altr,rst-mgr-s10.h> 179 resets = <&rst EMAC0_RESET>, <&rst EMAC0_OCP_RESET>; 197 resets = <&rst EMAC1_RESET>, <&rst EMAC1_OCP_RESET>; 215 resets = <&rst EMAC2_RESET>, <&rst EMAC2_OCP_RESET>; 232 resets = <&rst GPIO0_RESET>; 252 resets = <&rst GPIO1_RESET>; 273 resets = <&rst I2C0_RESET>; 284 resets = <&rst I2C1_RESET>; 295 resets = <&rst I2C2_RESET>; 306 resets = <&rst I2C3_RESET>; [all …]
|
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | xen_shinfo_test.c | 628 struct kvm_xen_vcpu_attr rst; in main() local 650 rst.type = KVM_XEN_VCPU_ATTR_TYPE_RUNSTATE_CURRENT; in main() 651 rst.u.runstate.state = uc.args[1] + RUNSTATE_runnable - in main() 653 vcpu_ioctl(vcpu, KVM_XEN_VCPU_SET_ATTR, &rst); in main() 659 rst.type = KVM_XEN_VCPU_ATTR_TYPE_RUNSTATE_ADJUST; in main() 660 memset(&rst.u, 0, sizeof(rst.u)); in main() 661 rst.u.runstate.state = (uint64_t)-1; in main() 662 rst.u.runstate.time_blocked = in main() 664 rst.u.runstate.time_offline = in main() 666 rst.u.runstate.time_runnable = -rst.u.runstate.time_blocked - in main() [all …]
|
| /linux/arch/riscv/boot/dts/sophgo/ |
| H A D | cv180x.dtsi | 43 resets = <&rst RST_COMBO_PHY0>; 54 rst: reset-controller@3003000 { label 92 resets = <&rst RST_GPIO0>; 111 resets = <&rst RST_GPIO1>; 130 resets = <&rst RST_GPIO2>; 149 resets = <&rst RST_GPIO3>; 193 resets = <&rst RST_I2C0>; 205 resets = <&rst RST_I2C1>; 217 resets = <&rst RST_I2C2>; 229 resets = <&rst RST_I2C3>; [all …]
|
| /linux/drivers/pwm/ |
| H 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 198 rst = devm_reset_control_get_exclusive(dev, NULL); in lgm_pwm_probe() 199 if (IS_ERR(rst)) in lgm_pwm_probe() 200 return dev_err_probe(dev, PTR_ERR(rst), in lgm_pwm_probe() 203 ret = lgm_reset_control_deassert(dev, rst); in lgm_pwm_probe()
|
| /linux/Documentation/translations/zh_TW/admin-guide/ |
| H A D | README.rst | 3 .. include:: ../disclaimer-zh_TW.rst 5 :Original: Documentation/admin-guide/README.rst 58 :ref:`Documentation/process/changes.rst <changes>` 文件,它包含了升級內核 89 :ref:`Documentation/process/applying-patches.rst <applying_patches>` 。 110 :ref:`Documentation/process/changes.rst <changes>` 211 Documentation/kbuild/kconfig.rst。 231 有關更多信息,請參閱 :ref:`Documentation/process/changes.rst <changes>` 。 287 Documentation/translations/zh_CN/admin-guide/reporting-issues.rst 。 290 Documentation/translations/zh_CN/admin-guide/bug-hunting.rst 。 293 Documentation/translations/zh_CN/dev-tools/gdb-kernel-debugging.rst [all …]
|
| /linux/Documentation/translations/zh_CN/admin-guide/ |
| H A D | README.rst | 1 .. include:: ../disclaimer-zh_CN.rst 3 :Original: Documentation/admin-guide/README.rst 55 :ref:`Documentation/process/changes.rst <changes>` 文件,它包含了升级内核 86 :ref:`Documentation/process/applying-patches.rst <applying_patches>` 。 107 :ref:`Documentation/process/changes.rst <changes>` 208 Documentation/kbuild/kconfig.rst。 228 有关更多信息,请参阅 :ref:`Documentation/process/changes.rst <changes>` 。 284 Documentation/translations/zh_CN/admin-guide/reporting-issues.rst 。 287 Documentation/translations/zh_CN/admin-guide/bug-hunting.rst 。 290 Documentation/translations/zh_CN/dev-tools/gdb-kernel-debugging.rst [all …]
|