Home
last modified time | relevance | path

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

12345

/Linux-v5.4/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 …]
/Linux-v5.4/lib/zlib_deflate/
Ddefutil.h74 Byte *pending_buf; /* output still pending */
76 Byte *pending_out; /* next pending byte to output to the stream */
79 Byte data_type; /* UNKNOWN, BINARY or ASCII */
80 Byte method; /* STORED (for zip only) or DEFLATED */
89 Byte *window;
244 Byte *window_memory;
251 (2 * (1 << (windowBits)) * sizeof(Byte))
305 put_byte(s, (Byte)s->bi_buf); in bi_flush()
319 put_byte(s, (Byte)s->bi_buf); in bi_windup()
Ddeflate.c76 static int read_buf (z_streamp strm, Byte *buf, unsigned size);
210 mem->window_memory = (Byte *) next; in zlib_deflateInit2()
232 s->window = (Byte *) mem->window_memory; in zlib_deflateInit2()
247 s->method = (Byte)method; in zlib_deflateInit2()
293 put_byte(s, (Byte)(b >> 8)); in putShortMSB()
294 put_byte(s, (Byte)(b & 0xff)); in putShortMSB()
495 Byte *buf, in read_buf()
560 register Byte *scan = s->window + s->strstart; /* current string */ in longest_match()
561 register Byte *match; /* matched string */ in longest_match()
577 register Byte *strend = s->window + s->strstart + MAX_MATCH - 1; in longest_match()
[all …]
/Linux-v5.4/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 …]
/Linux-v5.4/Documentation/media/uapi/v4l/
Dpixfmt-sdr-pcu16be.rst30 **Byte Order.**
38 - Byte B0
39 - Byte B1
40 - Byte B2
41 - Byte B3
Dpixfmt-sdr-pcu20be.rst30 **Byte Order.**
38 - Byte B0
39 - Byte B1
40 - Byte B2
41 - Byte B3
Dpixfmt-sdr-pcu18be.rst30 **Byte Order.**
38 - Byte B0
39 - Byte B1
40 - Byte B2
41 - Byte B3
Dpixfmt-packed-hsv.rst45 - :cspan:`7` Byte 0 in memory
46 - :cspan:`7` Byte 1
47 - :cspan:`7` Byte 2
48 - :cspan:`7` Byte 3
Dpixfmt-packed-yuv.rst40 - :cspan:`7` Byte 0 in memory
42 - :cspan:`7` Byte 1
44 - :cspan:`7` Byte 2
46 - :cspan:`7` Byte 3
Dpixfmt-rgb.rst39 - :cspan:`7` Byte 0 in memory
40 - :cspan:`7` Byte 1
41 - :cspan:`7` Byte 2
42 - :cspan:`7` Byte 3
1009 **Byte Order.**
1103 - :cspan:`7` Byte 0 in memory
1105 - :cspan:`7` Byte 1
1107 - :cspan:`7` Byte 2
1109 - :cspan:`7` Byte 3
Dpixfmt-sdr-ru12le.rst27 **Byte Order.**
/Linux-v5.4/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
/Linux-v5.4/arch/x86/crypto/
Daesni-intel_avx-x86_64.S430 # handle the last <16 Byte block separately
460 # receive the last <16 Byte block
535 #GHASH computation for the last <16 Byte block
551 vpshufb SHUF_MASK(%rip), %xmm14, %xmm14 # perform a 16Byte swap
808 # GHASH computation for the last <16 Byte block
843 # GHASH computation for the last <16 Byte block
1016 vpshufb SHUF_MASK(%rip), reg_i, reg_i # perform a 16Byte swap
1094 vpshufb SHUF_MASK(%rip), \XMM1, \XMM1 # perform a 16Byte swap
1098 vpshufb SHUF_MASK(%rip), \XMM2, \XMM2 # perform a 16Byte swap
1102 vpshufb SHUF_MASK(%rip), \XMM3, \XMM3 # perform a 16Byte swap
[all …]
/Linux-v5.4/Documentation/networking/
Dx25-iface.txt23 First Byte = 0x00 (X25_IFACE_DATA)
29 First Byte = 0x01 (X25_IFACE_CONNECT)
34 First Byte = 0x02 (X25_IFACE_DISCONNECT)
39 First Byte = 0x03 (X25_IFACE_PARAMS)
47 First Byte = 0x00 (X25_IFACE_DATA)
52 First Byte = 0x01 (X25_IFACE_CONNECT)
57 First Byte = 0x02 (X25_IFACE_DISCONNECT)
62 First Byte = 0x03 (X25_IFACE_PARAMS)
/Linux-v5.4/Documentation/driver-api/
Dsmsc_ece1099.rst49 The Write Byte, Read Byte, Send Byte, and Receive Byte protocols are the
/Linux-v5.4/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
/Linux-v5.4/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.rst298 * SMBus PEC support for Write Byte and Receive Byte transactions.
374 Byte), the ADM1032 computes the CRC value over only the second half of
380 the bus supports the SMBus Send Byte and Receive Byte transaction types.
382 SMBus Read Byte, and PEC will work properly.
384 Additionally, the ADM1032 doesn't support SMBus Send Byte with PEC.
386 SMBus Send Byte transaction with PEC is similar to a Write Byte transaction
388 on SMBus Send Byte transactions in the lm90 driver.
/Linux-v5.4/Documentation/i2c/
Dsmbus-protocol.rst65 SMBus Receive Byte: i2c_smbus_read_byte()
78 SMBus Send Byte: i2c_smbus_write_byte()
81 This operation is the reverse of Receive Byte: it sends a single byte
82 to a device. See Receive Byte for more information.
91 SMBus Read Byte: i2c_smbus_read_byte_data()
105 This operation is very like Read Byte; again, data is read from a
118 SMBus Write Byte: i2c_smbus_write_byte_data()
123 the Read Byte operation.
/Linux-v5.4/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()
/Linux-v5.4/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
/Linux-v5.4/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

12345