Searched refs:__u8 (Results 1 – 25 of 49) sorted by relevance
12
50 __u8 bLength;59 __u8 bLength;72 __u8 bLength;88 __u8 bLength;99 __u8 bLength;110 __u8 bLength;114 __u8 bEntityId;115 __u8 iName;122 __u8 bLength;135 __u8 bLength;[all …]
182 __u8 bRequest;247 __u8 bLength;256 __u8 bLength;312 __u8 bLength;335 __u8 bLength;349 __u8 bLength;367 __u8 bLength;386 __u8 bLength;934 __u8 MIC[8];1026 __u8 u1_sel;[all …]
14 __u8 rsvd2;15 __u8 flags;41 __u8 rab;43 __u8 mic;49 __u8 acl;52 __u8 lpa;66 __u8 fna;67 __u8 vwc;89 __u8 ds;90 __u8 rp;[all …]
11 __u8 orig_x; /* 0x00 */12 __u8 orig_y; /* 0x01 */17 __u8 flags; /* 0x08 */18 __u8 unused2; /* 0x09 */33 __u8 red_size; /* 0x26 */34 __u8 red_pos; /* 0x27 */36 __u8 green_pos; /* 0x29 */37 __u8 blue_size; /* 0x2a */38 __u8 blue_pos; /* 0x2b */39 __u8 rsvd_size; /* 0x2c */[all …]
73 __u8 reserved2;84 __u8 bus;85 __u8 slot;87 __u8 channel;106 __u8 device;113 __u8 device;114 __u8 lun;148 __u8 device;160 __u8 checksum;164 __u8 device;[all …]
26 __u8 phy_address;29 __u8 mdio_support;33 __u8 eth_tp_mdix;34 __u8 reserved2;98 __u8 data[0];107 __u8 data[0];261 __u8 data[0];299 __u8 data[0];340 __u8 tos;356 __u8 tos;[all …]
228 __u8 depth; /* Depth of the image */310 __u8 manufacturer[4]; /* Manufacturer */311 __u8 monitor[14]; /* Monitor String */312 __u8 serial_no[14]; /* Serial Number */313 __u8 ascii[14]; /* ? */331 __u8 version; /* EDID version... */332 __u8 revision; /* ...and revision */333 __u8 max_x; /* Maximum horizontal size (cm) */334 __u8 max_y; /* Maximum vertical size (cm) */353 __u8 depth; /* Depth of the image */
152 __u8 version;273 __u8 version;274 __u8 vol_type;276 __u8 compat;362 __u8 vol_type;370 __u8 flags;416 __u8 version;417 __u8 padding1[3];444 __u8 padding[4];489 __u8 vol_type;[all …]
24 __u8 data[0];33 __u8 setup_sects;49 __u8 type_of_loader;50 __u8 loadflags;62 __u8 ext_loader_ver;63 __u8 ext_loader_type;67 __u8 relocatable_kernel;89 __u8 table[14];107 __u8 _pad2[4]; /* 0x054 */111 __u8 _pad3[8]; /* 0x078 */[all …]
94 __u8 ignored[3]; /* Bootstrap code */96 __u8 sector_size[2]; /* Bytes/sector */97 __u8 cluster_size; /* Sectors/cluster */99 __u8 fats; /* Number of FATs */101 __u8 sectors[2]; /* Number of sectors */102 __u8 media; /* Media code */122 __u8 reserved; /* Unused */142 __u8 attr; /* Attribute bits */156 __u8 attr; /* Attribute byte */157 __u8 reserved; /* Unused */[all …]
14 __u8 blue;15 __u8 green;16 __u8 red;17 __u8 reserved;
15 static __u8 root_hub_dev_des[] = {37 static __u8 root_hub_config_des[] = {
335 __u8 bCBWFlags;339 __u8 bCBWLUN;340 __u8 bCDBLength;342 __u8 CBWCDB[CBWCDBLENGTH];352 __u8 bCSWStatus;
424 __u8 node_type;425 __u8 group_type;501 __u8 data[];522 __u8 padding1;523 __u8 type;527 __u8 name[];551 __u8 data[];617 __u8 key_hash;618 __u8 key_fmt;638 __u8 uuid[16];[all …]
74 __u8 mac[ETH_ALEN];95 __u8 duplex;108 __u8 flags;114 __u8 gso_type;132 __u8 flags;134 __u8 gso_type;159 __u8 class;160 __u8 cmd;163 typedef __u8 virtio_net_ctrl_ack;205 __u8 macs[][ETH_ALEN];
93 __u8 cap_vndr; /* Generic PCI field: PCI_CAP_ID_VNDR */94 __u8 cap_next; /* Generic PCI field: next ptr */95 __u8 cap_len; /* Generic PCI field: capability length */96 __u8 cfg_type; /* Identifies the structure */97 __u8 bar; /* Where to find it */98 __u8 padding[3]; /* Pad to full dword */117 __u8 device_status; /* read-write */118 __u8 config_generation; /* read-only */137 __u8 pci_cfg_data[4]; /* Data for BAR access */
45 __u8 heads;46 __u8 sectors;54 __u8 physical_block_exp;56 __u8 alignment_offset;63 __u8 wce;64 __u8 unused;
69 __u8 bStatus;70 __u8 bwPollTimeout[3];71 __u8 bState;72 __u8 iString;76 __u8 bLength;77 __u8 bDescriptorType;78 __u8 bmAttributes;
29 __u8 bLength;30 __u8 bDescriptorType;31 __u8 bDescriptorSubType;34 __u8 DAUValue;
48 static void sl811_write (__u8 index, __u8 data) in sl811_write()56 static __u8 sl811_read (__u8 index) in sl811_read()58 __u8 data; in sl811_read()70 static void inline sl811_read_buf(__u8 offset, __u8 *buf, __u8 size) in sl811_read_buf()83 static void inline sl811_write_buf(__u8 offset, __u8 *buf, __u8 size) in sl811_write_buf()217 __u8 ctrl = SL811_USB_CTRL_ARM | SL811_USB_CTRL_ENABLE; in sl811_send_packet()400 static __u8 sl811_rh_dev_des[] =423 static __u8 sl811_rh_config_des[] =459 static __u8 sl811_rh_hub_des[] =533 __u8 data_buf[16]; in sl811_rh_submit_urb()[all …]
59 __u8 int_period;60 __u8 int_branch;61 __u8 int_load;62 __u8 int_interval;63 __u8 state;64 __u8 type;120 __u8 unused;121 __u8 index;
389 __u8 type;395 __u8 type;437 __u8 bandwidth;489 __u8 type;542 __u8 level;557 __u8 type;594 __u8 name[0];672 __u8 type;695 __u8 level;854 __u8 type;[all …]
132 __u8 nsize;133 __u8 type;134 __u8 unused[2];137 __u8 name[0];164 __u8 compr; /* Compression algorithm used */165 __u8 usercompr; /* Compression algorithm requested by the user */
19 typedef unsigned char __u8; typedef36 typedef __u8 u8;
324 __u8 flags;433 __u8 property;434 __u8 padding[7];
Completed in 48 milliseconds