Home
last modified time | relevance | path

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

123456

/kernel/linux/linux-5.10/Documentation/hid/
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
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 …]
/kernel/linux/linux-5.10/lib/zlib_dfltcc/
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()
/kernel/linux/linux-5.10/Documentation/input/devices/
Dsentelic.rst32 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 …]
/kernel/linux/linux-5.10/lib/zlib_deflate/
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()
Ddeflate.c78 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 …]
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dpixfmt-sdr-pcu16be.rst23 **Byte Order.**
31 - Byte B0
32 - Byte B1
33 - Byte B2
34 - Byte B3
Dpixfmt-sdr-pcu18be.rst23 **Byte Order.**
31 - Byte B0
32 - Byte B1
33 - Byte B2
34 - Byte B3
Dpixfmt-sdr-pcu20be.rst23 **Byte Order.**
31 - Byte B0
32 - Byte B1
33 - Byte B2
34 - Byte B3
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
Dpixfmt-packed-yuv.rst33 - :cspan:`7` Byte 0 in memory
35 - :cspan:`7` Byte 1
37 - :cspan:`7` Byte 2
39 - :cspan:`7` Byte 3
Dpixfmt-sdr-ru12le.rst20 **Byte Order.**
/kernel/linux/linux-5.10/Documentation/i2c/busses/
Di2c-mlxcpld.rst20 - Receive Byte/Block.
21 - Send Byte/Block.
22 - Read Byte/Block.
23 - Write Byte/Block.
Di2c-taos-evm.rst39 * Receive Byte
40 * Send Byte
41 * Read Byte
42 * Write Byte
/kernel/linux/linux-5.10/arch/x86/crypto/
Daesni-intel_avx-x86_64.S429 # handle the last <16 Byte block separately
459 # receive the last <16 Byte block
534 #GHASH computation for the last <16 Byte block
550 vpshufb SHUF_MASK(%rip), %xmm14, %xmm14 # perform a 16Byte swap
807 # GHASH computation for the last <16 Byte block
842 # GHASH computation for the last <16 Byte block
1014 vpshufb SHUF_MASK(%rip), reg_i, reg_i # perform a 16Byte swap
1092 vpshufb SHUF_MASK(%rip), \XMM1, \XMM1 # perform a 16Byte swap
1096 vpshufb SHUF_MASK(%rip), \XMM2, \XMM2 # perform a 16Byte swap
1100 vpshufb SHUF_MASK(%rip), \XMM3, \XMM3 # perform a 16Byte swap
[all …]
/kernel/linux/linux-5.10/Documentation/networking/
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)
/kernel/linux/linux-5.10/include/linux/
Dzutil.h47 typedef uLong (*check_func) (uLong check, const Byte *buf,
79 const Byte *buf, in zlib_adler32()
Dzlib.h85 const Byte *next_in; /* next input byte */
89 Byte *next_out; /* next output byte should be put there */
Dzconf.h52 typedef unsigned char Byte; /* 8 bits */ typedef
/kernel/linux/linux-5.10/Documentation/hwmon/
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 …]
Dlm90.rst320 * SMBus PEC support for Write Byte and Receive Byte transactions.
403 Byte), the ADM1032 computes the CRC value over only the second half of
409 the bus supports the SMBus Send Byte and Receive Byte transaction types.
411 SMBus Read Byte, and PEC will work properly.
413 Additionally, the ADM1032 doesn't support SMBus Send Byte with PEC.
415 SMBus Send Byte transaction with PEC is similar to a Write Byte transaction
417 on SMBus Send Byte transactions in the lm90 driver.
/kernel/linux/linux-5.10/Documentation/i2c/
Dsmbus-protocol.rst65 SMBus Receive Byte
80 SMBus Send Byte
85 This operation is the reverse of Receive Byte: it sends a single byte
86 to a device. See Receive Byte for more information.
95 SMBus Read Byte
113 This operation is very like Read Byte; again, data is read from a
126 SMBus Write Byte
133 the Read Byte operation.
/kernel/linux/linux-5.10/arch/x86/math-emu/
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()
/kernel/linux/linux-5.10/tools/testing/kunit/
D.gitignore2 # Byte-compiled / optimized / DLL files
/kernel/linux/linux-5.10/Documentation/m68k/
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
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/
Drenesas,emev2-smu.txt22 - reg: Byte offset from SMU base and Bit position in the register
33 - reg: Byte offset from SMU base and Bit position in the register

123456