| /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/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/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 …]
|
| /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/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 …]
|
| H A D | checktransupdate.rst | 3 .. include:: ../disclaimer-zh_CN.rst 5 :Original: Documentation/doc-guide/checktransupdate.rst 39 - ``tools/docs/checktransupdate.py Documentation/translations/zh_CN/dev-tools/testing-overview.rst… 46 Documentation/dev-tools/kfence.rst 49 Documentation/translations/zh_CN/dev-tools/testing-overview.rst
|
| /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 = (u64)-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/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_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 …]
|
| H A D | reporting-regressions.rst | 4 .. include:: ../disclaimer-zh_CN.rst 6 :Original: Documentation/admin-guide/reporting-regressions.rst 21 的回归;关于内核开发者如何处理的方面参见 Documentation/process/handling-regressions.rst 。 31 #. 按照 Documentation/translations/zh_CN/admin-guide/reporting-issues.rst 中 74 只需按照 Documentation/translations/zh_CN/admin-guide/reporting-issues.rst 中 136 如 Documentation/translations/zh_CN/admin-guide/reporting-issues.rst (简要) 137 和 Documentation/translations/zh_CN/admin-guide/bug-bisect.rst (详细)中所 168 多发言,其中一些在 Documentation/process/handling-regressions.rst 中被引用。 367 …git/torvalds/linux.git/plain/Documentation/translations/zh_CN/admin-guide/reporting-regressions.rst
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | selection-api.rst | 13 selection-api-intro.rst 14 selection-api-targets.rst 15 selection-api-configuration.rst 16 selection-api-vs-crop-api.rst 17 selection-api-examples.rst
|
| /linux/drivers/reset/hisilicon/ |
| H A D | reset-hi3660.c | 15 struct reset_controller_dev rst; member 20 container_of(_rst, struct hi3660_reset_controller, rst) 97 rc->rst.ops = &hi3660_reset_ops, in hi3660_reset_probe() 98 rc->rst.of_node = np; in hi3660_reset_probe() 99 rc->rst.of_reset_n_cells = 2; in hi3660_reset_probe() 100 rc->rst.of_xlate = hi3660_reset_xlate; in hi3660_reset_probe() 102 return reset_controller_register(&rc->rst); in hi3660_reset_probe()
|
| /linux/tools/testing/selftests/net/tcp_ao/lib/ |
| H A D | ftrace-tcp.c | 40 int rst; member 60 int fin, int syn, int rst, int psh, int ack, in __trace_event_expect() argument 73 .rst = rst, in __trace_event_expect() 127 rst:1, member 170 if (p->rst >= 0 && p->rst != e->rst) in lookup_expected_event() 293 char fin, syn, rst, psh, ack; in tracer_scan_event() local 306 &fin, &syn, &rst, &psh, &ack); in tracer_scan_event() 320 &fin, &syn, &rst, &psh, &ack, in tracer_scan_event() 365 out->rst = (rst == 'R'); in tracer_scan_event() 371 (rst != 'R' && rst != ' ') || in tracer_scan_event() [all …]
|
| /linux/Documentation/dev-tools/kunit/api/ |
| H A D | index.rst | 23 Documentation/dev-tools/kunit/api/test.rst 27 Documentation/dev-tools/kunit/api/resource.rst 31 Documentation/dev-tools/kunit/api/functionredirection.rst 38 Documentation/dev-tools/kunit/api/clk.rst 42 Documentation/dev-tools/kunit/api/of.rst 46 Documentation/dev-tools/kunit/api/platformdevice.rst
|
| /linux/scripts/kconfig/tests/err_recursive_dep/ |
| H A D | expected_stderr | 3 For a resolution refer to Documentation/kbuild/kconfig-language.rst 8 For a resolution refer to Documentation/kbuild/kconfig-language.rst 14 For a resolution refer to Documentation/kbuild/kconfig-language.rst 20 For a resolution refer to Documentation/kbuild/kconfig-language.rst 26 For a resolution refer to Documentation/kbuild/kconfig-language.rst 32 For a resolution refer to Documentation/kbuild/kconfig-language.rst 37 For a resolution refer to Documentation/kbuild/kconfig-language.rst
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | Makefile.docs | 15 SYSCALL_RST = bpf-syscall.rst 18 HELPERS_RST = bpf-helpers.rst 21 _DOC_MAN2 = $(patsubst %.rst,%.2,$(MAN2_RST)) 24 _DOC_MAN7 = $(patsubst %.rst,%.7,$(MAN7_RST)) 41 $(OUTPUT)bpf-$1.rst: ../../../../include/uapi/linux/bpf.h 45 $(OUTPUT)%.$2: $(OUTPUT)%.rst 54 $(Q)$(RM) $$(DOC_MAN$2) $(OUTPUT)bpf-$1.rst
|
| /linux/Documentation/gpu/rfc/ |
| H A D | index.rst | |
| /linux/drivers/irqchip/ |
| H A D | irq-starfive-jh8100-intc.c | |