Searched refs:__u8 (Results 1 - 25 of 247) sorted by relevance

12345678910

/external/kernel-headers/original/linux/
H A Dusb_ch9.h22 #include <linux/types.h> /* __u8 etc */
127 __u8 bRequestType;
128 __u8 bRequest;
179 __u8 bLength;
180 __u8 bDescriptorType;
188 __u8 bLength;
189 __u8 bDescriptorType;
192 __u8 bDeviceClass;
193 __u8 bDeviceSubClass;
194 __u8 bDeviceProtoco
[all...]
H A Dif_fc.h37 __u8 daddr[FC_ALEN]; /* destination address */
38 __u8 saddr[FC_ALEN]; /* source address */
43 __u8 dsap; /* destination SAP */
44 __u8 ssap; /* source SAP */
45 __u8 llc; /* LLC control field */
46 __u8 protid[3]; /* protocol id */
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_trk
[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_typ
[all...]
H A Dif_alg.h20 __u8 salg_type[14];
23 __u8 salg_name[64];
28 __u8 iv[0];
/external/iptables/include/linux/netfilter/
H A Dxt_multiport.h16 __u8 flags; /* Type of comparison */
17 __u8 count; /* Number of ports */
22 __u8 flags; /* Type of comparison */
23 __u8 count; /* Number of ports */
25 __u8 pflags[XT_MULTI_PORTS]; /* Port flags */
26 __u8 invert; /* Invert flag */
H A Dxt_dscp.h21 __u8 dscp;
22 __u8 invert;
26 __u8 tos_mask;
27 __u8 tos_value;
28 __u8 invert;
H A Dxt_DSCP.h18 __u8 dscp;
22 __u8 tos_value;
23 __u8 tos_mask;
H A Dxt_ipvs.h21 __u8 l4proto;
22 __u8 fwd_method;
25 __u8 invert;
26 __u8 bitmask;
H A Dxt_socket.h9 __u8 flags;
H A Dxt_tcpudp.h10 __u8 option; /* TCP Option iff non-zero*/
11 __u8 flg_mask; /* TCP flags mask byte */
12 __u8 flg_cmp; /* TCP flags compare byte */
13 __u8 invflags; /* Inverse flags */
27 __u8 invflags; /* Inverse flags */
H A Dxt_u32.h13 __u8 nextop;
30 __u8 nnums;
31 __u8 nvalues;
36 __u8 ntests;
37 __u8 invert;
H A Dxt_CHECKSUM.h17 __u8 operation; /* bitset of operations */
H A Dxt_CONNSECMARK.h12 __u8 mode;
/external/kernel-headers/original/media/
H A Dov5650.h28 #define OV5650_IOCTL_GET_STATUS _IOR('o', 5, __u8)
40 __u8 sensor_serial_num[6];
41 __u8 part_num[8];
42 __u8 lens_id[1];
43 __u8 manufacture_id[2];
44 __u8 factory_id[2];
45 __u8 manufacture_date[9];
46 __u8 manufacture_line[2];
49 __u8 focuser_liftoff[2];
50 __u8 focuser_macr
[all...]
/external/kernel-headers/original/linux/usb/
H A Dch9.h36 #include <linux/types.h> /* __u8 etc */
179 __u8 bRequestType;
180 __u8 bRequest;
243 __u8 bLength;
244 __u8 bDescriptorType;
252 __u8 bLength;
253 __u8 bDescriptorType;
256 __u8 bDeviceClass;
257 __u8 bDeviceSubClass;
258 __u8 bDeviceProtoco
[all...]
/external/iproute2/include/linux/
H A Dif_addrlabel.h16 __u8 ifal_family; /* Address family */
17 __u8 __ifal_reserved; /* Reserved */
18 __u8 ifal_prefixlen; /* Prefix length */
19 __u8 ifal_flags; /* Flags */
H A Dinet_diag.h26 __u8 idiag_family; /* Family of addresses. */
27 __u8 idiag_src_len;
28 __u8 idiag_dst_len;
29 __u8 idiag_ext; /* Query extended information */
38 __u8 sdiag_family;
39 __u8 sdiag_protocol;
40 __u8 idiag_ext;
41 __u8 pad;
78 __u8 family;
79 __u8 prefix_le
[all...]
H A Dfib_rules.h19 __u8 family;
20 __u8 dst_len;
21 __u8 src_len;
22 __u8 tos;
24 __u8 table;
25 __u8 res1; /* reserved */
26 __u8 res2; /* reserved */
27 __u8 action;
H A Dsock_diag.h9 __u8 sdiag_family;
10 __u8 sdiag_protocol;
/external/iproute2/include/linux/tc_ematch/
H A Dtc_em_cmp.h11 __u8 align:4;
12 __u8 flags:4;
13 __u8 layer:4;
14 __u8 opnd:4;
H A Dtc_em_text.h14 __u8 from_layer:4;
15 __u8 to_layer:4;
16 __u8 pad;
/external/iproute2/include/linux/netfilter/
H A Dxt_tcpudp.h10 __u8 option; /* TCP Option iff non-zero*/
11 __u8 flg_mask; /* TCP flags mask byte */
12 __u8 flg_cmp; /* TCP flags compare byte */
13 __u8 invflags; /* Inverse flags */
27 __u8 invflags; /* Inverse flags */
/external/clang/test/CodeGen/
H A D2009-07-22-StructLayout.c4 typedef unsigned char __u8; typedef
11 __u8 bLength;
12 __u8 bDescriptorType;
13 __u8 bDescriptorSubType;
15 __u8 iMACAddress;
19 __u8 bNumberPowerFilters;
/external/kernel-headers/original/asm-x86/
H A Dvoyager.h96 __u8 asic_addr; /* ASIC address; Level 4 */
97 __u8 asic_type; /* ASIC type */
98 __u8 asic_id; /* ASIC id */
99 __u8 jtag_id[4]; /* JTAG id */
100 __u8 asic_location; /* Location within scan path; start w/ 0 */
101 __u8 bit_location; /* Location within bit stream; start w/ 0 */
102 __u8 ireg_length; /* Instruction register length */
108 __u8 module_addr; /* Module address */
109 __u8 scan_path_connected; /* Scan path connected */
121 __u8 module_i
[all...]

Completed in 958 milliseconds

12345678910