Searched refs:Documentation (Results 26 - 32 of 32) sorted by relevance

12

/linux-master/
H A DMakefile118 # See the file "Documentation/dev-tools/sparse.rst" for more details,
1113 clean-dirs := $(sort . Documentation \
1441 $(Q)$(MAKE) $(build)=Documentation/devicetree/bindings $@
1444 $(Q)$(MAKE) $(build)=Documentation/devicetree/bindings
1448 $(Q)$(MAKE) $(build)=Documentation/devicetree/bindings $@
1657 @echo 'Documentation targets:'
1658 @$(MAKE) -f $(srctree)/Documentation/Makefile dochelp
1712 # Documentation targets
1718 $(Q)$(MAKE) $(build)=Documentation $@
1729 # Documentation targe
[all...]
/linux-master/rust/
H A DMakefile4 rustdoc_output := $(objtree)/Documentation/output/rust/rustdoc
91 $(Q)cp $(srctree)/Documentation/images/logo.svg $(rustdoc_output)/static.files/
92 $(Q)cp $(srctree)/Documentation/images/COPYING-logo $(rustdoc_output)/static.files/
/linux-master/Documentation/sphinx/
H A Dparse-headers.pl385 Please read Documentation/doc-guide/parse-headers.rst at the Kernel's
/linux-master/tools/perf/
H A DMakefile.perf274 DOC_DIR = $(srctree)/tools/perf/Documentation/
745 $(OUTPUT)common-cmds.h: $(wildcard Documentation/perf-*.txt)
963 # 'make doc' should call 'make -C Documentation all'
1065 $(INSTALL) Documentation/tips.txt -m 644 -t '$(DESTDIR_SQ)$(tip_instdir_SQ)'
1095 # 'make install-doc' should call 'make -C Documentation install'
1243 $(call QUIET_CLEAN, Documentation) \
/linux-master/scripts/
H A DMakefile.lib420 DT_BINDING_DIR := Documentation/devicetree/bindings
H A Dkernel-doc51 See Documentation/doc-guide/kernel-doc.rst for the documentation comment syntax.
2097 emit_warning("${file}:$.", "This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst\n$_");
2297 # Documentation block end */
H A Dcheckpatch.pl68 my $docsfile = "$D/../Documentation/dev-tools/checkpatch.rst";
1378 "README", "Documentation", "arch", "include", "drivers",
2707 if ($1 =~ m@Documentation/admin-guide/kernel-parameters.txt$@) {
2902 $is_binding_patch = () = $realfile =~ m@^(?:Documentation/devicetree/|include/dt-bindings/)@;
2907 "DT binding docs and includes should be a separate patch. See: Documentation/devicetree/bindings/submitting-patches.rst\n");
3415 ($realfile =~ m@^Documentation/devicetree/bindings/.*\.txt$@)) {
3417 "DT bindings should be in DT schema format. See: Documentation/devicetree/bindings/writing-schema.rst\n");
3710 my $dt_path = $root . "/Documentation/devicetree/bindings/";
3768 if ($realfile =~ m@^Documentation/devicetree/bindings/@ &&
3882 "Avoid using '.L' prefixed local symbol names for denoting a range of code via 'SYM_*_START/END' annotations; see Documentation/cor
[all...]

Completed in 240 milliseconds

12