Home | History | Annotate | Download | only in usb

Lines Matching refs:__u8

36 #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 bDeviceProtocol;
259 __u8 bMaxPacketSize0;
263 __u8 iManufacturer;
264 __u8 iProduct;
265 __u8 iSerialNumber;
266 __u8 bNumConfigurations;
308 __u8 bLength;
309 __u8 bDescriptorType;
312 __u8 bNumInterfaces;
313 __u8 bConfigurationValue;
314 __u8 iConfiguration;
315 __u8 bmAttributes;
316 __u8 bMaxPower;
331 __u8 bLength;
332 __u8 bDescriptorType;
345 __u8 bLength;
346 __u8 bDescriptorType;
348 __u8 bInterfaceNumber;
349 __u8 bAlternateSetting;
350 __u8 bNumEndpoints;
351 __u8 bInterfaceClass;
352 __u8 bInterfaceSubClass;
353 __u8 bInterfaceProtocol;
354 __u8 iInterface;
363 __u8 bLength;
364 __u8 bDescriptorType;
366 __u8 bEndpointAddress;
367 __u8 bmAttributes;
369 __u8 bInterval;
373 __u8 bRefresh;
374 __u8 bSynchAddress;
600 __u8 bLength;
601 __u8 bDescriptorType;
603 __u8 bMaxBurst;
604 __u8 bmAttributes;
636 __u8 bLength;
637 __u8 bDescriptorType;
640 __u8 bDeviceClass;
641 __u8 bDeviceSubClass;
642 __u8 bDeviceProtocol;
643 __u8 bMaxPacketSize0;
644 __u8 bNumConfigurations;
645 __u8 bRESERVED;
653 __u8 bLength;
654 __u8 bDescriptorType;
656 __u8 bmAttributes; /* support for HNP, SRP, etc */
667 __u8 bLength;
668 __u8 bDescriptorType;
671 __u8 bDebugInEndpoint;
672 __u8 bDebugOutEndpoint;
679 __u8 bLength;
680 __u8 bDescriptorType;
682 __u8 bFirstInterface;
683 __u8 bInterfaceCount;
684 __u8 bFunctionClass;
685 __u8 bFunctionSubClass;
686 __u8 bFunctionProtocol;
687 __u8 iFunction;
697 __u8 bLength;
698 __u8 bDescriptorType;
701 __u8 bNumEncryptionTypes;
710 __u8 bLength;
711 __u8 bDescriptorType;
713 __u8 tTKID[3];
714 __u8 bReserved;
715 __u8 bKeyData[0];
722 __u8 bLength;
723 __u8 bDescriptorType;
725 __u8 bEncryptionType;
730 __u8 bEncryptionValue; /* use in SET_ENCRYPTION */
731 __u8 bAuthKeyIndex;
739 __u8 bLength;
740 __u8 bDescriptorType;
743 __u8 bNumDeviceCaps;
751 __u8 bLength;
752 __u8 bDescriptorType;
753 __u8 bDevCapabilityType;
759 __u8 bLength;
760 __u8 bDescriptorType;
761 __u8 bDevCapabilityType;
763 __u8 bmAttributes;
778 __u8 bmTFITXPowerInfo; /* TFI power levels */
779 __u8 bmFFITXPowerInfo; /* FFI power levels */
781 __u8 bReserved;
788 __u8 bLength;
789 __u8 bDescriptorType;
790 __u8 bDevCapabilityType;
803 __u8 bLength;
804 __u8 bDescriptorType;
805 __u8 bDevCapabilityType;
806 __u8 bmAttributes;
813 __u8 bFunctionalitySupport;
814 __u8 bU1devExitLat;
826 __u8 bLength;
827 __u8 bDescriptorType;
828 __u8 bDevCapabilityType;
829 __u8 bReserved;
830 __u8 ContainerID[16]; /* 128-bit number */
840 __u8 bLength;
841 __u8 bDescriptorType;
843 __u8 bMaxBurst;
844 __u8 bMaxSequence;
847 __u8 bOverTheAirInterval;
848 __u8 bmCompAttributes;
862 __u8 bMessageNumber;
863 __u8 bStatus;
864 __u8 tTKID[3];
865 __u8 bReserved;
866 __u8 CDID[16];
867 __u8 nonce[16];
868 __u8 MIC[8];
878 __u8 CHID[16]; /* persistent host id */
879 __u8 CDID[16]; /* device id (unique w/in host context) */
880 __u8 CK[16]; /* connection key */