Home
last modified time | relevance | path

Searched refs:Byte (Results 1 – 25 of 116) sorted by relevance

12345

/linux-6.3-rc2/Documentation/userspace-api/media/v4l/
A Dpixfmt-packed-yuv.rst168 - Byte 0
169 - Byte 1
170 - Byte 2
171 - Byte 3
284 - Byte 0
285 - Byte 1
286 - Byte 2
287 - Byte 3
288 - Byte 4
289 - Byte 5
[all …]
A Dpixfmt-sdr-pcu16be.rst23 **Byte Order.**
31 - Byte B0
32 - Byte B1
33 - Byte B2
34 - Byte B3
A Dpixfmt-sdr-pcu18be.rst23 **Byte Order.**
31 - Byte B0
32 - Byte B1
33 - Byte B2
34 - Byte B3
A Dpixfmt-sdr-pcu20be.rst23 **Byte Order.**
31 - Byte B0
32 - Byte B1
33 - Byte B2
34 - Byte B3
A Dpixfmt-yuv-luma.rst34 - Byte 0
35 - Byte 1
36 - Byte 2
37 - Byte 3
38 - Byte 4
A Dpixfmt-packed-hsv.rst38 - :cspan:`7` Byte 0 in memory
39 - :cspan:`7` Byte 1
40 - :cspan:`7` Byte 2
41 - :cspan:`7` Byte 3
A Dpixfmt-rgb.rst82 - :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
791 - :cspan:`7` Byte 1
792 - :cspan:`7` Byte 2
793 - :cspan:`7` Byte 3
[all …]
/linux-6.3-rc2/Documentation/hid/
A Dhid-alps.rst22 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
94 Byte1 Response Byte
96 Byte3 Address - Byte 1
97 Byte4 Address - Byte 2
[all …]
/linux-6.3-rc2/lib/zlib_dfltcc/
A Ddfltcc_util.h29 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.3-rc2/Documentation/networking/
A Dx25-iface.rst29 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.3-rc2/Documentation/input/devices/
A Dsentelic.rst32 Byte 1: Bit7 => Y overflow
64 Byte 1: Bit7 => Y overflow
117 Byte 2: X coordinate (xpos[9:2])
118 Byte 3: Y coordinate (ypos[9:2])
147 Byte 4: Bit7~Bit0 => Don't Care
172 Byte 2: X coordinate (xpos[9:2])
223 Byte 3: Bit7~Bit6 => Don't care
426 Byte 2: Message type:
460 Byte 1: Bit7 => 0, Y overflow
468 Byte 2: Bit7~1 => (0101101b)
[all …]
/linux-6.3-rc2/lib/zlib_deflate/
A Ddefutil.h76 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()
A Ddeflate.c111 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()
505 Byte *buf, in read_buf()
592 register Byte *strend = s->window + s->strstart + MAX_MATCH; in longest_match()
593 register Byte scan_end1 = scan[best_len-1]; in longest_match()
[all …]
/linux-6.3-rc2/Documentation/i2c/busses/
A Di2c-mlxcpld.rst20 - Receive Byte/Block.
21 - Send Byte/Block.
22 - Read Byte/Block.
23 - Write Byte/Block.
A Di2c-taos-evm.rst39 * Receive Byte
40 * Send Byte
41 * Read Byte
42 * Write Byte
/linux-6.3-rc2/arch/x86/crypto/
A Daesni-intel_avx-x86_64.S419 # handle the last <16 Byte block separately
449 # receive the last <16 Byte block
524 #GHASH computation for the last <16 Byte block
797 # GHASH computation for the last <16 Byte block
832 # GHASH computation for the last <16 Byte block
1575 vpshufb SHUF_MASK(%rip), \XMM1, \XMM1 # perform a 16Byte swap
1576 vpshufb SHUF_MASK(%rip), \XMM2, \XMM2 # perform a 16Byte swap
1577 vpshufb SHUF_MASK(%rip), \XMM3, \XMM3 # perform a 16Byte swap
1578 vpshufb SHUF_MASK(%rip), \XMM4, \XMM4 # perform a 16Byte swap
1579 vpshufb SHUF_MASK(%rip), \XMM5, \XMM5 # perform a 16Byte swap
[all …]
/linux-6.3-rc2/Documentation/hwmon/
A Dabituguru-datasheet.rst171 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 …]
A Dlm90.rst510 * 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.3-rc2/include/linux/
A Dzutil.h47 typedef uLong (*check_func) (uLong check, const Byte *buf,
79 const Byte *buf, in zlib_adler32()
A Dzlib.h85 const Byte *next_in; /* next input byte */
89 Byte *next_out; /* next output byte should be put there */
/linux-6.3-rc2/Documentation/devicetree/bindings/clock/
A Dqcom,gcc-msm8976.yaml30 - description: Byte clock from DSI PHY0
32 - description: Byte clock from DSI PHY1
A Dqcom,sdm845-dispcc.yaml30 - description: Byte clock from DSI PHY0
32 - description: Byte clock from DSI PHY1
/linux-6.3-rc2/Documentation/i2c/
A Dsmbus-protocol.rst67 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.3-rc2/arch/x86/math-emu/
A Dfpu_entry.c98 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.3-rc2/Documentation/m68k/
A Dbuddha-driver.rst31 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

Completed in 45 milliseconds

12345