Searched refs:bDescriptorSubtype (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/Common/
H A DAppleUSBCDCCommon.h220 UInt8 bDescriptorSubtype; member in struct:__anon55
227 UInt8 bDescriptorSubtype; member in struct:__anon56
236 UInt8 bDescriptorSubtype; member in struct:__anon57
245 UInt8 bDescriptorSubtype; member in struct:__anon58
253 UInt8 bDescriptorSubtype; member in struct:__anon59
265 UInt8 bDescriptorSubtype; member in struct:__anon60
277 UInt8 bDescriptorSubtype; member in struct:__anon61
286 UInt8 bDescriptorSubtype; member in struct:__anon62
296 UInt8 bDescriptorSubtype; member in struct:__anon63
317 UInt8 bDescriptorSubtype; member in struct:__anon65
326 UInt8 bDescriptorSubtype; member in struct:__anon66
[all...]
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCWCM/Classes/
H A DAppleUSBCDCWCM.cpp310 switch (funcDesc->bDescriptorSubtype)
314 XTRACE(this, funcDesc->bDescriptorType, funcDesc->bDescriptorSubtype, "getFunctionalDescriptors - Header Functional Descriptor");
324 XTRACE(this, funcDesc->bDescriptorType, funcDesc->bDescriptorSubtype, "getFunctionalDescriptors - Union Functional Descriptor");
343 XTRACE(this, funcDesc->bDescriptorType, funcDesc->bDescriptorSubtype, "getFunctionalDescriptors - WHCM Functional Descriptor");
352 XTRACE(this, funcDesc->bDescriptorType, funcDesc->bDescriptorSubtype, "getFunctionalDescriptors - unknown Functional Descriptor");
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCACM/ControlDriver/Classes/
H A DAppleUSBCDCACMControl.cpp609 switch (funcDesc->bDescriptorSubtype)
613 XTRACE(this, funcDesc->bDescriptorType, funcDesc->bDescriptorSubtype, "getFunctionalDescriptors - Header Functional Descriptor");
623 XTRACE(this, funcDesc->bDescriptorType, funcDesc->bDescriptorSubtype, "getFunctionalDescriptors - CM Functional Descriptor");
652 XTRACE(this, funcDesc->bDescriptorType, funcDesc->bDescriptorSubtype, "getFunctionalDescriptors - ACM Functional Descriptor");
657 XTRACE(this, funcDesc->bDescriptorType, funcDesc->bDescriptorSubtype, "getFunctionalDescriptors - Union Functional Descriptor");
678 XTRACE(this, funcDesc->bDescriptorType, funcDesc->bDescriptorSubtype, "getFunctionalDescriptors - CS Functional Descriptor");
681 XTRACE(this, funcDesc->bDescriptorType, funcDesc->bDescriptorSubtype, "getFunctionalDescriptors - unknown Functional Descriptor");
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCECM/ControlDriver/Classes/
H A DAppleUSBCDCECMControl.cpp676 switch (funcDesc->bDescriptorSubtype)
679 XTRACE(this, funcDesc->bDescriptorType, funcDesc->bDescriptorSubtype, "getFunctionalDescriptors - Header Functional Descriptor");
683 XTRACE(this, funcDesc->bDescriptorType, funcDesc->bDescriptorSubtype, "getFunctionalDescriptors - Ethernet Functional Descriptor");
688 XTRACE(this, funcDesc->bDescriptorType, funcDesc->bDescriptorSubtype, "getFunctionalDescriptors - Union Functional Descriptor");
697 XTRACE(this, funcDesc->bDescriptorType, funcDesc->bDescriptorSubtype, "getFunctionalDescriptors - unknown Functional Descriptor");
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDC/Classes/
H A DAppleUSBCDC.cpp763 switch (funcDesc->bDescriptorSubtype)
859 if (funcDesc->bDescriptorSubtype == Union_FunctionalDescriptor)
871 if (funcDesc->bDescriptorSubtype == ECM_Functional_Descriptor)
899 else if (funcDesc->bDescriptorSubtype == MBIM_Functional_Descriptor) //rcs!!! 2 /4/2013
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCDMM/Classes/
H A DAppleUSBCDCDMM.cpp1002 switch (funcDesc->bDescriptorSubtype)
1006 XTRACE(this, funcDesc->bDescriptorType, funcDesc->bDescriptorSubtype, "getFunctionalDescriptors - Header Functional Descriptor");
1016 XTRACE(this, funcDesc->bDescriptorType, funcDesc->bDescriptorSubtype, "getFunctionalDescriptors - ACM Functional Descriptor");
1020 XTRACE(this, funcDesc->bDescriptorType, funcDesc->bDescriptorSubtype, "getFunctionalDescriptors - Union Functional Descriptor");
1023 XTRACE(this, funcDesc->bDescriptorType, funcDesc->bDescriptorSubtype, "getFunctionalDescriptors - CS Functional Descriptor");
1026 XTRACE(this, funcDesc->bDescriptorType, funcDesc->bDescriptorSubtype, "getFunctionalDescriptors - unknown Functional Descriptor");

Completed in 182 milliseconds