Searched +full:stdout +full:- +full:path (Results 1 – 13 of 13) sorted by relevance
| /Documentation/devicetree/bindings/ |
| D | chosen.txt | 2 --------------- 11 kaslr-seed 12 ----------- 22 kaslr-seed = <0xfeedbeef 0xc0def00d>; 31 stdout-path 32 ----------- 35 with a stdout-path property under /chosen, as described in the Devicetree 40 stdout-path = "/serial@f00:115200"; 44 compatible = "vendor,some-uart"; 49 If the character ":" is present in the value, this terminates the path. [all …]
|
| /Documentation/devicetree/bindings/arm/ |
| D | secure.txt | 15 can be supported by prefixing the property name with "secure-". So for 16 instance "secure-foo" would override "foo". For property names with 18 "vendor,secure-foo". If there is no "secure-" property then the Secure 20 non-prefixed property. However, only the properties listed below may 21 validly have "secure-" versions; this list will be enlarged on a 22 case-by-case basis. 25 been annotated to indicate the presence of Secure-only devices can 26 still be processed unmodified by existing Non-secure software (and in 32 secure- bindings only need to be used where both the Secure and Normal 36 ----------------------------- [all …]
|
| /Documentation/sphinx/ |
| D | load_config.py | 1 # -*- coding: utf-8; mode: python -*- 8 # ------------------------------------------------------------------------------ 10 # ------------------------------------------------------------------------------ 21 and os.path.normpath(namespace["__file__"]) != os.path.normpath(config_file) ): 22 config_file = os.path.abspath(config_file) 47 if os.path.isfile(config_file): 48 sys.stdout.write("load additional sphinx-config: %s\n" % config_file)
|
| D | kfigure.py | 1 # -*- coding: utf-8; mode: python -*- 14 handling from the author's POV. Directives like ``kernel-figure`` implement 15 methods *to* always get the best output-format even if some tools are not 19 * ``.. kernel-image``: for image handling / a ``.. image::`` replacement 21 * ``.. kernel-figure``: for figure handling / a ``.. figure::`` replacement 23 * ``.. kernel-render``: for render markup / a concept to embed *render* 26 - ``DOT``: render embedded Graphviz's **DOC** 27 - ``SVG``: render embedded Scalable Vector Graphics (**SVG**) 28 - ... *developable* 33 available, the DOT language is inserted as literal-block. [all …]
|
| D | kerneldoc.py | 1 # coding=utf-8 57 """Extract kernel-doc comments from the specified file""" 70 cmd = [env.config.kerneldoc_bin, '-rst', '-enable-lineno'] 76 env.note_dependency(os.path.abspath(filename)) 78 tab_width = self.options.get('tab-width', self.state.document.settings.tab_width) 82 cmd += ['-export'] 85 cmd += ['-internal'] 88 cmd += ['-function', str(self.options.get('doc'))] 93 cmd += ['-function', f] 95 cmd += ['-no-doc-sections'] [all …]
|
| /Documentation/devicetree/bindings/display/ |
| D | simple-framebuffer.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/display/simple-framebuffer.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> 11 - Hans de Goede <hdegoede@redhat.com> 14 A simple frame-buffer describes a frame-buffer setup by firmware or 20 sub-nodes of the chosen node (*). Simplefb nodes must be named 32 node contains a display property then the /aliases/display# path 37 interaction, then the chosen node stdout-path property should point [all …]
|
| /Documentation/admin-guide/sysctl/ |
| D | fs.rst | 13 ------------------------------------------------------------------------------ 29 - aio-max-nr 30 - aio-nr 31 - dentry-state 32 - dquot-max 33 - dquot-nr 34 - file-max 35 - file-nr 36 - inode-max 37 - inode-nr [all …]
|
| /Documentation/devicetree/ |
| D | booting-without-of.txt | 2 -------------------------------------------------- 7 Freescale Semiconductor, FSL SOC and 32-bit additions 14 I - Introduction 21 II - The DT block format 27 III - Required content of the device tree 40 IV - "dtc", the device tree compiler 42 V - Recommendations for a bootloader 44 VI - System-on-a-chip devices and nodes 48 VII - Specifying interrupt information for devices 50 2) interrupt-parent property [all …]
|
| /Documentation/kbuild/ |
| D | makefiles.rst | 12 --- 3.1 Goal definitions 13 --- 3.2 Built-in object goals - obj-y 14 --- 3.3 Loadable module goals - obj-m 15 --- 3.4 Objects which export symbols 16 --- 3.5 Library file goals - lib-y 17 --- 3.6 Descending down in directories 18 --- 3.7 Compilation flags 19 --- 3.8 Command line dependency 20 --- 3.9 Dependency tracking 21 --- 3.10 Special Rules [all …]
|
| /Documentation/dev-tools/ |
| D | coccinelle.rst | 14 tree-wide patches and detection of problematic programming patterns. 17 ------------------- 20 which are provided by Coccinelle version 1.0.0-rc11 and above. 27 - Debian 28 - Fedora 29 - Ubuntu 30 - OpenSUSE 31 - Arch Linux 32 - NetBSD 33 - FreeBSD [all …]
|
| /Documentation/virt/uml/ |
| D | UserModeLinux-HOWTO.txt | 130 15.3 Buglets and clean-ups 151 +-----------+-----------+----+ 153 +-----------+-----------+----+ 155 +----------------------------+ 157 +----------------------------+ 165 User-Mode Linux as if they were running under a normal kernel, like 170 +----------------+ 172 +-----------+----------------+ 173 | Process 1 | User-Mode Linux| 174 +----------------------------+ [all …]
|
| /Documentation/networking/ |
| D | filter.txt | 5 ------------ 12 BPF allows a user-space program to attach a filter onto any socket and 37 The biggest user of this construct might be libpcap. Issuing a high-level 38 filter command like `tcpdump -i em1 port 22` passes through the libpcap 40 via SO_ATTACH_FILTER to the kernel. `tcpdump -i em1 port 22 -ddd` 45 qdisc layer, SECCOMP-BPF (SECure COMPuting [1]), and lots of other places 48 [1] Documentation/userspace-api/seccomp_filter.rst 53 architecture for user-level packet capture. In Proceedings of the 56 CA, USA, 2-2. [http://www.tcpdump.org/papers/bpf-usenix93.pdf] 59 --------- [all …]
|
| /Documentation/admin-guide/ |
| D | kernel-parameters.txt | 5 force -- enable ACPI if default was off 6 on -- enable ACPI but allow fallback to DT [arm64] 7 off -- disable ACPI if default was on 8 noirq -- do not use ACPI for IRQ routing 9 strict -- Be less tolerant of platforms that are not 11 rsdt -- prefer RSDT over (default) XSDT 12 copy_dsdt -- copy DSDT to memory 56 Documentation/firmware-guide/acpi/debug.rst for more information about 119 Disable auto-serialization of AML methods 122 auto-serialization feature. [all …]
|