Searched refs:__u8 (Results 1 – 25 of 540) sorted by relevance
12345678910>>...22
| /include/uapi/linux/ |
| D | cdrom.h | 159 __u8 minute; 160 __u8 second; 161 __u8 frame; 174 __u8 cdmsf_min0; /* start minute */ 175 __u8 cdmsf_sec0; /* start second */ 176 __u8 cdmsf_frame0; /* start frame */ 177 __u8 cdmsf_min1; /* end minute */ 178 __u8 cdmsf_sec1; /* end second */ 179 __u8 cdmsf_frame1; /* end frame */ 185 __u8 cdti_trk0; /* start track */ [all …]
|
| D | batadv_packet.h | 20 #define batadv_tp_is_error(n) ((__u8)(n) > 127 ? 1 : 0) 198 __u8 magic[3]; /* FF:43:05 */ 199 __u8 type; /* bla_claimframe */ 217 __u8 packet_type; 218 __u8 version; 219 __u8 ttl; 220 __u8 flags; 222 __u8 orig[ETH_ALEN]; 223 __u8 prev_sender[ETH_ALEN]; 224 __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 …]
|
| D | adfs_fs.h | 12 __u8 log2secsize; 13 __u8 secspertrack; 14 __u8 heads; 15 __u8 density; 16 __u8 idlen; 17 __u8 log2bpmb; 18 __u8 skew; 19 __u8 bootoption; 20 __u8 lowsector; 21 __u8 nzones; [all …]
|
| D | if_hippi.h | 82 __u8 ulp; /* must contain 4 */ 84 __u8 d1_data_present:1; /* must be 1 */ 85 __u8 start_d2_burst_boundary:1; /* must be zero */ 86 __u8 reserved:6; /* must be zero */ 93 __u8 reserved:6; /* must be zero */ 94 __u8 start_d2_burst_boundary:1; /* must be zero */ 95 __u8 d1_data_present:1; /* must be 1 */ 112 __u8 fc:3; 113 __u8 double_wide:1; 114 __u8 message_type:4; [all …]
|
| /include/uapi/linux/usb/ |
| D | video.h | 219 __u8 bLength; 220 __u8 bDescriptorType; 221 __u8 bDescriptorSubType; 226 __u8 bLength; 227 __u8 bDescriptorType; 228 __u8 bDescriptorSubType; 232 __u8 bInCollection; 233 __u8 baInterfaceNr[]; 243 __u8 bLength; \ 244 __u8 bDescriptorType; \ [all …]
|
| D | midi.h | 39 __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 …]
|
| 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 | 211 __u8 bRequestType; 212 __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 …]
|
| D | cdc.h | 64 __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 …]
|
| /include/linux/ |
| D | cdrom.h | 58 __u8 sanyo_slot : 2; /* Sanyo 3 CD changer support */ 59 __u8 keeplocked : 1; /* CDROM_LOCKDOOR status */ 60 __u8 reserved : 5; /* not used yet */ 62 __u8 last_sense; 63 __u8 media_written; /* dirty flag, DVD+RW bookkeeping */ 140 __u8 fault : 1; 141 __u8 changer_state : 2; 142 __u8 curslot : 5; 143 __u8 mech_state : 3; 144 __u8 door_open : 1; [all …]
|
| D | nvme.h | 253 __u8 rsvd2; 254 __u8 flags; 257 __u8 read_tput; 258 __u8 read_lat; 259 __u8 write_tput; 260 __u8 write_lat; 262 __u8 idle_scale; 263 __u8 rsvd19; 265 __u8 active_work_scale; 266 __u8 rsvd23[9]; [all …]
|
| /include/linux/mfd/ |
| D | si476x-reports.h | 70 __u8 multhint, multlint; 71 __u8 snrhint, snrlint; 72 __u8 rssihint, rssilint; 73 __u8 bltf; 74 __u8 snr_ready; 75 __u8 rssiready; 76 __u8 injside; 77 __u8 afcrl; 78 __u8 valid; 87 __u8 dev; [all …]
|
| /include/net/nfc/ |
| D | nci.h | 171 #define nci_mt_set(hdr, mt) ((hdr)[0] |= (__u8)(((mt)&0x07)<<5)) 177 #define nci_pbf(hdr) (__u8)(((hdr)[0]>>4)&0x01) 178 #define nci_pbf_set(hdr, pbf) ((hdr)[0] |= (__u8)(((pbf)&0x01)<<4)) 184 #define nci_opcode_gid(op) (__u8)(((op)&0x0f00)>>8) 185 #define nci_opcode_oid(op) (__u8)((op)&0x003f) 188 #define nci_plen(hdr) (__u8)((hdr)[2]) 191 #define nci_conn_id(hdr) (__u8)(((hdr)[0])&0x0f) 208 __u8 gid; /* MT & PBF & GID */ 209 __u8 oid; 210 __u8 plen; [all …]
|
| /include/linux/usb/ |
| D | audio-v2.h | 46 __u8 bLength; /* 9 */ 47 __u8 bDescriptorType; /* USB_DT_CS_INTERFACE */ 48 __u8 bDescriptorSubtype; /* UAC_MS_HEADER */ 50 __u8 bCategory; 52 __u8 bmControls; 57 __u8 bLength; /* in bytes: 6 */ 58 __u8 bDescriptorType; /* USB_DT_CS_INTERFACE */ 59 __u8 bDescriptorSubtype; /* FORMAT_TYPE */ 60 __u8 bFormatType; /* FORMAT_TYPE_1 */ 61 __u8 bSubslotSize; /* {1,2,3,4} */ [all …]
|
| D | audio-v3.h | 22 __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 …]
|
| D | midi-v2.h | 52 __u8 bLength; /* 4+n */ 53 __u8 bDescriptorType; /* USB_DT_CS_ENDPOINT */ 54 __u8 bDescriptorSubtype; /* USB_MS_GENERAL_2_0 */ 55 __u8 bNumGrpTrmBlock; /* Number of Group Terminal Blocks: n */ 56 __u8 baAssoGrpTrmBlkID[]; /* ID of the Group Terminal Blocks [n] */ 64 __u8 bLength; \ 65 __u8 bDescriptorType; \ 66 __u8 bDescriptorSubtype; \ 67 __u8 bNumGrpTrmBlock; \ 68 __u8 baAssoGrpTrmBlkID[n]; \ [all …]
|
| D | uas.h | 10 __u8 iu_id; 11 __u8 rsvd1; 47 __u8 iu_id; 48 __u8 rsvd1; 50 __u8 prio_attr; 51 __u8 rsvd5; 52 __u8 len; 53 __u8 rsvd7; 55 __u8 cdb[16]; /* XXX: Overflow-checking tools may misunderstand */ 59 __u8 iu_id; [all …]
|
| /include/net/bluetooth/ |
| D | hci.h | 759 __u8 lap[3]; 760 __u8 length; 761 __u8 num_rsp; 774 __u8 pscan_rep_mode; 775 __u8 pscan_mode; 777 __u8 role_switch; 783 __u8 reason; 800 __u8 role; 806 __u8 reason; 812 __u8 link_key[HCI_LINK_KEY_SIZE]; [all …]
|
| /include/linux/greybus/ |
| D | greybus_protocols.h | 49 __u8 type; /* E.g GB_I2C_TYPE_* or GB_GPIO_TYPE_* */ 50 __u8 result; /* Result of request (in responses only) */ 51 __u8 pad[2]; /* must be zero (ignore when read) */ 60 __u8 phase; 90 __u8 major; 91 __u8 minor; 95 __u8 major; 96 __u8 minor; 100 __u8 bundle_id; 104 __u8 major; [all …]
|
| /include/uapi/scsi/ |
| D | scsi_bsg_ufs.h | 70 __u8 transaction_code; 71 __u8 flags; 72 __u8 lun; 73 __u8 task_tag; 75 __u8 iid: 4; 76 __u8 command_set_type: 4; 78 __u8 command_set_type: 4; 79 __u8 iid: 4; 84 __u8 tm_function; 85 __u8 query_function; [all …]
|
| D | scsi_bsg_mpi3mr.h | 99 __u8 driver_signature[12]; 100 __u8 os_name[16]; 101 __u8 os_version[12]; 102 __u8 driver_name[20]; 103 __u8 driver_version[32]; 104 __u8 driver_release_date[20]; 142 __u8 adp_state; 143 __u8 rsvd3; 158 __u8 reset_type; 159 __u8 rsvd1; [all …]
|
| /include/uapi/rdma/ |
| D | ib_user_mad.h | 82 __u8 sl; 83 __u8 path_bits; 84 __u8 grh_present; 85 __u8 gid_index; 86 __u8 hop_limit; 87 __u8 traffic_class; 88 __u8 gid[16]; 126 __u8 sl; 127 __u8 path_bits; 128 __u8 grh_present; [all …]
|
| /include/uapi/scsi/fc/ |
| D | fc_els.h | 164 __u8 la_cmd; /* command code ELS_LS_ACC */ 165 __u8 la_resv[3]; /* reserved */ 172 __u8 er_cmd; /* command code ELS_LS_RJT */ 173 __u8 er_resv[4]; /* reserved must be zero */ 174 __u8 er_reason; /* reason (enum fc_els_rjt_reason below) */ 175 __u8 er_explan; /* explanation (enum fc_els_rjt_explan below) */ 176 __u8 er_vendor; /* vendor specific code */ 267 __u8 desc_value[]; /* Descriptor Value */ 310 __u8 cmd; /* ELS cmd byte */ 311 __u8 bytes[3]; /* bytes 1..3 */ [all …]
|
| /include/uapi/linux/surface_aggregator/ |
| D | cdev.h | 56 __u8 target_category; 57 __u8 target_id; 58 __u8 command_id; 59 __u8 instance_id; 66 __u8 __pad[6]; 72 __u8 __pad[6]; 90 __u8 target_category; 109 __u8 target_category; 110 __u8 target_id; 111 __u8 cid_enable; [all …]
|
12345678910>>...22