Searched refs:__u8 (Results 1 – 25 of 1960) sorted by relevance
12345678910>>...79
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
D | cdrom.h | 71 __u8 minute; 72 __u8 second; 73 __u8 frame; 80 __u8 cdmsf_min0; 81 __u8 cdmsf_sec0; 82 __u8 cdmsf_frame0; 83 __u8 cdmsf_min1; 84 __u8 cdmsf_sec1; 85 __u8 cdmsf_frame1; 88 __u8 cdti_trk0; [all …]
|
D | batadv_packet.h | 24 #define batadv_tp_is_error(n) ((__u8) (n) > 127 ? 1 : 0) 93 __u8 magic[3]; 94 __u8 type; 98 __u8 packet_type; 99 __u8 version; 100 __u8 ttl; 101 __u8 flags; 103 __u8 orig[ETH_ALEN]; 104 __u8 prev_sender[ETH_ALEN]; 105 __u8 reserved; [all …]
|
D | iso_fs.h | 25 __u8 type[ISODCL(1, 1)]; 27 __u8 version[ISODCL(7, 7)]; 28 __u8 data[ISODCL(8, 2048)]; 35 __u8 type[ISODCL(1, 1)]; 37 __u8 version[ISODCL(7, 7)]; 38 __u8 unused1[ISODCL(8, 8)]; 41 __u8 unused2[ISODCL(73, 80)]; 42 __u8 volume_space_size[ISODCL(81, 88)]; 43 __u8 unused3[ISODCL(89, 120)]; 44 __u8 volume_set_size[ISODCL(121, 124)]; [all …]
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
D | cdrom.h | 157 __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 …]
|
D | batadv_packet.h | 20 #define batadv_tp_is_error(n) ((__u8)(n) > 127 ? 1 : 0) 190 __u8 magic[3]; /* FF:43:05 */ 191 __u8 type; /* bla_claimframe */ 209 __u8 packet_type; 210 __u8 version; 211 __u8 ttl; 212 __u8 flags; 214 __u8 orig[ETH_ALEN]; 215 __u8 prev_sender[ETH_ALEN]; 216 __u8 reserved; [all …]
|
D | iso_fs.h | 16 __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 …]
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
D | cdrom.h | 62 __u8 minute; 63 __u8 second; 64 __u8 frame; 74 __u8 cdmsf_min0; 75 __u8 cdmsf_sec0; 76 __u8 cdmsf_frame0; 77 __u8 cdmsf_min1; 78 __u8 cdmsf_sec1; 79 __u8 cdmsf_frame1; 83 __u8 cdti_trk0; [all …]
|
D | batadv_packet.h | 11 #define batadv_tp_is_error(n) ((__u8)(n) > 127 ? 1 : 0) 81 __u8 magic[3]; 82 __u8 type; 86 __u8 packet_type; 87 __u8 version; 88 __u8 ttl; 89 __u8 flags; 91 __u8 orig[ETH_ALEN]; 92 __u8 prev_sender[ETH_ALEN]; 93 __u8 reserved; [all …]
|
D | iso_fs.h | 12 __u8 type[ISODCL(1,1)]; 14 __u8 version[ISODCL(7,7)]; 15 __u8 data[ISODCL(8,2048)]; 22 __u8 type [ISODCL ( 1, 1)]; 24 __u8 version [ISODCL ( 7, 7)]; 25 __u8 unused1 [ISODCL ( 8, 8)]; 28 __u8 unused2 [ISODCL ( 73, 80)]; 29 __u8 volume_space_size [ISODCL ( 81, 88)]; 30 __u8 unused3 [ISODCL ( 89, 120)]; 31 __u8 volume_set_size [ISODCL (121, 124)]; [all …]
|
/kernel/linux/linux-5.10/include/uapi/linux/usb/ |
D | video.h | 188 __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 …]
|
D | audio.h | 157 __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 …]
|
D | ch9.h | 214 __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 …]
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/usb/ |
D | video.h | 130 __u8 bLength; 131 __u8 bDescriptorType; 132 __u8 bDescriptorSubType; 135 __u8 bLength; 136 __u8 bDescriptorType; 137 __u8 bDescriptorSubType; 141 __u8 bInCollection; 142 __u8 baInterfaceNr[]; 149 __u8 bLength; \ 150 __u8 bDescriptorType; \ [all …]
|
D | audio.h | 93 __u8 bLength; 94 __u8 bDescriptorType; 95 __u8 bDescriptorSubtype; 98 __u8 bInCollection; 99 __u8 baInterfaceNr[]; 104 __u8 bLength; \ 105 __u8 bDescriptorType; \ 106 __u8 bDescriptorSubtype; \ 109 __u8 bInCollection; \ 110 __u8 baInterfaceNr[n]; \ [all …]
|
D | ch9.h | 97 __u8 bRequestType; 98 __u8 bRequest; 132 __u8 bLength; 133 __u8 bDescriptorType; 136 __u8 bLength; 137 __u8 bDescriptorType; 139 __u8 bDeviceClass; 140 __u8 bDeviceSubClass; 141 __u8 bDeviceProtocol; 142 __u8 bMaxPacketSize0; [all …]
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/usb/ |
D | video.h | 143 __u8 bLength; 144 __u8 bDescriptorType; 145 __u8 bDescriptorSubType; 148 __u8 bLength; 149 __u8 bDescriptorType; 150 __u8 bDescriptorSubType; 154 __u8 bInCollection; 155 __u8 baInterfaceNr[]; 159 … { __u8 bLength; __u8 bDescriptorType; __u8 bDescriptorSubType; __le16 bcdUVC; __le16 wTotalLength… 162 __u8 bLength; [all …]
|
D | audio.h | 106 __u8 bLength; 107 __u8 bDescriptorType; 108 __u8 bDescriptorSubtype; 111 __u8 bInCollection; 112 __u8 baInterfaceNr[]; 115 …scriptor_ ##n { __u8 bLength; __u8 bDescriptorType; __u8 bDescriptorSubtype; __le16 bcdADC; __le16… 118 __u8 bLength; 119 __u8 bDescriptorType; 120 __u8 bDescriptorSubtype; 121 __u8 bTerminalID; [all …]
|
D | ch9.h | 110 __u8 bRequestType; 111 __u8 bRequest; 145 __u8 bLength; 146 __u8 bDescriptorType; 149 __u8 bLength; 150 __u8 bDescriptorType; 152 __u8 bDeviceClass; 153 __u8 bDeviceSubClass; 154 __u8 bDeviceProtocol; 155 __u8 bMaxPacketSize0; [all …]
|
/kernel/linux/linux-5.10/include/linux/ |
D | cdrom.h | 57 __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 */ 138 __u8 fault : 1; 139 __u8 changer_state : 2; 140 __u8 curslot : 5; 141 __u8 mech_state : 3; 142 __u8 door_open : 1; [all …]
|
/kernel/linux/linux-5.10/drivers/s390/block/ |
D | dasd_eckd.h | 137 __u8 record; 138 __u8 kl; 150 __u8 record; 170 __u8 ga_additional; /* Global Attributes Additional */ 171 __u8 ga_extended; /* Global Attributes Extended */ 175 __u8 ep_format; /* Extended Parameter format byte */ 176 __u8 ep_prio; /* Extended Parameter priority I/O byte */ 177 __u8 ep_reserved1; /* Extended Parameter Reserved */ 178 __u8 ep_rec_per_track; /* Number of records on a track */ 179 __u8 ep_reserved[4]; /* Extended Parameter Reserved */ [all …]
|
/kernel/linux/linux-5.10/include/net/nfc/ |
D | nci.h | 166 #define nci_mt_set(hdr, mt) ((hdr)[0] |= (__u8)(((mt)&0x07)<<5)) 172 #define nci_pbf(hdr) (__u8)(((hdr)[0]>>4)&0x01) 173 #define nci_pbf_set(hdr, pbf) ((hdr)[0] |= (__u8)(((pbf)&0x01)<<4)) 179 #define nci_opcode_gid(op) (__u8)(((op)&0x0f00)>>8) 180 #define nci_opcode_oid(op) (__u8)((op)&0x003f) 183 #define nci_plen(hdr) (__u8)((hdr)[2]) 186 #define nci_conn_id(hdr) (__u8)(((hdr)[0])&0x0f) 203 __u8 gid; /* MT & PBF & GID */ 204 __u8 oid; 205 __u8 plen; [all …]
|
/kernel/linux/linux-5.10/arch/s390/include/uapi/asm/ |
D | ipl.h | 10 __u8 flags; 11 __u8 reserved1[2]; 12 __u8 version; 22 __u8 pbt; 36 __u8 pbt; 37 __u8 flags; 38 __u8 reserved1[2]; 39 __u8 loadparm[8]; 40 __u8 reserved2[84]; 48 __u8 pbt; [all …]
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
D | hci.h | 612 __u8 lap[3]; 613 __u8 length; 614 __u8 num_rsp; 627 __u8 pscan_rep_mode; 628 __u8 pscan_mode; 630 __u8 role_switch; 636 __u8 reason; 653 __u8 role; 659 __u8 reason; 665 __u8 link_key[HCI_LINK_KEY_SIZE]; [all …]
|
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
D | mac_iop.h | 78 __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 …]
|
/kernel/linux/linux-5.10/drivers/usb/serial/ |
D | whiteheat.h | 56 __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 …]
|
12345678910>>...79