Searched +full:a +full:- +full:b (Results 1 – 25 of 837) sorted by relevance
12345678910>>...34
| /Documentation/userspace-api/media/v4l/ |
| D | pixfmt-rgb.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 3 .. _pixfmt-rgb: 9 These formats encode each pixel as a triplet of RGB values. They are packed 12 bits required to store a pixel is not aligned to a byte boundary, the data is 20 or a permutation thereof, collectively referred to as alpha formats) depend on 22 (including capture queues of mem-to-mem devices) fill the alpha component in 24 a meaningful value. Otherwise, when the device doesn't capture an alpha channel 25 but can set the alpha bit to a user-configurable value, the 26 :ref:`V4L2_CID_ALPHA_COMPONENT <v4l2-alpha-component>` control is used to 28 the value specified by that control. Otherwise a corresponding format without [all …]
|
| D | metafmt-vsp1-hgo.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 3 .. _v4l2-meta-fmt-vsp1-hgo: 9 Renesas R-Car VSP1 1-D Histogram Data 15 This format describes histogram data generated by the Renesas R-Car VSP1 1-D 18 The VSP1 HGO is a histogram computation engine that can operate on RGB, YCrCb 19 or HSV data. It operates on a possibly cropped and subsampled input image and 20 computes the minimum, maximum and sum of all pixels as well as per-channel 28 - In *64 bins normal mode*, the HGO operates on the three channels independently 29 to compute three 64-bins histograms. RGB, YCbCr and HSV image formats are 31 - In *64 bins maximum mode*, the HGO operates on the maximum of the (R, G, B) [all …]
|
| D | subdev-formats.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 3 .. _v4l2-mbus-format: 14 .. flat-table:: struct v4l2_mbus_framefmt 15 :header-rows: 0 16 :stub-columns: 0 19 * - __u32 20 - ``width`` 21 - Image width in pixels. 22 * - __u32 23 - ``height`` [all …]
|
| /Documentation/filesystems/ |
| D | sharedsubtree.rst | 1 .. SPDX-License-Identifier: GPL-2.0 11 4) Use-case 19 ----------- 23 A process wants to clone its own namespace, but still wants to access the CD 27 It provides the necessary building blocks for features like per-user-namespace 31 ----------- 36 a. shared mount 37 b. slave mount 42 2a) A shared mount can be replicated to as many mountpoints and all the 47 Let's say /mnt has a mount that is shared:: [all …]
|
| /Documentation/translations/zh_CN/driver-api/ |
| D | io_ordering.rst | 1 .. SPDX-License-Identifier: GPL-2.0 3 .. include:: ../disclaimer-zh_CN.rst 5 :Original: Documentation/driver-api/io_ordering.rst 28 CPU A: spin_lock_irqsave(&dev_lock, flags) 29 CPU A: val = readl(my_status); 30 CPU A: ... 31 CPU A: writel(newval, ring_ptr); 32 CPU A: spin_unlock_irqrestore(&dev_lock, flags) 34 CPU B: spin_lock_irqsave(&dev_lock, flags) 35 CPU B: val = readl(my_status); [all …]
|
| /Documentation/driver-api/ |
| D | io_ordering.rst | 2 Ordering I/O writes to memory-mapped addresses 5 On some platforms, so-called memory-mapped I/O is weakly ordered. On such 7 memory-mapped addresses on their device arrive in the order intended. This is 8 typically done by reading a 'safe' device or bridge register, causing the I/O 9 chipset to flush pending writes to the device before any reads are posted. A 10 driver would usually use this technique immediately prior to the exit of a 12 subsequent writes to I/O space arrived only after all prior writes (much like a 15 A more concrete example from a hypothetical device driver:: 18 CPU A: spin_lock_irqsave(&dev_lock, flags) 19 CPU A: val = readl(my_status); [all …]
|
| /Documentation/dev-tools/ |
| D | kmemleak.rst | 4 Kmemleak provides a way of detecting possible kernel memory leaks in a 5 way similar to a `tracing garbage collector 8 reported via /sys/kernel/debug/kmemleak. A similar method is used by the 9 Valgrind tool (``memcheck --leak-check``) to detect the memory leaks in 10 user-space applications. 13 ----- 15 CONFIG_DEBUG_KMEMLEAK in "Kernel hacking" has to be enabled. A kernel 20 # mount -t debugfs nodev /sys/kernel/debug/ 41 Memory scanning parameters can be modified at run-time by writing to the 44 - off [all …]
|
| /Documentation/usb/ |
| D | chipidea.rst | 6 ----------------------------------- 12 ------------------------- 29 otg-rev = <0x0200>; 30 adp-disable; 33 ------------------- 38 2) Connect 2 boards with usb cable: one end is micro A plug, the other end 39 is micro B plug. 41 The A-device (with micro A plug inserted) should enumerate B-device. 45 On B-device:: 49 B-device should take host role and enumerate A-device. [all …]
|
| /Documentation/translations/zh_TW/ |
| D | io_ordering.txt | 1 Chinese translated version of Documentation/driver-api/io_ordering.rst 4 original document maintainer directly. However, if you have a problem 7 or if there is a problem with the translation. 10 --------------------------------------------------------------------- 11 Documentation/driver-api/io_ordering.rst 的繁體中文翻譯 23 --------------------------------------------------------------------- 35 CPU A: spin_lock_irqsave(&dev_lock, flags) 36 CPU A: val = readl(my_status); 37 CPU A: ... 38 CPU A: writel(newval, ring_ptr); [all …]
|
| /Documentation/admin-guide/cgroup-v1/ |
| D | devices.rst | 8 Implement a cgroup to track and enforce open and mknod restrictions 9 on device files. A device cgroup associates a device access 10 whitelist with each cgroup. A whitelist entry has 4 fields. 11 'type' is a (all), c (char), or b (block). 'all' means it applies 13 either an integer or * for all. Access is a composition of r 16 The root device cgroup starts with rwm to 'all'. A child device 17 cgroup gets a copy of the parent. Administrators can then remove 18 devices from the whitelist or add new entries. A child cgroup can 19 never receive a device access which is denied by its parent. 32 echo a > /sys/fs/cgroup/1/devices.deny [all …]
|
| /Documentation/devicetree/bindings/arm/bcm/ |
| D | bcm2835.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Eric Anholt <eric@anholt.net> 11 - Stefan Wahren <wahrenst@gmx.net> 18 - description: BCM2711 based Boards 20 - enum: 21 - raspberrypi,400 22 - raspberrypi,4-compute-module 23 - raspberrypi,4-model-b [all …]
|
| /Documentation/kbuild/ |
| D | Kconfig.select-break | 6 # make KBUILD_KCONFIG=Documentation/kbuild/Kconfig.select-break menuconfig 9 # currently a feature of kconfig, given select was designed to be heavy handed. 10 # Kconfig currently does not check the list of symbols listed on a symbol's 11 # "select" list, this is done on purpose to help load a set of known required 15 # The option B and C are clearly contradicting with respect to A. 16 # However, when A is set, C can be set as well because Kconfig does not 17 # visit the dependencies of the select target (in this case B). And since 18 # Kconfig does not visit the dependencies, it breaks the dependencies of B 19 # (!A). 23 config A config [all …]
|
| /Documentation/devicetree/bindings/interrupt-controller/ |
| D | fsl,mu-msi.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/interrupt-controller/fsl,mu-msi.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Frank Li <Frank.Li@nxp.com> 16 for one processor (A side) to signal the other processor (B side) using 23 registers (Processor A-side, Processor B-side). 28 - $ref: /schemas/interrupt-controller/msi-controller.yaml# 33 - fsl,imx6sx-mu-msi 34 - fsl,imx7ulp-mu-msi [all …]
|
| /Documentation/arch/x86/ |
| D | exception-tables.rst | 1 .. SPDX-License-Identifier: GPL-2.0 9 When a process runs in kernel mode, it often has to access user 22 It only failed for a few buggy programs. In some kernel profiling 23 tests, this normally unneeded verification used up a considerable 27 hardware present in every Linux-capable CPU handle this test. 32 accessible, the CPU generates a page fault exception and calls the 39 regs is a pointer to the saved registers on the stack, error_code 40 contains a reason code for the exception. 51 (i.e. regs->eip) to find an address where the execution can continue 53 return address (again regs->eip) and returns. The execution will [all …]
|
| /Documentation/translations/ko_KR/ |
| D | memory-barriers.txt | 2 This is a version of Documentation/memory-barriers.txt translated into Korean. 5 a problem with the translation, please contact the maintainer of this file. 9 a fork. So if you have any comments or updates for this file please 15 Documentation/memory-barriers.txt 39 일부 이상한 점들은 공식적인 메모리 일관성 모델과 tools/memory-model/ 에 있는 60 해당 배리어의 명시적 사용이 불필요해서 no-op 이 될수도 있음을 알아두시기 76 - 디바이스 오퍼레이션. 77 - 보장사항. 81 - 메모리 배리어의 종류. 82 - 메모리 배리어에 대해 가정해선 안될 것. [all …]
|
| /Documentation/ |
| D | memory-barriers.txt | 14 This document is not a specification; it is intentionally (for the sake of 16 meant as a guide to using the various memory barriers provided by Linux, but 19 documentation at tools/memory-model/. Nevertheless, even this memory 23 To repeat, this document is not a specification of what Linux expects from 31 (2) to provide a guide as to how to use the barriers that are available. 37 Note also that it is possible that a barrier may be a no-op for an 48 - Device operations. 49 - Guarantees. 53 - Varieties of memory barrier. 54 - What may not be assumed about memory barriers? [all …]
|
| /Documentation/sound/cards/ |
| D | serial-u16550.rst | 7 * 0 - Roland Soundcanvas support (default) 8 * 1 - Midiator MS-124T support (1) 9 * 2 - Midiator MS-124W S/A mode (2) 10 * 3 - MS-124W M/B mode support (3) 11 * 4 - Generic device with multiple input support (4) 13 For the Midiator MS-124W, you must set the physical M-S and A-B 17 (midiCnD0-midiCnD15). Whenever you write to a different substream, the driver 20 "parts", so this feature lets you treat each part as a distinct raw MIDI 28 /sbin/modprobe snd-serial-u16550 port=0x3f8 irq=4 speed=115200 34 /sbin/modprobe snd-serial-u16550 port=0x3f8 irq=4 outs=4 [all …]
|
| /Documentation/ABI/testing/ |
| D | debugfs-driver-qat_telemetry | 4 Contact: qat-linux@intel.com 16 * 1-4: telemetry is enabled and running 23 stored in a circular buffer of size 3. These values are then 28 echo 3 > /sys/kernel/debug/qat_4xxx_0000:6b:00.0/telemetry/control 33 echo 0 > /sys/kernel/debug/qat_4xxx_0000:6b:00.0/telemetry/control 40 Contact: qat-linux@intel.com 43 a QAT device: 88 cat /sys/kernel/debug/qat_4xxx_0000:6b:00.0/telemetry/device_data 100 If a device lacks of a specific accelerator, the corresponding 105 What: /sys/kernel/debug/qat_<device>_<BDF>/telemetry/rp_<A/B/C/D>_data [all …]
|
| /Documentation/ABI/stable/ |
| D | sysfs-class-tpm | 4 Contact: linux-integrity@vger.kernel.org 5 Description: The device/ directory under a specific TPM instance exposes 12 Contact: linux-integrity@vger.kernel.org 13 Description: The "active" property prints a '1' if the TPM chip is accepting 16 visible to the OS, but will only accept a restricted set of 24 Contact: linux-integrity@vger.kernel.org 32 Contact: linux-integrity@vger.kernel.org 41 Manufacturer is a hex dump of the 4 byte manufacturer info 42 space in a TPM. TCG version shows the TCG TPM spec level that 49 Contact: linux-integrity@vger.kernel.org [all …]
|
| /Documentation/translations/sp_SP/ |
| D | memory-barriers.txt | 2 This is a version of Documentation/memory-barriers.txt translated into 4 difference between this document and the original file or a problem with 7 (read: Spanish) speakers and is not intended as a fork. So if you have any 35 consistencia de memoria formal y documentación en tools/memory-model/. Sin 53 Tenga en cuenta también que es posible que una barrera no valga (sea no-op) 61 (*) Modelo abstracto de acceso a memoria. 63 - Operaciones del dispositivo. 64 - Garantías. 68 - Variedades de barrera de memoria. 69 - ¿Qué no se puede asumir sobre las barreras de memoria? [all …]
|
| /Documentation/input/devices/ |
| D | rotary-encoder.rst | 2 rotary-encoder - a generic driver for GPIO connected devices 8 -------- 11 peripherals with two wires. The outputs are phase-shifted by 90 degrees 16 a stable state with both outputs high (half-period mode) and some have 17 a stable state in all steps (quarter-period mode). 23 Channel A ____| |_____| |_____| |____ 28 Channel B |_____| |_____| |_____| |__ 31 Event a b c d a b c d a b c d 33 |<-------->| 36 |<-->| [all …]
|
| /Documentation/devicetree/bindings/clock/ |
| D | marvell,armada-3700-uart-clock.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/clock/marvell,armada-3700-uart-clock.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 9 - Pali Rohár <pali@kernel.org> 13 const: marvell,armada-3700-uart-clock 17 - description: UART Clock Control Register 18 - description: UART 2 Baud Rate Divisor Register 23 "TBG-A-P", "TBG-B-P", "TBG-A-S", "TBG-B-S", "xtal" 30 clock-names: [all …]
|
| /Documentation/networking/devlink/ |
| D | ice.rst | 1 .. SPDX-License-Identifier: GPL-2.0 13 .. list-table:: Generic parameters implemented 16 * - Name 17 - Mode 18 - Notes 19 * - ``enable_roce`` 20 - runtime 21 - mutually exclusive with ``enable_iwarp`` 22 * - ``enable_iwarp`` 23 - runtime [all …]
|
| /Documentation/i2c/ |
| D | i2c-address-translators.rst | 1 .. SPDX-License-Identifier: GPL-2.0 11 ----------- 13 An I2C Address Translator (ATR) is a device with an I2C slave parent 16 with a modified slave address. The address used on the parent bus is 21 An ATR looks similar to an i2c-mux except: 22 - the address on the parent and child busses can be different 23 - there is normally no need to select the child port; the alias used on the 26 The ATR functionality can be provided by a chip with many other features. 27 The kernel i2c-atr provides a helper to implement an ATR within a driver. 29 The ATR creates a new I2C "child" adapter on each child bus. Adding [all …]
|
| /Documentation/admin-guide/media/ |
| D | gspca-cardlist.rst | 1 .. SPDX-License-Identifier: GPL-2.0 8 - gspca_main: main driver 9 - gspca\_\ *driver*: subdriver module with *driver* as follows 19 spca501 040a:0002 Kodak DVC-325 20 spca500 040a:0300 Kodak EZ200 24 spca500 041e:400a Creative PC-CAM 300 25 sunplus 041e:400b Creative PC-CAM 600 26 sunplus 041e:4012 PC-Cam350 30 spca561 041e:401a Creative Webcam Vista (PD1100) 41 sq930x 041e:4038 Creative Joy-IT [all …]
|
12345678910>>...34