Home
last modified time | relevance | path

Searched refs:__u8 (Results 1 – 25 of 1265) sorted by relevance

12345678910>>...51

/Linux-v4.19/include/uapi/linux/
Dcdrom.h157 __u8 minute;
158 __u8 second;
159 __u8 frame;
172 __u8 cdmsf_min0; /* start minute */
173 __u8 cdmsf_sec0; /* start second */
174 __u8 cdmsf_frame0; /* start frame */
175 __u8 cdmsf_min1; /* end minute */
176 __u8 cdmsf_sec1; /* end second */
177 __u8 cdmsf_frame1; /* end frame */
183 __u8 cdti_trk0; /* start track */
[all …]
Dbatadv_packet.h32 #define batadv_tp_is_error(n) ((__u8)(n) > 127 ? 1 : 0)
194 __u8 magic[3]; /* FF:43:05 */
195 __u8 type; /* bla_claimframe */
213 __u8 packet_type;
214 __u8 version;
215 __u8 ttl;
216 __u8 flags;
218 __u8 orig[ETH_ALEN];
219 __u8 prev_sender[ETH_ALEN];
220 __u8 reserved;
[all …]
Diso_fs.h16 __u8 type[ISODCL(1,1)]; /* 711 */
18 __u8 version[ISODCL(7,7)];
19 __u8 data[ISODCL(8,2048)];
30 __u8 type [ISODCL ( 1, 1)]; /* 711 */
32 __u8 version [ISODCL ( 7, 7)]; /* 711 */
33 __u8 unused1 [ISODCL ( 8, 8)];
36 __u8 unused2 [ISODCL ( 73, 80)];
37 __u8 volume_space_size [ISODCL ( 81, 88)]; /* 733 */
38 __u8 unused3 [ISODCL ( 89, 120)];
39 __u8 volume_set_size [ISODCL (121, 124)]; /* 723 */
[all …]
/Linux-v4.19/include/uapi/linux/usb/
Dvideo.h188 __u8 bLength;
189 __u8 bDescriptorType;
190 __u8 bDescriptorSubType;
195 __u8 bLength;
196 __u8 bDescriptorType;
197 __u8 bDescriptorSubType;
201 __u8 bInCollection;
202 __u8 baInterfaceNr[];
212 __u8 bLength; \
213 __u8 bDescriptorType; \
[all …]
Daudio.h157 __u8 bLength; /* 8 + n */
158 __u8 bDescriptorType; /* USB_DT_CS_INTERFACE */
159 __u8 bDescriptorSubtype; /* UAC_MS_HEADER */
162 __u8 bInCollection; /* n */
163 __u8 baInterfaceNr[]; /* [n] */
171 __u8 bLength; \
172 __u8 bDescriptorType; \
173 __u8 bDescriptorSubtype; \
176 __u8 bInCollection; \
177 __u8 baInterfaceNr[n]; \
[all …]
Dch9.h214 __u8 bRequestType;
215 __u8 bRequest;
281 __u8 bLength;
282 __u8 bDescriptorType;
290 __u8 bLength;
291 __u8 bDescriptorType;
294 __u8 bDeviceClass;
295 __u8 bDeviceSubClass;
296 __u8 bDeviceProtocol;
297 __u8 bMaxPacketSize0;
[all …]
Dcdc.h64 __u8 bLength;
65 __u8 bDescriptorType;
66 __u8 bDescriptorSubType;
73 __u8 bLength;
74 __u8 bDescriptorType;
75 __u8 bDescriptorSubType;
77 __u8 bmCapabilities;
81 __u8 bDataInterface;
86 __u8 bLength;
87 __u8 bDescriptorType;
[all …]
Dmidi.h39 __u8 bLength;
40 __u8 bDescriptorType;
41 __u8 bDescriptorSubtype;
50 __u8 bLength;
51 __u8 bDescriptorType; /* USB_DT_CS_INTERFACE */
52 __u8 bDescriptorSubtype; /* USB_MS_MIDI_IN_JACK */
53 __u8 bJackType; /* USB_MS_EMBEDDED/EXTERNAL */
54 __u8 bJackID;
55 __u8 iJack;
61 __u8 baSourceID;
[all …]
/Linux-v4.19/include/linux/
Dcdrom.h57 __u8 sanyo_slot : 2; /* Sanyo 3 CD changer support */
58 __u8 keeplocked : 1; /* CDROM_LOCKDOOR status */
59 __u8 reserved : 5; /* not used yet */
61 __u8 last_sense;
62 __u8 media_written; /* dirty flag, DVD+RW bookkeeping */
135 __u8 fault : 1;
136 __u8 changer_state : 2;
137 __u8 curslot : 5;
138 __u8 mech_state : 3;
139 __u8 door_open : 1;
[all …]
Dnvme.h180 __u8 rsvd2;
181 __u8 flags;
184 __u8 read_tput;
185 __u8 read_lat;
186 __u8 write_tput;
187 __u8 write_lat;
189 __u8 idle_scale;
190 __u8 rsvd19;
192 __u8 active_work_scale;
193 __u8 rsvd23[9];
[all …]
/Linux-v4.19/include/net/bluetooth/
Dhci.h541 __u8 lap[3];
542 __u8 length;
543 __u8 num_rsp;
556 __u8 pscan_rep_mode;
557 __u8 pscan_mode;
559 __u8 role_switch;
565 __u8 reason;
582 __u8 role;
588 __u8 reason;
594 __u8 link_key[HCI_LINK_KEY_SIZE];
[all …]
/Linux-v4.19/include/net/nfc/
Dnci.h178 #define nci_mt_set(hdr, mt) ((hdr)[0] |= (__u8)(((mt)&0x07)<<5))
184 #define nci_pbf(hdr) (__u8)(((hdr)[0]>>4)&0x01)
185 #define nci_pbf_set(hdr, pbf) ((hdr)[0] |= (__u8)(((pbf)&0x01)<<4))
191 #define nci_opcode_gid(op) (__u8)(((op)&0x0f00)>>8)
192 #define nci_opcode_oid(op) (__u8)((op)&0x003f)
195 #define nci_plen(hdr) (__u8)((hdr)[2])
198 #define nci_conn_id(hdr) (__u8)(((hdr)[0])&0x0f)
215 __u8 gid; /* MT & PBF & GID */
216 __u8 oid;
217 __u8 plen;
[all …]
/Linux-v4.19/arch/m68k/include/asm/
Dmac_iop.h78 __u8 ram_addr_hi; /* shared RAM address hi byte */
79 __u8 pad0;
80 __u8 ram_addr_lo; /* shared RAM address lo byte */
81 __u8 pad1;
82 __u8 status_ctrl; /* status/control register */
83 __u8 pad2[3];
84 __u8 ram_data; /* RAM data byte at ramhi/lo */
86 __u8 pad3[23];
92 __u8 sccb_cmd; /* SCC B command reg */
93 __u8 pad4;
[all …]
/Linux-v4.19/drivers/usb/serial/
Dwhiteheat.h56 __u8 port; /* port number (1 to N) */
89 __u8 port; /* port number (1 to N) */
92 __u8 bits; /* 5, 6, 7, or 8 */
93 __u8 stop; /* 1 or 2, default 1 (2 = 1.5 if bits = 5) */
94 __u8 parity; /* see WHITEHEAT_PAR_* above */
95 __u8 sflow; /* see WHITEHEAT_SFLOW_* above */
96 __u8 xoff; /* XOFF byte value */
97 __u8 xon; /* XON byte value */
98 __u8 hflow; /* see WHITEHEAT_HFLOW_* above */
99 __u8 lloop; /* 0/1 turns local loopback mode off/on */
[all …]
Dio_usbvend.h340 __u8 Length; // Descriptor Length (per USB spec)
341 __u8 DescType; // Descriptor Type (per USB spec, =DEVICE type)
342 __u8 EpicVer; // Version of EPiC spec supported
344 __u8 NumPorts; // Number of serial ports supported
345 __u8 iDownloadFile; // Index of string containing download code filename
347 __u8 Unused[3]; // Available for future expansion, must be 0
349 __u8 MajorVersion; // Firmware version: xx.
350 __u8 MinorVersion; // yy.
426 __u8 DescriptorArea[0x2E0]; // C20 Descriptors go here, up to 2E0h (just a placeholder)
429 __u8 Length; // F00 Desc length for what follows, per USB (= C0h )
[all …]
/Linux-v4.19/drivers/staging/greybus/
Dgreybus_protocols.h93 __u8 type; /* E.g GB_I2C_TYPE_* or GB_GPIO_TYPE_* */
94 __u8 result; /* Result of request (in responses only) */
95 __u8 pad[2]; /* must be zero (ignore when read) */
104 __u8 phase;
134 __u8 major;
135 __u8 minor;
139 __u8 major;
140 __u8 minor;
144 __u8 bundle_id;
148 __u8 major;
[all …]
/Linux-v4.19/include/uapi/scsi/fc/
Dfc_els.h168 __u8 la_cmd; /* command code ELS_LS_ACC */
169 __u8 la_resv[3]; /* reserved */
176 __u8 er_cmd; /* command code ELS_LS_RJT */
177 __u8 er_resv[4]; /* reserved must be zero */
178 __u8 er_reason; /* reason (enum fc_els_rjt_reason below) */
179 __u8 er_explan; /* explanation (enum fc_els_rjt_explan below) */
180 __u8 er_vendor; /* vendor specific code */
225 __u8 sp_hi_ver; /* highest version supported (obs.) */
226 __u8 sp_lo_ver; /* highest version supported (obs.) */
286 __u8 cp_resv1; /* reserved */
[all …]
/Linux-v4.19/drivers/s390/block/
Ddasd_eckd.h109 __u8 record;
110 __u8 kl;
128 __u8 record;
138 __u8 skip_control[14];
140 __u8 physical_addr[3];
141 __u8 flag;
143 __u8 reserved;
144 __u8 key_length;
145 __u8 reserved2[2];
165 __u8 ga_additional; /* Global Attributes Additional */
[all …]
/Linux-v4.19/include/linux/usb/
Daudio-v3.h22 __u8 bDescriptorType;
23 __u8 bDescriptorSubtype;
30 __u8 bDescriptorType;
31 __u8 bDescriptorSubtype;
33 __u8 bNrChannels;
39 __u8 bSegmentType;
46 __u8 bSegmentType; /* Constant END_SEGMENT */
52 __u8 bSegmentType;
53 __u8 bChPurpose;
54 __u8 bChRelationship;
[all …]
Daudio-v2.h49 __u8 bLength; /* 9 */
50 __u8 bDescriptorType; /* USB_DT_CS_INTERFACE */
51 __u8 bDescriptorSubtype; /* UAC_MS_HEADER */
53 __u8 bCategory;
55 __u8 bmControls;
60 __u8 bLength; /* in bytes: 6 */
61 __u8 bDescriptorType; /* USB_DT_CS_INTERFACE */
62 __u8 bDescriptorSubtype; /* FORMAT_TYPE */
63 __u8 bFormatType; /* FORMAT_TYPE_1 */
64 __u8 bSubslotSize; /* {1,2,3,4} */
[all …]
/Linux-v4.19/drivers/gpu/drm/nouveau/include/nvif/
Dioctl.h8 __u8 version;
22 __u8 type;
23 __u8 pad02[4];
26 __u8 owner;
29 __u8 route;
32 __u8 data[]; /* ioctl data (below) */
41 __u8 version;
42 __u8 count;
43 __u8 pad02[6];
53 __u8 version;
[all …]
Dcl5070.h8 __u8 version;
10 __u8 method;
11 __u8 head;
12 __u8 pad03[5];
16 __u8 version;
17 __u8 pad01[7];
30 __u8 version;
39 __u8 method;
42 __u8 pad06[2];
46 __u8 version;
[all …]
/Linux-v4.19/include/uapi/rdma/
Dib_user_cm.h128 __u8 len;
129 __u8 reserved[3];
141 __u8 len;
142 __u8 peer_to_peer;
143 __u8 responder_resources;
144 __u8 initiator_depth;
145 __u8 remote_cm_response_timeout;
146 __u8 flow_control;
147 __u8 local_cm_response_timeout;
148 __u8 retry_count;
[all …]
/Linux-v4.19/include/linux/mfd/
Dsi476x-reports.h79 __u8 multhint, multlint;
80 __u8 snrhint, snrlint;
81 __u8 rssihint, rssilint;
82 __u8 bltf;
83 __u8 snr_ready;
84 __u8 rssiready;
85 __u8 injside;
86 __u8 afcrl;
87 __u8 valid;
96 __u8 dev;
[all …]
/Linux-v4.19/arch/x86/include/uapi/asm/
Dkvm.h65 __u8 last_irr; /* edge detection */
66 __u8 irr; /* interrupt request register */
67 __u8 imr; /* interrupt mask register */
68 __u8 isr; /* interrupt service register */
69 __u8 priority_add; /* highest irq priority */
70 __u8 irq_base;
71 __u8 read_reg_select;
72 __u8 poll;
73 __u8 special_mask;
74 __u8 init_state;
[all …]

12345678910>>...51