/linux/drivers/soc/qcom/ |
H A D | qmi_encdec.c | 68 * skip_to_next_elem() - Skip to next element in the structure to be encoded 77 * Return: struct info of the next element that can be encoded. 153 * @buf_dst: Buffer to store the encoded information. 154 * @buf_src: Buffer containing the elements to be encoded. 155 * @elem_len: Number of elements, in the buf_src, to be encoded. 156 * @elem_size: Size of a single instance of the element to be encoded. 160 * encoded information in the destination buffer "buf_dst". The elements are 162 * function returns the number of bytes of encoded information. 164 * Return: The number of bytes of encoded information. 182 * @buf_dst: Buffer to store the encoded information. [all …]
|
/linux/Documentation/devicetree/bindings/powerpc/fsl/ |
H A D | pamu.txt | 13 - ranges : <prop-encoded-array> 20 - interrupts : <prop-encoded-array> 31 - reg : <prop-encoded-array> 51 - reg : <prop-encoded-array> 58 : <prop-encoded-array> 64 : <prop-encoded-array> 83 - fsl,liodn-reg : <prop-encoded-array>
|
H A D | dcsr.txt | 42 Value type: <prop-encoded-array> 89 Value type: <prop-encoded-array> 118 Value type: <prop-encoded-array> 155 Value type: <prop-encoded-array> 180 Value type: <prop-encoded-array> 217 Value type: <prop-encoded-array> 245 Value type: <prop-encoded-array> 276 Value type: <prop-encoded-array> 305 Value type: <prop-encoded-array> 335 Value type: <prop-encoded-array> [all …]
|
H A D | srio-rmu.txt | 20 Value type: <prop-encoded-array> 27 Value type: <prop-encoded-array> 51 Value type: <prop-encoded-array> 81 Value type: <prop-encoded-array> 111 Value type: <prop-encoded-array>
|
H A D | ecm.txt | 22 Value type: <prop-encoded-array> 51 Value type: <prop-encoded-array> 58 Value type: <prop-encoded-array>
|
H A D | mcm.txt | 22 Value type: <prop-encoded-array> 51 Value type: <prop-encoded-array> 58 Value type: <prop-encoded-array>
|
/linux/usr/ |
H A D | Kconfig | 60 Support loading of a gzip encoded initial ramdisk or cpio buffer. 68 Support loading of a bzip2 encoded initial ramdisk or cpio buffer 76 Support loading of a LZMA encoded initial ramdisk or cpio buffer 84 Support loading of a XZ encoded initial ramdisk or cpio buffer. 92 Support loading of a LZO encoded initial ramdisk or cpio buffer 100 Support loading of a LZ4 encoded initial ramdisk or cpio buffer 108 Support loading of a ZSTD encoded initial ramdisk or cpio buffer.
|
/linux/Documentation/arch/powerpc/ |
H A D | associativity.rst | 63 prop-encoded-array: The number N of the domainIDs encoded as with encode-int, followed by 64 N domainID encoded as with encode-int 74 prop-encoded-array: The number N of the distance values encoded as with encode-int, followed by 75 N distance values encoded as with encode-bytes. The max distance value we could encode is 255.
|
/linux/lib/xz/ |
H A D | xz_lzma2.h | 113 /* Match length is encoded with 4, 5, or 10 bits. 153 * The highest two bits of a 32-bit match distance are encoded using six bits. 160 /* Match distances up to 127 are fully encoded using probabilities. Since 161 * the highest two bits (distance slot) are always encoded using six bits, 170 * Match distances greater than 127 are encoded in three pieces: 187 * lowest four bits (alignment) is encoded using probabilities.
|
/linux/drivers/firmware/efi/libstub/ |
H A D | printk.c | 17 * efi_char16_puts() - Write a UCS-2 encoded string to the console 18 * @str: UCS-2 encoded string 61 * - It must be encoded using the correct number of octets. in utf8_to_utf32() 72 * efi_puts() - Write a UTF-8 encoded string to the console 73 * @str: UTF-8 encoded string
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | dev-encoder.rst | 357 rectangle within the source buffer to be encoded into the 439 * encoded frames produced after the restart must not reference any 454 The content of encoded ``CAPTURE`` buffers depends on the active coded pixel 459 queues and memory-to-memory devices. In addition, the order of encoded frames 469 ``CAPTURE`` (for example, if returning an encoded frame allowed the encoder 484 after being encoded into a corresponding ``CAPTURE`` buffer, e.g. if the 489 To allow matching encoded ``CAPTURE`` buffers with ``OUTPUT`` buffers they 549 sequence to avoid losing the already queued/encoded frames. 562 received all encoded frames for all ``OUTPUT`` buffers queued before the 587 :c:func:`VIDIOC_ENCODER_CMD` was issued will be processed and encoded as [all …]
|
H A D | vidioc-g-jpegcomp.rst | 47 itself, and it'll be stored in the JPEG-encoded fields (eg; interlacing 49 like 'encoded by me' or so. 53 stored in the JPEG-encoded fields. These define how the JPEG field is 54 encoded. If you omit them, applications assume you've used standard
|
H A D | dev-stateless-decoder.rst | 15 has to do is to provide the raw encoded stream and dequeue decoded frames in 19 with stateless decoders in order to successfully decode an encoded stream. 29 Depending on the encoded formats supported by the decoder, a single decoded 234 * The amount of encoded data expected by the codec for its current 236 corresponds to one frame worth of encoded data, but some formats may allow (or 238 * All the metadata needed to decode the submitted encoded data, in the form of 255 1. Queue an ``OUTPUT`` buffer containing one unit of encoded bytestream data for 267 number of bytes taken by the encoded data frame in the buffer. 348 its units of encoded data are successfully submitted to the ``OUTPUT`` queue.
|
/linux/arch/arm/mach-sa1100/include/mach/ |
H A D | bitfield.h | 43 * Fld Encoded bit field. 58 * Field Encoded bit field (using the macro "Fld"). 84 * Field Encoded bit field (using the macro "Fld"). 103 * Field Encoded bit field (using the macro "Fld").
|
/linux/Documentation/userspace-api/media/rc/ |
H A D | rc-protos.rst | 9 IR is encoded as a series of pulses and spaces, using a protocol. These 17 Other things can be encoded too. Some IR protocols encode a toggle bit; this 27 how scancodes are encoded for each protocol. 85 This is much like rc-5 but one bit longer. The scancode is encoded 130 This rc-5 extended to encoded 20 bits. The is a 3555 microseconds space 291 Extended nec has a 16 bit address and a 8 bit command. This is encoded 343 events. Refer to the ir-mce_kbd-decoder.c to see how it is encoded. 349 events. Refer to the ir-mce_kbd-decoder.c to see how it is encoded. 409 to the decoder (ir-xmp-decoder.c) to see how it is encoded.
|
/linux/Documentation/devicetree/bindings/leds/ |
H A D | leds-el15203000.txt | 9 Vending area LED encoded with symbol 'V' (hex code 0x56). 13 encoded with symbol 'S' (hex code 0x53). Supports blinking breathing pattern. 15 Water Pipe LED encoded with symbol 'P' (hex code 0x50) and
|
/linux/arch/x86/include/asm/ |
H A D | cpu_device_id.h | 196 * X86_MATCH_VFM - Match encoded vendor/family/model 197 * @vfm: Encoded 8-bits each for vendor, family, model 212 * X86_MATCH_VFM_STEPPINGS - Match encoded vendor/family/model/stepping 213 * @vfm: Encoded 8-bits each for vendor, family, model 229 * X86_MATCH_VFM_FEATURE - Match encoded vendor/family/model/feature 230 * @vfm: Encoded 8-bits each for vendor, family, model
|
/linux/include/linux/ceph/ |
H A D | ceph_frag.h | 10 * Frags are encoded into a 32-bit word: 19 * can't sort encoded frags numerically. However, it does allow you 20 * to feed encoded frags as values into frag_contains_value.
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-net-phydev | 15 device has had any "fixup" workaround running on it, encoded as 25 by the device during bus enumeration, encoded in hexadecimal. 35 Ethernet driver during bus enumeration, encoded in string.
|
/linux/include/media/ |
H A D | v4l2-jpeg.h | 119 * @V4L2_JPEG_APP14_TF_CMYK_RGB: CMYK for images encoded with four components 120 * RGB for images encoded with three components 121 * @V4L2_JPEG_APP14_TF_YCBCR: an image encoded with three components using YCbCr 122 * @V4L2_JPEG_APP14_TF_YCCK: an image encoded with four components using YCCK
|
/linux/Documentation/devicetree/bindings/remoteproc/ |
H A D | qcom,q6v5.txt | 15 Value type: <prop-encoded-array> 26 Value type: <prop-encoded-array> 89 Value type: <prop-encoded-array>
|
/linux/fs/ntfs3/lib/ |
H A D | lzx_decompress.c | 49 /* Number of low-order bits of each match offset that are entropy-encoded in 57 /* Mask for the match offset bits that are entropy-encoded in aligned offset 78 /* Assumed block size when the encoded block size begins with a 0 bit. */ 206 /* Read a Huffman-encoded symbol using the precode. */ 214 /* Read a Huffman-encoded symbol using the main code. */ 222 /* Read a Huffman-encoded symbol using the length code. */ 230 /* Read a Huffman-encoded symbol using the aligned offset code. */ 402 * Note that the codeword lengths in the main code are encoded in lzx_read_block_header() 528 * each offset are encoded using the aligned offset in lzx_decompress_block()
|
/linux/Documentation/devicetree/bindings/interrupt-controller/ |
H A D | open-pic.txt | 17 PIC's addressable register space. The type shall be <prop-encoded-array>. 39 Interrupt specifiers consists of 2 cells encoded as 44 - <2nd-cell>: The level-sense information, encoded as follows:
|
H A D | img,pdc-intc.txt | 14 addressable register space. The type shall be <prop-encoded-array>. 32 Interrupt specifiers consists of 2 cells encoded as follows: 38 - <2nd-cell>: The level-sense information, encoded using the Linux interrupt
|
/linux/drivers/media/platform/mediatek/vcodec/encoder/ |
H A D | venc_ipi_msg.h | 198 * @VEN_IPI_MSG_ENC_STATE_FRAME: one frame being encoded 200 * @VEN_IPI_MSG_ENC_STATE_SKIP: encoded skip frame 216 * @is_key_frm: whether the encoded frame is key frame 217 * @bs_size: encoded bitstream size
|