| /Documentation/sphinx/ |
| D | kernel_include.py | 2 # -*- coding: utf-8; mode: python -*- 6 kernel-include 9 Implementation of the ``kernel-include`` reST-directive. 14 The ``kernel-include`` reST-directive is a replacement for the ``include`` 15 directive. The ``kernel-include`` directive expand environment variables in 27 non-existing variables are left unchanged. 48 app.add_directive("kernel-include", KernelInclude) 59 u"""KernelInclude (``kernel-include``) directive""" 61 def run(self): argument 62 env = self.state.document.settings.env [all …]
|
| D | kernel_feat.py | 1 # coding=utf-8 2 # SPDX-License-Identifier: GPL-2.0 5 kernel-feat 8 Implementation of the ``kernel-feat`` reST-directive. 11 :copyright: Copyright (C) 2016-2019 Mauro Carvalho Chehab 12 :maintained-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> 15 The ``kernel-feat`` (:py:class:`KernelFeat`) directive calls the 20 .. code-block:: rst 22 .. kernel-feat:: <ABI directory location> 29 Inserts a code-block with the *raw* reST. Sometimes it is helpful to see [all …]
|
| D | rstFlatTable.py | 2 # -*- coding: utf-8; mode: python -*- 6 flat-table 9 Implementation of the ``flat-table`` reST-directive. 14 The ``flat-table`` (:py:class:`FlatTable`) is a double-stage list similar to 15 the ``list-table`` with some additional features: 17 * *column-span*: with the role ``cspan`` a cell can be extended through 20 * *row-span*: with the role ``rspan`` a cell can be extended through 24 right side of that table-row. With Option ``:fill-cells:`` this behavior 30 * header-rows: [int] count of header rows 31 * stub-columns: [int] count of stub columns [all …]
|
| D | kerneldoc.py | 1 # coding=utf-8 47 """Extract kernel-doc comments from the specified file""" 55 'no-identifiers': directives.unchanged, 60 def run(self): argument 61 env = self.state.document.settings.env 62 cmd = [env.config.kerneldoc_bin, '-rst', '-enable-lineno'] 64 # Pass the version string to kernel-doc, as it needs to use a different 67 cmd += ['-sphinx-version', sphinx.__version__] 69 filename = env.config.kerneldoc_srctree + '/' + self.arguments[0] 75 tab_width = self.options.get('tab-width', self.state.document.settings.tab_width) [all …]
|
| D | kernel_abi.py | 1 # -*- coding: utf-8; mode: python -*- 2 # coding=utf-8 3 # SPDX-License-Identifier: GPL-2.0 6 kernel-abi 9 Implementation of the ``kernel-abi`` reST-directive. 12 :copyright: Copyright (C) 2016-2020 Mauro Carvalho Chehab 13 :maintained-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> 16 The ``kernel-abi`` (:py:class:`KernelCmd`) directive calls the 21 .. code-block:: rst 23 .. kernel-abi:: <ABI directory location> [all …]
|
| D | cdomain.py | 1 # -*- coding: utf-8; mode: python -*- 7 Replacement for the sphinx c-domain. 19 ref-name of a function can be modified. E.g.:: 24 The func-name (e.g. ioctl) remains in the output but the ref-name changed 30 * Handle signatures of function-like macros well. Don't try to deduce 31 arguments types of function-like macros. 56 # - Store the namespace if ".. c:namespace::" tag is found 68 # Handle c:macro for function-style declaration 76 # backward-compatibility with Sphinx < 3.0 85 # backward-compatibility with Sphinx < 3.0 [all …]
|
| 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 | maintainers_include.py | 2 # SPDX-License-Identifier: GPL-2.0 3 # -*- coding: utf-8; mode: python -*- 7 maintainers-include 10 Implementation of the ``maintainers-include`` reST-directive. 15 The ``maintainers-include`` reST-directive performs extensive parsing 32 app.add_directive("maintainers-include", MaintainersInclude) 40 u"""MaintainersInclude (``maintainers-include``) directive""" 43 def parse_maintainers(self, path): argument 44 """Parse all the MAINTAINERS lines into ReST for human-readability""" 67 # Ensure a blank line following the last "|"-prefixed line. [all …]
|
| D | translations.py | 1 # SPDX-License-Identifier: GPL-2.0 37 def apply(self): argument 38 app = self.document.settings.env.app 39 docname = self.document.settings.env.docname 67 self.document.insert(0, new_nodes) 94 app.connect('doctree-resolved', process_languages)
|
| /Documentation/userspace-api/ |
| D | lsm.rst | 1 .. SPDX-License-Identifier: GPL-2.0 2 .. Copyright (C) 2022 Casey Schaufler <casey@schaufler-ca.com> 19 The proc filesystem provides this value in ``/proc/self/attr/current``. 21 Smack also provides this value in ``/proc/self/attr/smack/current``. 22 AppArmor also provides this value in ``/proc/self/attr/apparmor/current``. 26 The proc filesystem provides this value in ``/proc/self/attr/exec``. 28 AppArmor also provides this value in ``/proc/self/attr/apparmor/exec``. 32 The proc filesystem provides this value in ``/proc/self/attr/fscreate``. 37 The proc filesystem provides this value in ``/proc/self/attr/keycreate``. 42 The proc filesystem provides this value in ``/proc/self/attr/prev``. [all …]
|
| /Documentation/devicetree/bindings/usb/ |
| D | usb251xb.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Microchip USB 2.0 Hi-Speed Hub Controller 10 - Richard Leitner <richard.leitner@skidata.com> 15 - microchip,usb2422 16 - microchip,usb2512b 17 - microchip,usb2512bi 18 - microchip,usb2513b 19 - microchip,usb2513bi [all …]
|
| /Documentation/devicetree/bindings/memory-controllers/ |
| D | rockchip,rk3399-dmc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/memory-controllers/rockchip,rk3399-dmc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Brian Norris <briannorris@chromium.org> 15 - rockchip,rk3399-dmc 17 devfreq-events: 26 clock-names: 28 - const: dmc_clk 30 operating-points-v2: true [all …]
|
| /Documentation/ABI/testing/ |
| D | sysfs-bus-iio-sps30 | 4 Contact: linux-iio@vger.kernel.org 6 Writing 1 starts sensor self cleaning. Internal fan accelerates 13 Contact: linux-iio@vger.kernel.org 15 Sensor is capable of triggering self cleaning periodically. 19 Writing 0 disables periodical self cleaning entirely. 24 Contact: linux-iio@vger.kernel.org
|
| /Documentation/admin-guide/cgroup-v1/ |
| D | freezer-subsystem.rst | 39 $ kill -SIGSTOP 16690 40 $ kill -SIGCONT 16690 58 cgroup has its own state (self-state) and the state inherited from the 59 parent (parent-state). Iff both states are THAWED, the cgroup is 64 * freezer.state: Read-write. 66 When read, returns the effective state of the cgroup - "THAWED", 67 "FREEZING" or "FROZEN". This is the combined self and parent-states. 76 When written, sets the self-state of the cgroup. Two values are 77 allowed - "FROZEN" and "THAWED". If FROZEN is written, the cgroup, 81 If THAWED is written, the self-state of the cgroup is changed to [all …]
|
| /Documentation/networking/device_drivers/ethernet/ti/ |
| D | am65_nuss_cpsw_switchdev.rst | 1 .. SPDX-License-Identifier: GPL-2.0 14 ip -d link show dev sw0p1 | grep switchid 23 - The driver is operating in multi-mac mode by default, thus 29 See Documentation/networking/devlink/am65-nuss-cpsw-switch.rst 40 This can be done regardless of the state of Port's netdev devices - UP/DOWN, but 45 When the both interfaces joined the bridge - CPSW switch driver will enable 65 [*] bridge vlan add dev br0 vid 1 pvid untagged self 84 bridge vlan add dev br0 vid 1 pvid untagged self <---- add cpu port to VLAN 1 95 bridge vlan add dev br0 vid 100 pvid untagged self <---- Add cpu port to VLAN100 101 bridge vlan add dev br0 vid 100 pvid tagged self <---- Add cpu port to VLAN100 [all …]
|
| D | cpsw_switchdev.rst | 1 .. SPDX-License-Identifier: GPL-2.0 17 ip -d link show dev sw0p1 | grep switchid 26 - The new (cpsw_new.c) driver is operating in dual-emac mode by default, thus 30 - optimized promiscuous mode: The P0_UNI_FLOOD (both ports) is enabled in 36 - learning disabled on ports as it make not too much sense for 37 segregated ports - no forwarding in HW. 38 - enabled basic support for devlink. 47 name switch_mode type driver-specific 50 name ale_bypass type driver-specific 57 See Documentation/networking/devlink/ti-cpsw-switch.rst [all …]
|
| /Documentation/filesystems/xfs/ |
| D | xfs-self-describing-metadata.rst | 1 .. SPDX-License-Identifier: GPL-2.0 5 XFS Self Describing Metadata 40 Self Describing Metadata 61 self describing metadata. 63 The first, fundamental requirement of self describing metadata is that the 70 Luckily, almost all XFS metadata has magic numbers embedded already - only the 72 magic numbers. Hence we can change the on-disk format of all these objects to 75 the metadata isn't self identifying. If it contains a new magic number, it is 76 self identifying and we can do much more expansive automated verification of the 79 As a primary concern, self describing metadata needs some form of overall [all …]
|
| D | index.rst | 1 .. SPDX-License-Identifier: GPL-2.0 11 xfs-delayed-logging-design 12 xfs-maintainer-entry-profile 13 xfs-self-describing-metadata 14 xfs-online-fsck-design
|
| /Documentation/translations/zh_CN/core-api/ |
| D | memory-hotplug.rst | 1 .. include:: ../disclaimer-zh_CN.rst 3 :Original: Documentation/core-api/memory-hotplug.rst 13 .. _cn_core-api_memory-hotplug: 56 struct notifier_block *self, unsigned long action, void *arg); 58 回调函数的第一个参数(self)是指向回调函数本身的通知器链块的一个指针。第二个参 69 - start_pfn是在线/离线内存的start_pfn。 71 - nr_pages是在线/离线内存的页数。 73 - status_change_nid_normal是当nodemask的N_NORMAL_MEMORY被设置/清除时设置节 74 点id,如果是-1,则nodemask状态不改变。 76 - status_change_nid是当nodemask的N_MEMORY被(将)设置/清除时设置的节点id。这 [all …]
|
| /Documentation/peci/ |
| D | peci.rst | 1 .. SPDX-License-Identifier: GPL-2.0-only 13 controller is acting as a PECI originator and the processor - as 15 PECI can be used in both single processor and multiple-processor based 25 --------- 27 PECI Wire interface uses a single wire for self-clocking and data 28 transfer. It does not require any additional control lines - the 29 physical layer is a self-clocked one-wire bus signal that begins each 37 have a fixed relationship with the processor socket ID - if one of the 42 ------------------------ 44 .. kernel-doc:: include/linux/peci.h [all …]
|
| /Documentation/devicetree/bindings/net/ |
| D | qcom,ipa.yaml | 1 # SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Alex Elder <elder@kernel.org> 21 and has a distinct interrupt and a separately-defined address space. 28 - | 29 -------- --------- 31 | AP +<---. .----+ Modem | 32 | +--. | | .->+ | 34 -------- | | | | --------- [all …]
|
| /Documentation/translations/zh_CN/rust/ |
| D | coding-guidelines.rst | 1 .. SPDX-License-Identifier: GPL-2.0 2 .. include:: ../disclaimer-zh_CN.rst 4 :Original: Documentation/rust/coding-guidelines.rst 17 ------------ 37 像内核其他部分的 ``clang-format`` 一样, ``rustfmt`` 在单个文件上工作,并且不需要 42 ---- 48 .. code-block:: rust 56 .. code-block:: rust 65 .. code-block:: rust 76 pub fn f(x: i32) -> Foo { [all …]
|
| /Documentation/devicetree/bindings/iio/adc/ |
| D | ti,adc12138.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Texas Instruments ADC12138 and similar self-calibrating ADCs 10 - Akinobu Mita <akinobu.mita@gmail.com> 13 13 bit ADCs with 1, 2 or 8 inputs and self calibrating circuitry to 19 - ti,adc12130 20 - ti,adc12132 21 - ti,adc12138 34 vref-p-supply: [all …]
|
| /Documentation/devicetree/bindings/memory-controllers/ddr/ |
| D | jedec,lpddr3-timings.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/memory-controllers/ddr/jedec,lpddr3-timings.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: LPDDR3 SDRAM AC timing parameters for a given speed-bin 10 - Krzysztof Kozlowski <krzk@kernel.org> 14 const: jedec,lpddr3-timings 19 Maximum DDR clock frequency for the speed-bin, in Hz. 20 Property is deprecated, use max-freq. 23 max-freq: [all …]
|
| /Documentation/security/ |
| D | index.rst | 9 snp-tdx-threat-model 10 IMA-templates 13 lsm-development 16 self-protection
|