• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/usb/

Lines Matching refs:__u8

36 #include <linux/types.h>	/* __u8 etc */
141 __u8 bRequestType;
142 __u8 bRequest;
196 __u8 bLength;
197 __u8 bDescriptorType;
205 __u8 bLength;
206 __u8 bDescriptorType;
209 __u8 bDeviceClass;
210 __u8 bDeviceSubClass;
211 __u8 bDeviceProtocol;
212 __u8 bMaxPacketSize0;
216 __u8 iManufacturer;
217 __u8 iProduct;
218 __u8 iSerialNumber;
219 __u8 bNumConfigurations;
259 __u8 bLength;
260 __u8 bDescriptorType;
263 __u8 bNumInterfaces;
264 __u8 bConfigurationValue;
265 __u8 iConfiguration;
266 __u8 bmAttributes;
267 __u8 bMaxPower;
282 __u8 bLength;
283 __u8 bDescriptorType;
296 __u8 bLength;
297 __u8 bDescriptorType;
299 __u8 bInterfaceNumber;
300 __u8 bAlternateSetting;
301 __u8 bNumEndpoints;
302 __u8 bInterfaceClass;
303 __u8 bInterfaceSubClass;
304 __u8 bInterfaceProtocol;
305 __u8 iInterface;
314 __u8 bLength;
315 __u8 bDescriptorType;
317 __u8 bEndpointAddress;
318 __u8 bmAttributes;
320 __u8 bInterval;
324 __u8 bRefresh;
325 __u8 bSynchAddress;
350 __u8 bLength;
351 __u8 bDescriptorType;
354 __u8 bDeviceClass;
355 __u8 bDeviceSubClass;
356 __u8 bDeviceProtocol;
357 __u8 bMaxPacketSize0;
358 __u8 bNumConfigurations;
359 __u8 bRESERVED;
367 __u8 bLength;
368 __u8 bDescriptorType;
370 __u8 bmAttributes; /* support for HNP, SRP, etc */
381 __u8 bLength;
382 __u8 bDescriptorType;
385 __u8 bDebugInEndpoint;
386 __u8 bDebugOutEndpoint;
393 __u8 bLength;
394 __u8 bDescriptorType;
396 __u8 bFirstInterface;
397 __u8 bInterfaceCount;
398 __u8 bFunctionClass;
399 __u8 bFunctionSubClass;
400 __u8 bFunctionProtocol;
401 __u8 iFunction;
411 __u8 bLength;
412 __u8 bDescriptorType;
415 __u8 bNumEncryptionTypes;
424 __u8 bLength;
425 __u8 bDescriptorType;
427 __u8 tTKID[3];
428 __u8 bReserved;
429 __u8 bKeyData[0];
436 __u8 bLength;
437 __u8 bDescriptorType;
439 __u8 bEncryptionType;
444 __u8 bEncryptionValue; /* use in SET_ENCRYPTION */
445 __u8 bAuthKeyIndex;
453 __u8 bLength;
454 __u8 bDescriptorType;
457 __u8 bNumDeviceCaps;
464 __u8 bLength;
465 __u8 bDescriptorType;
466 __u8 bDevCapabilityType;
472 __u8 bLength;
473 __u8 bDescriptorType;
474 __u8 bDevCapabilityType;
476 __u8 bmAttributes;
491 __u8 bmTFITXPowerInfo; /* TFI power levels */
492 __u8 bmFFITXPowerInfo; /* FFI power levels */
494 __u8 bReserved;
503 __u8 bLength;
504 __u8 bDescriptorType;
506 __u8 bMaxBurst;
507 __u8 bMaxSequence;
510 __u8 bOverTheAirInterval;
511 __u8 bmCompAttributes;
525 __u8 bMessageNumber;
526 __u8 bStatus;
527 __u8 tTKID[3];
528 __u8 bReserved;
529 __u8 CDID[16];
530 __u8 nonce[16];
531 __u8 MIC[8];
541 __u8 CHID[16]; /* persistent host id */
542 __u8 CDID[16]; /* device id (unique w/in host context) */
543 __u8 CK[16]; /* connection key */