Home | History | Annotate | Download | only in linux

Lines Matching refs:__u8

22 #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 bDeviceProtocol;
195 __u8 bMaxPacketSize0;
199 __u8 iManufacturer;
200 __u8 iProduct;
201 __u8 iSerialNumber;
202 __u8 bNumConfigurations;
241 __u8 bLength;
242 __u8 bDescriptorType;
245 __u8 bNumInterfaces;
246 __u8 bConfigurationValue;
247 __u8 iConfiguration;
248 __u8 bmAttributes;
249 __u8 bMaxPower;
264 __u8 bLength;
265 __u8 bDescriptorType;
278 __u8 bLength;
279 __u8 bDescriptorType;
281 __u8 bInterfaceNumber;
282 __u8 bAlternateSetting;
283 __u8 bNumEndpoints;
284 __u8 bInterfaceClass;
285 __u8 bInterfaceSubClass;
286 __u8 bInterfaceProtocol;
287 __u8 iInterface;
296 __u8 bLength;
297 __u8 bDescriptorType;
299 __u8 bEndpointAddress;
300 __u8 bmAttributes;
302 __u8 bInterval;
306 __u8 bRefresh;
307 __u8 bSynchAddress;
332 __u8 bLength;
333 __u8 bDescriptorType;
336 __u8 bDeviceClass;
337 __u8 bDeviceSubClass;
338 __u8 bDeviceProtocol;
339 __u8 bMaxPacketSize0;
340 __u8 bNumConfigurations;
341 __u8 bRESERVED;
349 __u8 bLength;
350 __u8 bDescriptorType;
352 __u8 bmAttributes; /* support for HNP, SRP, etc */
363 __u8 bLength;
364 __u8 bDescriptorType;
367 __u8 bDebugInEndpoint;
368 __u8 bDebugOutEndpoint;
375 __u8 bLength;
376 __u8 bDescriptorType;
378 __u8 bFirstInterface;
379 __u8 bInterfaceCount;
380 __u8 bFunctionClass;
381 __u8 bFunctionSubClass;
382 __u8 bFunctionProtocol;
383 __u8 iFunction;
393 __u8 bLength;
394 __u8 bDescriptorType;
397 __u8 bNumEncryptionTypes;
406 __u8 bLength;
407 __u8 bDescriptorType;
409 __u8 tTKID[3];
410 __u8 bReserved;
411 __u8 bKeyData[0];
418 __u8 bLength;
419 __u8 bDescriptorType;
421 __u8 bEncryptionType;
426 __u8 bEncryptionValue; /* use in SET_ENCRYPTION */
427 __u8 bAuthKeyIndex;
435 __u8 bLength;
436 __u8 bDescriptorType;
439 __u8 bNumDeviceCaps;
446 __u8 bLength;
447 __u8 bDescriptorType;
448 __u8 bDevCapabilityType;
454 __u8 bLength;
455 __u8 bDescriptorType;
456 __u8 bDevCapabilityType;
458 __u8 bmAttributes;
473 __u8 bmTFITXPowerInfo; /* TFI power levels */
474 __u8 bmFFITXPowerInfo; /* FFI power levels */
476 __u8 bReserved;
485 __u8 bLength;
486 __u8 bDescriptorType;
488 __u8 bMaxBurst;
489 __u8 bMaxSequence;
492 __u8 bOverTheAirInterval;
493 __u8 bmCompAttributes;
507 __u8 bMessageNumber;
508 __u8 bStatus;
509 __u8 tTKID[3];
510 __u8 bReserved;
511 __u8 CDID[16];
512 __u8 nonce[16];
513 __u8 MIC[8];
523 __u8 CHID[16]; /* persistent host id */
524 __u8 CDID[16]; /* device id (unique w/in host context) */
525 __u8 CK[16]; /* connection key */