Searched refs:bDescriptorType (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/SmartcardCCID-55005/libusb/libusb/
H A Ddescriptors.c90 if (header.bDescriptorType != USB_DT_ENDPOINT) {
93 header.bDescriptorType, USB_DT_ENDPOINT);
120 if ((header.bDescriptorType == USB_DT_ENDPOINT) ||
121 (header.bDescriptorType == USB_DT_INTERFACE) ||
122 (header.bDescriptorType == USB_DT_CONFIG) ||
123 (header.bDescriptorType == USB_DT_DEVICE))
127 fprintf(stderr, "skipping descriptor 0x%X\n", header.bDescriptorType);
203 if ((header.bDescriptorType == USB_DT_INTERFACE) ||
204 (header.bDescriptorType == USB_DT_ENDPOINT) ||
205 (header.bDescriptorType
[all...]
H A Dusb.h.in68 u_int8_t bDescriptorType;
74 u_int8_t bDescriptorType;
81 u_int8_t bDescriptorType;
94 u_int8_t bDescriptorType;
119 u_int8_t bDescriptorType;
145 u_int8_t bDescriptorType;
162 u_int8_t bDescriptorType;
H A Dusbpp.cpp347 m_DescriptorType = descriptor.bDescriptorType;
460 m_DescriptorType = descriptor.bDescriptorType;
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/Common/
H A DAppleUSBCDCCommon.h219 UInt8 bDescriptorType; member in struct:__anon55
226 UInt8 bDescriptorType; member in struct:__anon56
235 UInt8 bDescriptorType; member in struct:__anon57
244 UInt8 bDescriptorType; member in struct:__anon58
252 UInt8 bDescriptorType; member in struct:__anon59
264 UInt8 bDescriptorType; member in struct:__anon60
276 UInt8 bDescriptorType; member in struct:__anon61
285 UInt8 bDescriptorType; member in struct:__anon62
295 UInt8 bDescriptorType; member in struct:__anon63
304 UInt8 bDescriptorType; member in struct:__anon64
316 UInt8 bDescriptorType; member in struct:__anon65
325 UInt8 bDescriptorType; member in struct:__anon66
[all...]
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCWCM/Classes/
H A DAppleUSBCDCWCM.cpp314 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.cpp613 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/AppleUSBIrDA-145.2.4/
H A DAppleIrDA.h104 UInt8 bDescriptorType; // descriptor type (0x21) member in struct:USBIrDAQoS
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCECM/ControlDriver/Classes/
H A DAppleUSBCDCECMControl.cpp679 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/SmartcardCCID-55005/ccid/ccid/src/
H A Dparse.c238 (void)printf(" bDescriptorType: %d\n", usb_interface->bDescriptorType);
321 (void)printf(" bDescriptorType: 0x%02X\n", extra[1]);
325 (void)printf(" PROPRIETARY bDescriptorType\n");
328 (void)printf(" UNSUPPORTED bDescriptorType\n");
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCDMM/Classes/
H A DAppleUSBCDCDMM.cpp1006 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");
/macosx-10.9.5/AppleUSBIrDA-145.2.4/AppleUSBIrDA/
H A DAppleUSBIrDA.cpp1887 fQoS.bDescriptorType = USBIrDAClassDescriptor;
1898 ELG( qos->bDescriptorType, qos, 'QSFD', "AppleUSBCDCDriver::configureDevice - Got QoS Functional Descriptor" );
1903 fQoS.bDescriptorType = qos->bDescriptorType;

Completed in 203 milliseconds