Home
last modified time | relevance | path

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

12345

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dcdrom.h155 __u8 minute;
156 __u8 second;
157 __u8 frame;
170 __u8 cdmsf_min0; /* start minute */
171 __u8 cdmsf_sec0; /* start second */
172 __u8 cdmsf_frame0; /* start frame */
173 __u8 cdmsf_min1; /* end minute */
174 __u8 cdmsf_sec1; /* end second */
175 __u8 cdmsf_frame1; /* end frame */
181 __u8 cdti_trk0; /* start track */
[all …]
H A Dxfrm.h27 __u8 proto;
31 __u8 ctx_doi;
32 __u8 ctx_alg;
57 __u8 prefixlen_d;
58 __u8 prefixlen_s;
59 __u8 proto;
215 __u8 ctx_alg; /* LSMs: e.g., selinux == 1 */
216 __u8 ctx_doi;
225 __u8 mode;
226 __u8 share;
[all …]
H A Dif_hippi.h82 __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 */
113 __u8 fc:3;
114 __u8 double_wide:1;
115 __u8 message_type:4;
[all …]
H A Dwireless.h662 __u8 fixed; /* Hardware should not use auto select */
663 __u8 disabled; /* Disable the feature */
690 __u8 i; /* List index (when in range struct) */
691 __u8 flags; /* Flags (fixed/auto) */
699 __u8 qual; /* link quality (%retries, SNR,
701 __u8 level; /* signal level (dBm) */
702 __u8 noise; /* noise level (dBm) */
703 __u8 updated; /* Flags to know if updated */
755 __u8 scan_type; /* IW_SCAN_TYPE_{ACTIVE,PASSIVE} */
756 __u8 essid_len;
[all …]
H A Dhdreg.h11 #define HDIO_DRIVE_CMD_HDR_SIZE (4 * sizeof(__u8))
12 #define HDIO_DRIVE_HOB_HDR_SIZE (8 * sizeof(__u8))
13 #define HDIO_DRIVE_TASK_HDR_SIZE (8 * sizeof(__u8))
57 __u8 io_ports[8];
58 __u8 hob_ports[8]; /* bytes 6 and 7 are unused */
74 __u8 command;
75 __u8 sector_number;
76 __u8 feature;
77 __u8 sector_count;
81 __u8 data;
[all …]
H A Dedd.h79 __u8 device_path_info_length; /* = 44 */
80 __u8 reserved2;
82 __u8 host_bus_type[4];
83 __u8 interface_type[8];
91 __u8 bus;
92 __u8 slot;
93 __u8 function;
94 __u8 channel;
113 __u8 device;
114 __u8 reserved1;
[all …]
H A Dmsdos_fs.h111 __u8 ignored[3]; /* Boot strap short or near jump */
112 __u8 system_id[8]; /* Name - can be used to special case
114 __u8 sector_size[2]; /* bytes per logical sector */
115 __u8 sec_per_clus; /* sectors/cluster */
117 __u8 fats; /* number of FATs */
118 __u8 dir_entries[2]; /* root directory entries */
119 __u8 sectors[2]; /* number of sectors */
120 __u8 media; /* media code */
130 __u8 version[2]; /* major, minor filesystem version */
147 __u8 name[MSDOS_NAME];/* name and extension */
[all …]
H A Dadfs_fs.h11 __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 …]
H A Dncp.h24 __u8 sequence;
25 __u8 conn_low;
26 __u8 task;
27 __u8 conn_high;
28 __u8 function;
29 __u8 data[0];
38 __u8 sequence;
39 __u8 conn_low;
40 __u8 task;
41 __u8 conn_high;
[all …]
H A Di2o-dev.h33 #define I2OGETIOPS _IOR(I2O_MAGIC_NUMBER,0,__u8[MAX_I2O_CONTROLLERS])
135 __u8 PciFunctionNumber;
136 __u8 PciDeviceNumber;
137 __u8 PciBusNumber;
138 __u8 reserved;
151 __u8 CSN;
152 __u8 reserved;
158 __u8 reserved;
159 __u8 EisaSlotNumber;
165 __u8 reserved;
[all …]
H A Dscreen_info.h11 __u8 orig_x; /* 0x00 */
12 __u8 orig_y; /* 0x01 */
15 __u8 orig_video_mode; /* 0x06 */
16 __u8 orig_video_cols; /* 0x07 */
20 __u8 orig_video_lines; /* 0x0e */
21 __u8 orig_video_isVGA; /* 0x0f */
32 __u8 red_size; /* 0x26 */
33 __u8 red_pos; /* 0x27 */
34 __u8 green_size; /* 0x28 */
35 __u8 green_pos; /* 0x29 */
[all …]
H A Ddn.h75 __u8 a_addr[DN_MAXADDL]; /* Two bytes little endian */
81 __u8 sdn_flags;
82 __u8 sdn_objnum;
84 __u8 sdn_objname[DN_MAXOBJL];
99 __u8 opt_data[16]; /* User data */
104 __u8 acc_accl;
105 __u8 acc_acc[DN_MAXACCL];
106 __u8 acc_passl;
107 __u8 acc_pass[DN_MAXACCL];
108 __u8 acc_userl;
[all …]
H A Dip.h87 __u8 ihl:4,
90 __u8 version:4,
95 __u8 tos;
99 __u8 ttl;
100 __u8 protocol;
109 __u8 nexthdr;
110 __u8 hdrlen; /* This one is measured in 32 bit units! */
114 __u8 auth_data[0]; /* Variable len but >=4. Mind the 64 bit alignment! */
120 __u8 enc_data[0]; /* Variable len but >=8. Mind the 64 bit alignment! */
124 __u8 nexthdr;
[all …]
H A Dif_fddi.h68 __u8 dsap; /* destination service access point */
69 __u8 ssap; /* source service access point */
70 __u8 ctrl; /* control byte #1 */
76 __u8 dsap; /* destination service access point */
77 __u8 ssap; /* source service access point */
78 __u8 ctrl_1; /* control byte #1 */
79 __u8 ctrl_2; /* control byte #2 */
86 __u8 dsap; /* always 0xAA */
87 __u8 ssap; /* always 0xAA */
88 __u8 ctrl; /* always 0x03 */
[all …]
H A Dkvm.h89 __u8 request_interrupt_window;
90 __u8 padding1[7];
94 __u8 ready_for_interrupt_injection;
95 __u8 if_flag;
96 __u8 padding2[2];
120 __u8 direction;
121 __u8 size; /* bytes */
131 __u8 data[8];
133 __u8 is_write;
151 __u8 icptcode;
[all …]
H A Dif_bridge.h65 __u8 topology_change;
66 __u8 topology_change_detected;
67 __u8 root_port;
68 __u8 stp_enabled;
85 __u8 state;
86 __u8 top_change_ack;
87 __u8 config_pending;
88 __u8 unused0;
96 __u8 mac_addr[6];
97 __u8 port_no;
[all …]
H A Dipv6.h38 __u8 nexthdr;
39 __u8 hdrlen;
40 __u8 type;
41 __u8 segments_left;
51 __u8 nexthdr;
52 __u8 hdrlen;
91 __u8 type;
92 __u8 length;
105 __u8 priority:4,
108 __u8 version:4,
[all …]
H A Dvideodev2.h226 __u8 driver[16]; /* i.e. "bttv" */
227 __u8 card[32]; /* i.e. "Hauppauge WinTV" */
228 __u8 bus_info[32]; /* "PCI:" + pci_name(pci_dev) */
330 __u8 description[32]; /* Description string */
420 __u8 frames;
421 __u8 seconds;
422 __u8 minutes;
423 __u8 hours;
424 __u8 userbits[4];
557 __u8 global_alpha;
[all …]
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/usb/
H A Dch9.h147 __u8 bRequestType;
148 __u8 bRequest;
203 __u8 bLength;
204 __u8 bDescriptorType;
212 __u8 bLength;
213 __u8 bDescriptorType;
216 __u8 bDeviceClass;
217 __u8 bDeviceSubClass;
218 __u8 bDeviceProtocol;
219 __u8 bMaxPacketSize0;
[all …]
H A Dcdc.h50 __u8 bLength;
51 __u8 bDescriptorType;
52 __u8 bDescriptorSubType;
59 __u8 bLength;
60 __u8 bDescriptorType;
61 __u8 bDescriptorSubType;
63 __u8 bmCapabilities;
67 __u8 bDataInterface;
72 __u8 bLength;
73 __u8 bDescriptorType;
[all …]
H A Dmidi.h38 __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 …]
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source4/
H A Ddrvhid_4.h78 typedef U8 __u8; // 1 byte typedef
231 __u8 format;
232 __u8 size;
233 __u8 type;
234 __u8 tag;
236 __u8 u8;
242 __u8 *longdata;
251 __u8 unit_exponent;
252 __u8 unit;
253 __u8 report_id;
[all …]
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source2/
H A Ddrvhid_2.h78 typedef U8 __u8; // 1 byte typedef
231 __u8 format;
232 __u8 size;
233 __u8 type;
234 __u8 tag;
236 __u8 u8;
242 __u8 *longdata;
251 __u8 unit_exponent;
252 __u8 unit;
253 __u8 report_id;
[all …]
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source/
H A Ddrvhid.h78 typedef U8 __u8; // 1 byte typedef
231 __u8 format;
232 __u8 size;
233 __u8 type;
234 __u8 tag;
236 __u8 u8;
242 __u8 *longdata;
251 __u8 unit_exponent;
252 __u8 unit;
253 __u8 report_id;
[all …]
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source3/
H A Ddrvhid_3.h78 typedef U8 __u8; // 1 byte typedef
231 __u8 format;
232 __u8 size;
233 __u8 type;
234 __u8 tag;
236 __u8 u8;
242 __u8 *longdata;
251 __u8 unit_exponent;
252 __u8 unit;
253 __u8 report_id;
[all …]

12345