Searched +full:byte +full:- +full:order (Results 1 – 25 of 240) sorted by relevance
12345678910
| /Documentation/netlink/specs/ |
| D | nftables.yaml | 1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 4 protocol: netlink-raw 11 - 15 - 16 name: nfgen-family 18 - 21 - 22 name: res-id 23 byte-order: big-endian 25 - [all …]
|
| D | ovs_flow.yaml | 1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 5 protocol: genetlink-legacy 6 uapi-header: linux/openvswitch.h 12 - 13 name: ovs-header 18 - 19 name: dp-ifindex 24 - 25 name: ovs-flow-stats 28 - [all …]
|
| D | nfsd.yaml | 1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 5 uapi-header: linux/nfsd_netlink.h 9 attribute-sets: 10 - 11 name: rpc-status 13 - 16 byte-order: big-endian 17 - 20 - 23 - [all …]
|
| D | tc.yaml | 1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 4 protocol: netlink-raw 12 - 16 - 19 - 23 - 26 - 29 - 32 - 35 - [all …]
|
| D | tcp_metrics.yaml | 1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 5 protocol: genetlink-legacy 10 c-family-name: tcp-metrics-genl-name 11 c-version-name: tcp-metrics-genl-version 12 max-by-define: true 13 kernel-policy: global 16 - 17 name: tcp-fastopen-cookie-max 21 attribute-sets: 22 - [all …]
|
| D | fou.yaml | 1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 5 protocol: genetlink-legacy 8 Foo-over-UDP. 10 c-family-name: fou-genl-name 11 c-version-name: fou-genl-version 12 max-by-define: true 13 kernel-policy: global 16 - 19 name-prefix: fou-encap- 20 enum-name: [all …]
|
| D | mptcp_pm.yaml | 1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 4 protocol: genetlink-legacy 7 c-family-name: mptcp-pm-name 8 c-version-name: mptcp-pm-ver 9 max-by-define: true 10 kernel-policy: per-op 11 cmd-cnt-name: --mptcp-pm-cmd-after-last 14 - 16 name: event-type 17 enum-name: mptcp-event-type [all …]
|
| /Documentation/userspace-api/media/v4l/ |
| D | metafmt-generic.rst | 1 .. SPDX-License-Identifier: GPL-2.0 OR GFDL-1.1-no-invariants-or-later 8 Generic line-based metadata formats 14 These generic line-based metadata formats define the memory layout of the data 17 .. _v4l2-meta-fmt-generic-8: 20 ----------------------- 22 The V4L2_META_FMT_GENERIC_8 format is a plain 8-bit metadata format. This format 23 is used on CSI-2 for 8 bits per :term:`Data Unit`. 26 packed into one 16-bit Data Unit. Otherwise the 16 bits per pixel dataformat is 27 :ref:`V4L2_META_FMT_GENERIC_CSI2_16 <v4l2-meta-fmt-generic-csi2-16>`. 29 **Byte Order Of V4L2_META_FMT_GENERIC_8.** [all …]
|
| D | pixfmt-packed-yuv.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 3 .. _packed-yuv: 15 - In all the tables that follow, bit 7 is the most significant bit in a byte. 16 - 'Y', 'Cb' and 'Cr' denote bits of the luma, blue chroma (also known as 29 component. They are named based on the order of the Y, Cb and Cr components as 30 seen in a 16-bit word, which is then stored in memory in little endian byte 31 order, and on the number of bits for each component. For instance the YUV565 32 format stores a pixel in a 16-bit word [15:0] laid out at as [Y'\ :sub:`4-0` 33 Cb\ :sub:`5-0` Cr\ :sub:`4-0`], and stored in memory in two bytes, 34 [Cb\ :sub:`2-0` Cr\ :sub:`4-0`] followed by [Y'\ :sub:`4-0` Cb\ :sub:`5-3`]. [all …]
|
| D | pixfmt-z16.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 3 .. _V4L2-PIX-FMT-Z16: 10 16-bit depth data with distance values at each pixel 16 This is a 16-bit format, representing depth data. Each pixel is a 19 is stored in a 16-bit word in the little endian byte order. 21 **Byte Order.** 22 Each cell is one byte. 27 .. flat-table:: 28 :header-rows: 0 29 :stub-columns: 0 [all …]
|
| D | pixfmt-sdr-pcu16be.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 3 .. _V4L2-SDR-FMT-PCU16BE: 9 Planar complex unsigned 16-bit big endian IQ sample 15 number consist of two parts called In-phase and Quadrature (IQ). Both I 23 **Byte Order.** 24 Each cell is one byte. 26 .. flat-table:: 27 :header-rows: 1 28 :stub-columns: 0 30 * - Offset: [all …]
|
| D | pixfmt-rgb.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 3 .. _pixfmt-rgb: 12 bits required to store a pixel is not aligned to a byte boundary, the data is 13 padded with additional bits to fill the remaining byte. 16 always the same for all components), the order of components in memory, and the 22 (including capture queues of mem-to-mem devices) fill the alpha component in 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 31 :ref:`Output <output>` devices (including output queues of mem-to-mem devices 44 - In all the tables that follow, bit 7 is the most significant bit in a byte. [all …]
|
| D | pixfmt-sdr-pcu18be.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 3 .. _V4L2-SDR-FMT-PCU18BE: 9 Planar complex unsigned 18-bit big endian IQ sample 15 number consist of two parts called In-phase and Quadrature (IQ). Both I 23 **Byte Order.** 24 Each cell is one byte. 26 .. flat-table:: 27 :header-rows: 1 28 :stub-columns: 0 30 * - Offset: [all …]
|
| D | pixfmt-sdr-pcu20be.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 3 .. _V4L2-SDR-FMT-PCU20BE: 9 Planar complex unsigned 20-bit big endian IQ sample 15 number consist of two parts called In-phase and Quadrature (IQ). Both I 23 **Byte Order.** 24 Each cell is one byte. 26 .. flat-table:: 27 :header-rows: 1 28 :stub-columns: 0 30 * - Offset: [all …]
|
| D | pixfmt-sdr-cs08.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 3 .. _v4l2-sdr-fmt-cs8: 9 Complex signed 8-bit IQ sample 16 number consist two parts, called In-phase and Quadrature (IQ). Both I 20 **Byte Order.** 21 Each cell is one byte. 23 .. flat-table:: 24 :header-rows: 0 25 :stub-columns: 0 27 * - start + 0: [all …]
|
| D | pixfmt-sdr-cu08.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 3 .. _v4l2-sdr-fmt-cu8: 9 Complex unsigned 8-bit IQ sample 16 number consist two parts, called In-phase and Quadrature (IQ). Both I 20 **Byte Order.** 21 Each cell is one byte. 23 .. flat-table:: 24 :header-rows: 0 25 :stub-columns: 0 27 * - start + 0: [all …]
|
| D | pixfmt-sdr-ru12le.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 3 .. _V4L2-SDR-FMT-RU12LE: 10 Real unsigned 12-bit little endian sample 20 **Byte Order.** 21 Each cell is one byte. 26 .. flat-table:: 27 :header-rows: 0 28 :stub-columns: 0 30 * - start + 0: 31 - I'\ :sub:`0[7:0]` [all …]
|
| D | metafmt-uvc.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 3 .. _v4l2-meta-fmt-uvc: 31 .. flat-table:: UVC Metadata Block 33 :header-rows: 1 34 :stub-columns: 0 36 * - Field 37 - Description 38 * - __u64 ts; 39 - system timestamp in host byte order, measured by the driver upon 41 * - __u16 sof; [all …]
|
| D | pixfmt-srggb10p.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 3 .. _V4L2-PIX-FMT-SRGGB10P: 4 .. _v4l2-pix-fmt-sbggr10p: 5 .. _v4l2-pix-fmt-sgbrg10p: 6 .. _v4l2-pix-fmt-sgrbg10p: 16 10-bit packed Bayer formats 24 bytes. Each of the first 4 bytes contain the 8 high order bits 25 of the pixels, and the 5th byte contains the 2 least significants 26 bits of each pixel, in the same order. 28 Each n-pixel row contains n/2 green samples and n/2 blue or red samples, [all …]
|
| D | pixfmt-sdr-cu16le.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 3 .. _V4L2-SDR-FMT-CU16LE: 10 Complex unsigned 16-bit little endian IQ sample 17 number consist two parts, called In-phase and Quadrature (IQ). Both I 21 **Byte Order.** 22 Each cell is one byte. 25 .. flat-table:: 26 :header-rows: 0 27 :stub-columns: 0 29 * - start + 0: [all …]
|
| D | pixfmt-srggb12p.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 3 .. _V4L2-PIX-FMT-SRGGB12P: 4 .. _v4l2-pix-fmt-sbggr12p: 5 .. _v4l2-pix-fmt-sgbrg12p: 6 .. _v4l2-pix-fmt-sgrbg12p: 13 12-bit packed Bayer formats 14 --------------------------- 22 bytes. Each of the first two bytes contain the 8 high order bits of 23 the pixels, and the third byte contains the four least significants 24 bits of each pixel, in the same order. [all …]
|
| /Documentation/filesystems/ext4/ |
| D | verity.rst | 1 .. SPDX-License-Identifier: GPL-2.0 4 ------------ 6 ext4 supports fs-verity, which is a filesystem feature that provides 8 fs-verity is common to all filesystems that support it; see 10 fs-verity documentation. However, the on-disk layout of the verity 11 metadata is filesystem-specific. On ext4, the verity metadata is 14 - Zero-padding to the next 65536-byte boundary. This padding need not 15 actually be allocated on-disk, i.e. it may be a hole. 17 - The Merkle tree, as documented in 19 <fsverity_merkle_tree>`, with the tree levels stored in order from [all …]
|
| /Documentation/i2c/busses/ |
| D | i2c-taos-evm.rst | 2 Kernel driver i2c-taos-evm 23 ----------------- 25 In order to use this driver, you'll need the serport driver, and the 26 inputattach tool, which is part of the input-utils package. The following 31 # inputattach --taos-evm /dev/ttyS0 35 ----------------- 39 * Receive Byte 40 * Send Byte 41 * Read Byte 42 * Write Byte [all …]
|
| /Documentation/admin-guide/mm/ |
| D | idle_page_tracking.rst | 22 Currently, it consists of the only read-write file, 26 bitmap is represented by an array of 8-byte integers, and the page at PFN #i is 27 mapped to bit #i%64 of array element #i/64, byte order is native. When a bit is 34 the page by writing to the file. A value written to the file is OR-ed with the 43 ``/proc/kpageflags`` in order to correctly count idle huge pages. 46 -EINVAL if you are not starting the read/write on an 8-byte boundary, or 48 this file beyond max PFN will return -ENXIO. 50 That said, in order to estimate the amount of pages that are not used by a 66 The page-types tool in the tools/mm directory can be used to assist in this. 71 See Documentation/admin-guide/mm/pagemap.rst for more information about [all …]
|
| /Documentation/bpf/standardization/ |
| D | instruction-set.rst | 27 BCP 14 `<https://www.rfc-editor.org/info/rfc2119>`_ 28 `<https://www.rfc-editor.org/info/rfc8174>`_ 38 ----- 51 .. table:: Meaning of bit-width notation 63 For example, `u32` is a type whose valid values are all the 32-bit unsigned 64 numbers and `s16` is a type whose valid values are all the 16-bit signed 68 --------- 70 The following byteswap functions are direction-agnostic. That is, 74 * be16: Takes an unsigned 16-bit number and converts it between 75 host byte order and big-endian [all …]
|
12345678910