Home
last modified time | relevance | path

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

12345

/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-packed-yuv.rst52 - :cspan:`7` Byte 0 in memory
54 - :cspan:`7` Byte 1
169 - Byte 0
170 - Byte 1
171 - Byte 2
172 - Byte 3
271 - Byte 1-0
272 - Byte 3-2
273 - Byte 5-4
274 - Byte 7-6
[all …]
H A Dpixfmt-sdr-pcu16be.rst24 **Byte Order.**
32 - Byte B0
33 - Byte B1
34 - Byte B2
35 - Byte B3
H A Dpixfmt-sdr-pcu18be.rst24 **Byte Order.**
32 - Byte B0
33 - Byte B1
34 - Byte B2
35 - Byte B3
H A Dpixfmt-sdr-pcu20be.rst24 **Byte Order.**
32 - Byte B0
33 - Byte B1
34 - Byte B2
35 - Byte B3
H A Dpixfmt-yuv-luma.rst35 - Byte 0
36 - Byte 1
37 - Byte 2
38 - Byte 3
39 - Byte 4
40 - Byte 5
41 - Byte 6
H A Dpixfmt-rgb.rst82 - :cspan:`7` Byte 0 in memory
83 - :cspan:`7` Byte 1
84 - :cspan:`7` Byte 2
85 - :cspan:`7` Byte 3
667 - Byte 0 in memory
668 - Byte 1
669 - Byte 2
670 - Byte 3
791 - :cspan:`7` Byte 0 in memory
792 - :cspan:`7` Byte 1
[all …]
H A Dpixfmt-packed-hsv.rst39 - :cspan:`7` Byte 0 in memory
40 - :cspan:`7` Byte 1
41 - :cspan:`7` Byte 2
42 - :cspan:`7` Byte 3
H A Dmetafmt-generic.rst30 **Byte Order Of V4L2_META_FMT_GENERIC_8.**
72 **Byte Order Of V4L2_META_FMT_GENERIC_CSI2_10.**
116 **Byte Order Of V4L2_META_FMT_GENERIC_CSI2_12.**
157 **Byte Order Of V4L2_META_FMT_GENERIC_CSI2_14.**
204 **Byte Order Of V4L2_META_FMT_GENERIC_CSI2_16.**
253 **Byte Order Of V4L2_META_FMT_GENERIC_CSI2_20.**
306 **Byte Order Of V4L2_META_FMT_GENERIC_CSI2_24.**
/linux/Documentation/hid/
H A Dhid-alps.rst22 Byte Field Value Notes
75 Byte1 Command Byte
76 Byte2 Address - Byte 0 (LSB)
77 Byte3 Address - Byte 1
78 Byte4 Address - Byte 2
79 Byte5 Address - Byte 3 (MSB)
80 Byte6 Value Byte
84 Command Byte is read=0xD1/write=0xD2.
88 Value Byte is writing data when you send the write commands.
96 Byte1 Response Byte
[all …]
/linux/Documentation/wmi/devices/
H A Dalienware-wmi.rst91 | Operation (Byte 0) | Description | Arguments |
93 | 0x01 | Get the number of temperature | - Byte 1: Fan ID |
96 | 0x02 | Get the temperature sensor IDs | - Byte 1: Fan ID |
97 | | related to a fan sensor ID | - Byte 2: Index |
104 | Operation (Byte 0) | Description | Arguments |
111 | | - Byte 0: Number of fans | |
112 | | - Byte 1: Number of temperature | |
114 | | - Byte 2: Unknown | |
115 | | - Byte 3: Number of thermal | |
118 | 0x03 | List an ID or resource at a given | - Byte 1: Index |
[all …]
/linux/lib/zlib_dfltcc/
H A Ddfltcc_util.h32 Byte **op1, in dfltcc()
34 const Byte **op2, in dfltcc()
39 Byte *t2 = op1 ? *op1 : NULL; in dfltcc()
42 const Byte *t4 = op2 ? *op2 : NULL; in dfltcc()
46 register Byte *r2 __asm__("r2") = t2; in dfltcc()
48 register const Byte *r4 __asm__("r4") = t4; in dfltcc()
/linux/Documentation/input/devices/
H A 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/Documentation/networking/
H A Dx25-iface.rst28 First Byte = 0x00 (X25_IFACE_DATA)
34 First Byte = 0x01 (X25_IFACE_CONNECT)
39 First Byte = 0x02 (X25_IFACE_DISCONNECT)
44 First Byte = 0x03 (X25_IFACE_PARAMS)
52 First Byte = 0x00 (X25_IFACE_DATA)
57 First Byte = 0x01 (X25_IFACE_CONNECT)
62 First Byte = 0x02 (X25_IFACE_DISCONNECT)
67 First Byte = 0x03 (X25_IFACE_PARAMS)
/linux/lib/zlib_deflate/
H 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()
H A Ddeflate.c78 static int read_buf (z_streamp strm, Byte *buf, unsigned size);
111 Byte *window_memory;
233 mem->window_memory = (Byte *) PTR_ALIGN(next, PAGE_SIZE); in zlib_deflateInit2()
235 mem->window_memory = (Byte *) next; in zlib_deflateInit2()
258 s->window = (Byte *) mem->window_memory; in zlib_deflateInit2()
273 s->method = (Byte)method; in zlib_deflateInit2()
321 put_byte(s, (Byte)(b >> 8)); in putShortMSB()
322 put_byte(s, (Byte)(b & 0xff)); in putShortMSB()
502 Byte *buf, in read_buf()
568 register Byte *scan = s->window + s->strstart; /* current string */ in longest_match()
[all …]
/linux/Documentation/i2c/busses/
H A Di2c-taos-evm.rst39 * Receive Byte
40 * Send Byte
41 * Read Byte
42 * Write Byte
H A Di2c-mlxcpld.rst20 - Receive Byte/Block.
21 - Send Byte/Block.
22 - Read Byte/Block.
23 - Write Byte/Block.
/linux/Documentation/hwmon/
H 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 …]
H A Dlm90.rst557 * SMBus PEC support for Write Byte and Receive Byte transactions.
562 * SMBus PEC support for Write Byte and Receive Byte transactions.
678 Byte), the ADM1032 computes the CRC value over only the second half of
684 the bus supports the SMBus Send Byte and Receive Byte transaction types.
686 SMBus Read Byte, and PEC will work properly.
688 Additionally, the ADM1032 doesn't support SMBus Send Byte with PEC.
690 SMBus Send Byte transaction with PEC is similar to a Write Byte transaction
692 on SMBus Send Byte transactions in the lm90 driver.
/linux/include/linux/
H A Dzutil.h47 typedef uLong (*check_func) (uLong check, const Byte *buf,
79 const Byte *buf, in zlib_adler32()
H A Dzlib.h85 const Byte *next_in; /* next input byte */
89 Byte *next_out; /* next output byte should be put there */
/linux/Documentation/i2c/
H 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/arch/x86/math-emu/
H A Dfpu_entry.c99 static int valid_prefix(u_char *Byte, u_char __user ** fpu_eip,
546 static int valid_prefix(u_char *Byte, u_char __user **fpu_eip, in valid_prefix() argument
605 *Byte = byte; in valid_prefix()
609 *Byte = byte; in valid_prefix()
615 *Byte = byte; /* Needed for error message. */ in valid_prefix()
/linux/Documentation/arch/m68k/
H 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
/linux/tools/testing/kunit/
H A D.gitignore2 # Byte-compiled / optimized / DLL files

12345