/linux-6.1.9/Documentation/userspace-api/media/v4l/ |
D | pixfmt-packed-yuv.rst | 51 - :cspan:`7` Byte 0 in memory 53 - :cspan:`7` Byte 1 168 - Byte 0 169 - Byte 1 170 - Byte 2 171 - Byte 3 279 - Byte 0 280 - Byte 1 281 - Byte 2 282 - Byte 3 [all …]
|
D | pixfmt-sdr-pcu16be.rst | 23 **Byte Order.** 31 - Byte B0 32 - Byte B1 33 - Byte B2 34 - Byte B3
|
D | pixfmt-sdr-pcu18be.rst | 23 **Byte Order.** 31 - Byte B0 32 - Byte B1 33 - Byte B2 34 - Byte B3
|
D | pixfmt-sdr-pcu20be.rst | 23 **Byte Order.** 31 - Byte B0 32 - Byte B1 33 - Byte B2 34 - Byte B3
|
D | pixfmt-yuv-luma.rst | 34 - Byte 0 35 - Byte 1 36 - Byte 2 37 - Byte 3 38 - Byte 4
|
D | pixfmt-packed-hsv.rst | 38 - :cspan:`7` Byte 0 in memory 39 - :cspan:`7` Byte 1 40 - :cspan:`7` Byte 2 41 - :cspan:`7` Byte 3
|
D | pixfmt-rgb.rst | 81 - :cspan:`7` Byte 0 in memory 82 - :cspan:`7` Byte 1 83 - :cspan:`7` Byte 2 84 - :cspan:`7` Byte 3 666 - Byte 0 in memory 667 - Byte 1 668 - Byte 2 669 - Byte 3 790 - :cspan:`7` Byte 0 in memory 792 - :cspan:`7` Byte 1 [all …]
|
/linux-6.1.9/Documentation/hid/ |
D | hid-alps.rst | 22 Byte Field Value Notes 74 Byte1 Command Byte 75 Byte2 Address - Byte 0 (LSB) 76 Byte3 Address - Byte 1 77 Byte4 Address - Byte 2 78 Byte5 Address - Byte 3 (MSB) 79 Byte6 Value Byte 83 Command Byte is read=0xD1/write=0xD2. 87 Value Byte is writing data when you send the write commands. 94 Byte1 Response Byte [all …]
|
/linux-6.1.9/lib/zlib_dfltcc/ |
D | dfltcc_util.h | 29 Byte **op1, in dfltcc() 31 const Byte **op2, in dfltcc() 36 Byte *t2 = op1 ? *op1 : NULL; in dfltcc() 38 const Byte *t4 = op2 ? *op2 : NULL; in dfltcc() 42 register Byte *r2 __asm__("r2") = t2; in dfltcc() 44 register const Byte *r4 __asm__("r4") = t4; in dfltcc()
|
/linux-6.1.9/Documentation/networking/ |
D | x25-iface.rst | 29 First Byte = 0x00 (X25_IFACE_DATA) 35 First Byte = 0x01 (X25_IFACE_CONNECT) 40 First Byte = 0x02 (X25_IFACE_DISCONNECT) 45 First Byte = 0x03 (X25_IFACE_PARAMS) 53 First Byte = 0x00 (X25_IFACE_DATA) 58 First Byte = 0x01 (X25_IFACE_CONNECT) 63 First Byte = 0x02 (X25_IFACE_DISCONNECT) 68 First Byte = 0x03 (X25_IFACE_PARAMS)
|
/linux-6.1.9/Documentation/input/devices/ |
D | sentelic.rst | 32 Byte 1: Bit7 => Y overflow 40 Byte 2: X Movement(9-bit 2's complement integers) 41 Byte 3: Y Movement(9-bit 2's complement integers) 42 Byte 4: Bit3~Bit0 => the scrolling wheel's movement since the last data report. 64 Byte 1: Bit7 => Y overflow 72 Byte 2: X Movement(9-bit 2's complement integers) 73 Byte 3: Y Movement(9-bit 2's complement integers) 74 Byte 4: Bit0 => the Vertical scrolling movement downward. 108 Byte 1: Bit7~Bit6 => 00, Normal data packet 117 Byte 2: X coordinate (xpos[9:2]) [all …]
|
/linux-6.1.9/lib/zlib_deflate/ |
D | defutil.h | 76 Byte *pending_buf; /* output still pending */ 78 Byte *pending_out; /* next pending byte to output to the stream */ 81 Byte data_type; /* UNKNOWN, BINARY or ASCII */ 82 Byte method; /* STORED (for zip only) or DEFLATED */ 91 Byte *window; 245 (2 * (1 << (windowBits)) * sizeof(Byte) + PAGE_SIZE) 248 (2 * (1 << (windowBits)) * sizeof(Byte)) 321 put_byte(s, (Byte)s->bi_buf); in bi_flush() 335 put_byte(s, (Byte)s->bi_buf); in bi_windup()
|
D | deflate.c | 78 static int read_buf (z_streamp strm, Byte *buf, unsigned size); 111 Byte *window_memory; 236 mem->window_memory = (Byte *) PTR_ALIGN(next, PAGE_SIZE); in zlib_deflateInit2() 238 mem->window_memory = (Byte *) next; in zlib_deflateInit2() 261 s->window = (Byte *) mem->window_memory; in zlib_deflateInit2() 276 s->method = (Byte)method; in zlib_deflateInit2() 324 put_byte(s, (Byte)(b >> 8)); in putShortMSB() 325 put_byte(s, (Byte)(b & 0xff)); in putShortMSB() 498 Byte *buf, in read_buf() 564 register Byte *scan = s->window + s->strstart; /* current string */ in longest_match() [all …]
|
/linux-6.1.9/Documentation/i2c/busses/ |
D | i2c-mlxcpld.rst | 20 - Receive Byte/Block. 21 - Send Byte/Block. 22 - Read Byte/Block. 23 - Write Byte/Block.
|
D | i2c-taos-evm.rst | 39 * Receive Byte 40 * Send Byte 41 * Read Byte 42 * Write Byte
|
/linux-6.1.9/arch/x86/crypto/ |
D | aesni-intel_avx-x86_64.S | 419 # handle the last <16 Byte block separately 449 # receive the last <16 Byte block 524 #GHASH computation for the last <16 Byte block 540 vpshufb SHUF_MASK(%rip), %xmm14, %xmm14 # perform a 16Byte swap 797 # GHASH computation for the last <16 Byte block 832 # GHASH computation for the last <16 Byte block 1004 vpshufb SHUF_MASK(%rip), reg_i, reg_i # perform a 16Byte swap 1082 vpshufb SHUF_MASK(%rip), \XMM1, \XMM1 # perform a 16Byte swap 1086 vpshufb SHUF_MASK(%rip), \XMM2, \XMM2 # perform a 16Byte swap 1090 vpshufb SHUF_MASK(%rip), \XMM3, \XMM3 # perform a 16Byte swap [all …]
|
/linux-6.1.9/include/linux/ |
D | zutil.h | 47 typedef uLong (*check_func) (uLong check, const Byte *buf, 79 const Byte *buf, in zlib_adler32()
|
D | zlib.h | 85 const Byte *next_in; /* next input byte */ 89 Byte *next_out; /* next output byte should be put there */
|
/linux-6.1.9/Documentation/hwmon/ |
D | abituguru-datasheet.rst | 171 Byte 0: 175 Byte 1: 179 Byte 2: 196 Byte 0: 219 Byte 0: 255 Byte 1: 259 Byte 2: 272 Byte 0: 276 Byte 1: 280 Byte 2: [all …]
|
D | lm90.rst | 510 * SMBus PEC support for Write Byte and Receive Byte transactions. 515 * SMBus PEC support for Write Byte and Receive Byte transactions. 616 Byte), the ADM1032 computes the CRC value over only the second half of 622 the bus supports the SMBus Send Byte and Receive Byte transaction types. 624 SMBus Read Byte, and PEC will work properly. 626 Additionally, the ADM1032 doesn't support SMBus Send Byte with PEC. 628 SMBus Send Byte transaction with PEC is similar to a Write Byte transaction 630 on SMBus Send Byte transactions in the lm90 driver.
|
/linux-6.1.9/Documentation/devicetree/bindings/clock/ |
D | qcom,gcc-msm8976.yaml | 31 - description: Byte clock from DSI PHY0 33 - description: Byte clock from DSI PHY1
|
D | qcom,sdm845-dispcc.yaml | 30 - description: Byte clock from DSI PHY0 32 - description: Byte clock from DSI PHY1
|
/linux-6.1.9/Documentation/i2c/ |
D | smbus-protocol.rst | 67 SMBus Receive Byte 82 SMBus Send Byte 87 This operation is the reverse of Receive Byte: it sends a single byte 88 to a device. See Receive Byte for more information. 97 SMBus Read Byte 115 This operation is very like Read Byte; again, data is read from a 128 SMBus Write Byte 135 the Read Byte operation.
|
/linux-6.1.9/arch/x86/math-emu/ |
D | fpu_entry.c | 98 static int valid_prefix(u_char *Byte, u_char __user ** fpu_eip, 545 static int valid_prefix(u_char *Byte, u_char __user **fpu_eip, in valid_prefix() argument 604 *Byte = byte; in valid_prefix() 608 *Byte = byte; in valid_prefix() 614 *Byte = byte; /* Needed for error message. */ in valid_prefix()
|
/linux-6.1.9/Documentation/m68k/ |
D | buddha-driver.rst | 31 address is written to $4a, then the whole Byte is written to 66 $f00 read only, Byte-access: Bit 7 shows the 71 $f40 read only, Byte-access: Bit 7 shows the 76 $f80 read only, Byte-access: Bit 7 shows the 99 chip cannot be read. Rom is Byte-wide and 127 accesses are Byte-wide and have to be made slower according
|