| /linux/tools/testing/selftests/bpf/ |
| H A D | Makefile.docs | 29 docs: $(DOCTARGETS) 52 docs-clean-$1: 56 docs-install-$1: docs 61 docs-uninstall-$1: 66 .PHONY: $1 docs-clean-$1 docs-install-$1 docs-uninstall-$1 73 docs-clean: $(foreach doctarget,$(DOCTARGETS), docs-clean-$(doctarget)) 74 docs-install: $(foreach doctarget,$(DOCTARGETS), docs-install-$(doctarget)) 75 docs-uninstall: $(foreach doctarget,$(DOCTARGETS), docs-uninstall-$(doctarget)) 77 .PHONY: docs docs-clean docs-install docs-uninstall man2 man7
|
| H A D | test_doc_build.sh | 18 for tgt in docs docs-clean; do
|
| /linux/include/linux/ |
| H A D | compiler_attributes.h | 42 * clang: https://clang.llvm.org/docs/AttributeReference.html#alloc-size 49 * to its docs (and also "warning: always_inline function might not be 68 * clang: https://clang.llvm.org/docs/AttributeReference.html#assume-aligned 74 * clang: https://clang.llvm.org/docs/AttributeReference.html#cleanup 101 * clang: https://clang.llvm.org/docs/AttributeReference.html#diagnose_as_builtin 117 * clang: https://clang.llvm.org/docs/AttributeReference.html#deprecated 156 * clang: https://clang.llvm.org/docs/AttributeReference.html#format 163 * clang: https://clang.llvm.org/docs/AttributeReference.html#gnu-inline 169 * clang: https://clang.llvm.org/docs/AttributeReference.html#malloc 183 * clang: https://clang.llvm.org/docs/AttributeReference.html#no-caller-saved-registers [all …]
|
| /linux/tools/docs/ |
| H A D | find-unused-docs.sh | 8 # usage: Run 'tools/docs/find-unused-docs.sh directory' from top level of kernel 11 # example: $tools/docs/find-unused-docs.sh drivers/scsi 21 echo "Usage: tools/docs/find-unused-docs.sh directory"
|
| /linux/Documentation/ |
| H A D | Makefile | 11 $(shell $(srctree)/tools/docs/documentation-file-ref-check --warn) 16 $(shell $(srctree)/tools/docs/get_abi.py --dir $(srctree)/Documentation/ABI validate) 36 BUILD_WRAPPER = $(srctree)/tools/docs/sphinx-build-wrapper 50 @$(srctree)/tools/docs/sphinx-pre-install 58 $(srctree)/tools/docs/sphinx-pre-install --version-check 72 @tools/docs/gen-redirects.py --output $(BUILDDIR) < $< 75 $(Q)cd $(srctree); tools/docs/documentation-file-ref-check 100 @echo ' make SPHINXDIRS="s1 s2" [target] Generate only docs of folder s1, s2'
|
| H A D | conf.py | 54 # Properly handle directory patterns and LaTeX docs 109 # When building all docs, or when a main index.rst doesn't exist, seek 235 # Respect SPHINX_IMGMATH (for html docs only) 280 # when Sphinx is run directly (e.g. by Read the Docs). 378 # Read the Docs theme 391 # Read the Docs dark mode override theme 583 # the Docs). In a normal build, these are supplied from the Makefile via command
|
| /linux/Documentation/translations/zh_CN/ |
| H A D | how-to.rst | 67 ./tools/docs/sphinx-pre-install 187 git checkout docs-next 254 docs/zh_CN: Add self-protection index Chinese translation 259 ("docs: update self-protection __ro_after_init status") 280 0001-docs-zh_CN-add-xxxxxxxx.patch 281 0002-docs-zh_CN-add-xxxxxxxx.patch 299 git checkout docs-next 321 0001-docs-zh_CN-add-xxxxxxxx.patch 322 0002-docs-zh_CN-add-xxxxxxxx.patch 335 docs/zh_CN: add xxxxx [all …]
|
| /linux/Documentation/hwmon/ |
| H A D | tmp401.rst | 12 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp401.html 20 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp411.html 28 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp431.html 36 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp432.html 44 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp435.html
|
| H A D | tmp421.rst | 12 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp421.html 20 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp421.html 28 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp421.html
|
| /linux/Documentation/translations/zh_CN/doc-guide/ |
| H A D | checktransupdate.rst | 31 tools/docs/checktransupdate.py --help 37 - ``tools/docs/checktransupdate.py -l zh_CN`` 39 - ``tools/docs/checktransupdate.py Documentation/translations/zh_CN/dev-tools/testing-overview.rst… 50 commit 42fb9cfd5b18 ("Documentation: dev-tools: Add link to RV docs")
|
| /linux/rust/kernel/ |
| H A D | clk.rs | 7 //! Reference: <https://docs.kernel.org/driver-api/clk.html> 128 /// [`struct clk`]: https://docs.kernel.org/driver-api/clk.html 137 /// [`clk_get`]: https://docs.kernel.org/core-api/kernel-api.html#c.clk_get 159 /// [`clk_enable`]: https://docs.kernel.org/core-api/kernel-api.html#c.clk_enable 171 /// [`clk_disable`]: https://docs.kernel.org/core-api/kernel-api.html#c.clk_disable 183 /// [`clk_prepare`]: https://docs.kernel.org/core-api/kernel-api.html#c.clk_prepare 195 /// [`clk_unprepare`]: https://docs.kernel.org/core-api/kernel-api.html#c.clk_unprepare 227 /// [`clk_get_rate`]: https://docs.kernel.org/core-api/kernel-api.html#c.clk_get_rate 239 /// [`clk_set_rate`]: https://docs.kernel.org/core-api/kernel-api.html#c.clk_set_rate 296 /// [`struct clk`]: https://docs.kernel.org/driver-api/clk.html [all …]
|
| H A D | print.rs | 7 //! Reference: <https://docs.kernel.org/core-api/printk-basics.html> 203 /// [`pr_emerg`]: https://docs.kernel.org/core-api/printk-basics.html#c.pr_emerg 228 /// [`pr_alert`]: https://docs.kernel.org/core-api/printk-basics.html#c.pr_alert 253 /// [`pr_crit`]: https://docs.kernel.org/core-api/printk-basics.html#c.pr_crit 278 /// [`pr_err`]: https://docs.kernel.org/core-api/printk-basics.html#c.pr_err 303 /// [`pr_warn`]: https://docs.kernel.org/core-api/printk-basics.html#c.pr_warn 328 /// [`pr_notice`]: https://docs.kernel.org/core-api/printk-basics.html#c.pr_notice 353 /// [`pr_info`]: https://docs.kernel.org/core-api/printk-basics.html#c.pr_info 380 /// [`pr_debug`]: https://docs.kernel.org/core-api/printk-basics.html#c.pr_debug 409 /// [`pr_cont`]: https://docs.kernel.org/core-api/printk-basics.html#c.pr_cont
|
| H A D | regulator.rs | 16 //! See [Voltage and current regulator API](https://docs.kernel.org/driver-api/regulator.html) 81 /// [`devres`]: https://docs.kernel.org/driver-api/driver-model/devres.html 82 /// [`regulator_disable()`]: https://docs.kernel.org/driver-api/regulator.html#c.regulator_disable 83 /// [`regulator_put()`]: https://docs.kernel.org/driver-api/regulator.html#c.regulator_put 99 /// [`devres`]: https://docs.kernel.org/driver-api/driver-model/devres.html 100 /// [`regulator_disable()`]: https://docs.kernel.org/driver-api/regulator.html#c.regulator_disable 101 /// [`regulator_put()`]: https://docs.kernel.org/driver-api/regulator.html#c.regulator_put 238 /// [`regulator_get()`]: https://docs.kernel.org/driver-api/regulator.html#c.regulator_get
|
| /linux/Documentation/devicetree/bindings/iio/chemical/ |
| H A D | senseair,sunrise.yaml | 17 https://rmtplusstoragesenseair.blob.core.windows.net/docs/Dev/publicerat/PSP11704.pdf 18 https://rmtplusstoragesenseair.blob.core.windows.net/docs/Dev/publicerat/PSH11649.pdf 19 https://rmtplusstoragesenseair.blob.core.windows.net/docs/Dev/publicerat/TDE5531.pdf 20 https://rmtplusstoragesenseair.blob.core.windows.net/docs/Market/publicerat/TDE7318.pdf
|
| /linux/Documentation/doc-guide/ |
| H A D | checktransupdate.rst | 30 tools/docs/checktransupdate.py --help 36 - ``tools/docs/checktransupdate.py -l zh_CN`` 38 - ``tools/docs/checktransupdate.py Documentation/translations/zh_CN/dev-tools/testing-overview.rst… 49 commit 42fb9cfd5b18 ("Documentation: dev-tools: Add link to RV docs")
|
| /linux/Documentation/rust/ |
| H A D | general-information.rst | 26 The generated HTML docs include integrated search, linked items (e.g. types, 29 https://rust.docs.kernel.org 33 https://rust.docs.kernel.org/next/ 37 https://rust.docs.kernel.org/6.10/ 39 The docs can also be easily generated and read locally. This is quite fast 47 To read the docs locally in your web browser, run e.g.::
|
| /linux/Documentation/devicetree/bindings/leds/ |
| H A D | awinic,aw200xx.yaml | 22 aw20036 - https://www.awinic.com/en/productDetail/AW20036QNR#tech-docs 23 aw20054 - https://www.awinic.com/en/productDetail/AW20054QNR#tech-docs 24 aw20072 - https://www.awinic.com/en/productDetail/AW20072QNR#tech-docs 25 aw20108 - https://www.awinic.com/en/productDetail/AW20108QNR#tech-docs
|
| H A D | nxp,pca995x.yaml | 19 https://www.nxp.com/docs/en/data-sheet/PCA9952_PCA9955.pdf 20 https://www.nxp.com/docs/en/data-sheet/PCA9955B.pdf 21 https://www.nxp.com/docs/en/data-sheet/PCA9956B.pdf
|
| /linux/rust/pin-init/ |
| H A D | README.md | 2 [](https://docs.rs/pin-init/) 235 [`sync`]: https://rust.docs.kernel.org/kernel/sync/index.html 238 [stack]: https://docs.rs/pin-init/latest/pin_init/macro.stack_pin_init.html 239 [`impl PinInit<Foo>`]: https://docs.rs/pin-init/latest/pin_init/trait.PinInit.html 240 [`impl PinInit<T, E>`]: https://docs.rs/pin-init/latest/pin_init/trait.PinInit.html 241 [`impl Init<T, E>`]: https://docs.rs/pin-init/latest/pin_init/trait.Init.html
|
| /linux/include/xen/interface/io/ |
| H A D | 9pfs.h | 14 * See docs/misc/9pfs.markdown in xen.git for the full specification: 15 * https://xenbits.xen.org/docs/unstable/misc/9pfs.html
|
| /linux/Documentation/dev-tools/ |
| H A D | clang-format.rst | 39 https://clang.llvm.org/docs/ClangFormat.html 41 https://clang.llvm.org/docs/ClangFormatStyleOptions.html 66 https://clang.llvm.org/docs/ClangFormat.html#script-for-patch-reformatting 102 https://clang.llvm.org/docs/ClangFormat.html
|
| /linux/Documentation/translations/zh_CN/rust/ |
| H A D | index.rst | 39 预生成版本提供在:https://rust.docs.kernel.org。 52 你还可以在 :doc:`../../../process/kernel-docs` 中找到 Rust 的学习材料。
|
| /linux/Documentation/translations/zh_CN/process/ |
| H A D | 8.Conclusion.rst | 51 https://www.kernel.org/pub/software/scm/git/docs/ 53 https://www.kernel.org/pub/software/scm/git/docs/user-manual.html
|
| /linux/Documentation/devicetree/bindings/mailbox/ |
| H A D | hisilicon,hi3660-mailbox.txt | 37 - compatible : See the client docs 39 Cells must match 'mbox-cells' (See Controller docs above)
|
| /linux/Documentation/translations/zh_TW/process/ |
| H A D | 8.Conclusion.rst | 54 https://www.kernel.org/pub/software/scm/git/docs/ 56 https://www.kernel.org/pub/software/scm/git/docs/user-manual.html
|