Searched refs:__u8 (Results 1 – 25 of 420) sorted by relevance
12345678910>>...17
156 __u8 minute;157 __u8 second;158 __u8 frame;171 __u8 cdmsf_min0; /* start minute */172 __u8 cdmsf_sec0; /* start second */173 __u8 cdmsf_frame0; /* start frame */174 __u8 cdmsf_min1; /* end minute */175 __u8 cdmsf_sec1; /* end second */176 __u8 cdmsf_frame1; /* end frame */182 __u8 cdti_trk0; /* start track */[all …]
11 __u8 log2secsize;12 __u8 secspertrack;13 __u8 heads;14 __u8 density;15 __u8 idlen;16 __u8 log2bpmb;17 __u8 skew;18 __u8 bootoption;19 __u8 lowsector;20 __u8 nzones;[all …]
81 __u8 ulp; /* must contain 4 */83 __u8 d1_data_present:1; /* must be 1 */84 __u8 start_d2_burst_boundary:1; /* must be zero */85 __u8 reserved:6; /* must be zero */92 __u8 reserved:6; /* must be zero */93 __u8 start_d2_burst_boundary:1; /* must be zero */94 __u8 d1_data_present:1; /* must be 1 */111 __u8 fc:3;112 __u8 double_wide:1;113 __u8 message_type:4;[all …]
11 __u8 orig_x; /* 0x00 */12 __u8 orig_y; /* 0x01 */15 __u8 orig_video_mode; /* 0x06 */16 __u8 orig_video_cols; /* 0x07 */17 __u8 flags; /* 0x08 */18 __u8 unused2; /* 0x09 */21 __u8 orig_video_lines; /* 0x0e */22 __u8 orig_video_isVGA; /* 0x0f */33 __u8 red_size; /* 0x26 */34 __u8 red_pos; /* 0x27 */[all …]
59 __u8 proto; /* protocol ID field - varies */60 __u8 split_flag; /* for use with split packets */62 __u8 payload[0]; /* space remaining in packet (504 bytes)*/70 __u8 proto; /* ARC_P_RFC1051_ARP/RFC1051_IP */71 __u8 payload[0]; /* 507 bytes */80 __u8 proto; /* Always ARC_P_ETHER */82 __u8 payload[0]; /* 493 bytes */87 __u8 proto;88 __u8 cookie[sizeof(int)];91 __u8 ack;[all …]
187 __u8 bLength;188 __u8 bDescriptorType;189 __u8 bDescriptorSubType;194 __u8 bLength;195 __u8 bDescriptorType;196 __u8 bDescriptorSubType;200 __u8 bInCollection;201 __u8 baInterfaceNr[];211 __u8 bLength; \212 __u8 bDescriptorType; \[all …]
155 __u8 bLength; /* 8 + n */156 __u8 bDescriptorType; /* USB_DT_CS_INTERFACE */157 __u8 bDescriptorSubtype; /* UAC_MS_HEADER */160 __u8 bInCollection; /* n */161 __u8 baInterfaceNr[]; /* [n] */169 __u8 bLength; \170 __u8 bDescriptorType; \171 __u8 bDescriptorSubtype; \174 __u8 bInCollection; \175 __u8 baInterfaceNr[n]; \[all …]
38 __u8 bLength;39 __u8 bDescriptorType;40 __u8 bDescriptorSubtype;49 __u8 bLength;50 __u8 bDescriptorType; /* USB_DT_CS_INTERFACE */51 __u8 bDescriptorSubtype; /* USB_MS_MIDI_IN_JACK */52 __u8 bJackType; /* USB_MS_EMBEDDED/EXTERNAL */53 __u8 bJackID;54 __u8 iJack;60 __u8 baSourceID;[all …]
209 __u8 bRequestType;210 __u8 bRequest;275 __u8 bLength;276 __u8 bDescriptorType;284 __u8 bLength;285 __u8 bDescriptorType;288 __u8 bDeviceClass;289 __u8 bDeviceSubClass;290 __u8 bDeviceProtocol;291 __u8 bMaxPacketSize0;[all …]
63 __u8 bLength;64 __u8 bDescriptorType;65 __u8 bDescriptorSubType;72 __u8 bLength;73 __u8 bDescriptorType;74 __u8 bDescriptorSubType;76 __u8 bmCapabilities;80 __u8 bDataInterface;85 __u8 bLength;86 __u8 bDescriptorType;[all …]
55 __u8 sanyo_slot : 2; /* Sanyo 3 CD changer support */56 __u8 keeplocked : 1; /* CDROM_LOCKDOOR status */57 __u8 reserved : 5; /* not used yet */59 __u8 last_sense;60 __u8 media_written; /* dirty flag, DVD+RW bookkeeping */132 __u8 fault : 1;133 __u8 changer_state : 2;134 __u8 curslot : 5;135 __u8 mech_state : 3;136 __u8 door_open : 1;[all …]
155 __u8 rsvd2;156 __u8 flags;159 __u8 read_tput;160 __u8 read_lat;161 __u8 write_tput;162 __u8 write_lat;164 __u8 idle_scale;165 __u8 rsvd19;167 __u8 active_work_scale;168 __u8 rsvd23[9];[all …]
79 __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 …]
178 #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 …]
127 __u8 len;128 __u8 reserved[3];140 __u8 len;141 __u8 peer_to_peer;142 __u8 responder_resources;143 __u8 initiator_depth;144 __u8 remote_cm_response_timeout;145 __u8 flow_control;146 __u8 local_cm_response_timeout;147 __u8 retry_count;[all …]
81 __u8 sl;82 __u8 path_bits;83 __u8 grh_present;84 __u8 gid_index;85 __u8 hop_limit;86 __u8 traffic_class;87 __u8 gid[16];125 __u8 sl;126 __u8 path_bits;127 __u8 grh_present;[all …]
48 __u8 bLength; /* 9 */49 __u8 bDescriptorType; /* USB_DT_CS_INTERFACE */50 __u8 bDescriptorSubtype; /* UAC_MS_HEADER */52 __u8 bCategory;54 __u8 bmControls;59 __u8 bLength; /* in bytes: 6 */60 __u8 bDescriptorType; /* USB_DT_CS_INTERFACE */61 __u8 bDescriptorSubtype; /* FORMAT_TYPE */62 __u8 bFormatType; /* FORMAT_TYPE_1 */63 __u8 bSubslotSize; /* {1,2,3,4} */[all …]
9 __u8 iu_id;10 __u8 rsvd1;46 __u8 iu_id;47 __u8 rsvd1;49 __u8 prio_attr;50 __u8 rsvd5;51 __u8 len;52 __u8 rsvd7;54 __u8 cdb[16]; /* XXX: Overflow-checking tools may misunderstand */58 __u8 iu_id;[all …]
167 __u8 la_cmd; /* command code ELS_LS_ACC */168 __u8 la_resv[3]; /* reserved */175 __u8 er_cmd; /* command code ELS_LS_RJT */176 __u8 er_resv[4]; /* reserved must be zero */177 __u8 er_reason; /* reason (enum fc_els_rjt_reason below) */178 __u8 er_explan; /* explanation (enum fc_els_rjt_explan below) */179 __u8 er_vendor; /* vendor specific code */224 __u8 sp_hi_ver; /* highest version supported (obs.) */225 __u8 sp_lo_ver; /* highest version supported (obs.) */285 __u8 cp_resv1; /* reserved */[all …]
77 __u8 pt_type;84 __u8 fp_flags; /* flags for responses only */85 __u8 fp_fid[3];114 __u8 fn_pt_type;115 __u8 fn_domain_id_scope;116 __u8 fn_area_id_scope;117 __u8 fn_resvd;124 __u8 fn_resvd;125 __u8 fn_domain_id_scope;126 __u8 fn_area_id_scope;[all …]
513 __u8 lap[3];514 __u8 length;515 __u8 num_rsp;528 __u8 pscan_rep_mode;529 __u8 pscan_mode;531 __u8 role_switch;537 __u8 reason;554 __u8 role;560 __u8 reason;566 __u8 link_key[HCI_LINK_KEY_SIZE];[all …]
29 __u8 integer;31 __u8 decimal;55 __u8 level_at_pos;60 __u8 level_up_pixels;65 __u8 level_low_pixels;71 __u8 en;82 __u8 corr_mode;84 __u8 corr_whole_line;95 __u8 def_level_shift;119 __u8 mode;[all …]
84 __u8 caddr; /* Connection address */85 __u8 control;89 __u8 caddr; /* Connection address */90 __u8 control;91 __u8 ident; /* Should always be XID_FORMAT */ 94 __u8 flags; /* Discovery flags */95 __u8 slotnr;96 __u8 version;100 __u8 caddr; /* Connection address */101 __u8 control;[all …]
13 __u8 ifa_scope;94 __u8 addr[ETH_ALEN];101 __u8 msgflg;104 __u8 forward;108 __u8 msgflg;109 __u8 d_area;110 __u8 d_subarea;111 __u8 d_id[6];112 __u8 s_area;113 __u8 s_subarea;[all …]
51 __u8 fc_cmdref; /* command reference number */52 __u8 fc_pri_ta; /* priority and task attribute */53 __u8 fc_tm_flags; /* task management flags */54 __u8 fc_flags; /* additional len & flags */55 __u8 fc_cdb[16]; /* base CDB */63 __u8 fc_cmdref; /* command reference number */64 __u8 fc_pri_ta; /* priority and task attribute */65 __u8 fc_tm_flags; /* task management flags */66 __u8 fc_flags; /* additional len & flags */67 __u8 fc_cdb[32]; /* base CDB */[all …]