usb_generic_descriptor
usb_generic_descriptor generic;
usb_generic_descriptor* genericDescriptor
= (usb_generic_descriptor*)&configData[descriptorStart];
const usb_generic_descriptor &generic
usb_generic_descriptor *generic = &intf->generic[i]->generic;
usb_generic_descriptor *generic = &interface->generic[k]->generic;
usb_generic_descriptor *generic = &interface->generic[k]->generic;
usb_generic_descriptor *generic = &interface->generic[j]->generic;
DumpDescriptorData(const usb_generic_descriptor* descriptor)
DumpDescriptor(const usb_generic_descriptor* descriptor,
void DumpDescriptorData(const usb_generic_descriptor* descriptor);
void DumpCDCDescriptor(const usb_generic_descriptor* descriptor, int subclass);
void DumpAudioDescriptor(const usb_generic_descriptor* descriptor, int subclass);
void DumpVideoDescriptor(const usb_generic_descriptor* descriptor, int subclass);
DumpAudioDescriptor(const usb_generic_descriptor* descriptor, int subclass)
usb_generic_descriptor* generic = (usb_generic_descriptor*)descriptor;
usb_generic_descriptor* generic = (usb_generic_descriptor*)descriptor;
const usb_generic_descriptor* descriptor)
DumpAudioControlCSInterfaceDescriptor(const usb_generic_descriptor* descriptor)
DumpDescriptorData((usb_generic_descriptor*)descriptor);
DumpASFmtSpecificMPEG(const usb_generic_descriptor* descriptor)
DumpASFmtSpecificAC_3(const usb_generic_descriptor* descriptor)
DumpASFmtSpecific(const usb_generic_descriptor* descriptor)
DumpAudioStreamCSInterfaceDescriptor(const usb_generic_descriptor* descriptor)
DumpMidiStreamCSInterfaceDescriptor(const usb_generic_descriptor* descriptor)
DumpCDCDescriptor(const usb_generic_descriptor* descriptor, int subclass)
const usb_generic_descriptor* descriptor)
DumpVideoControlCSInterfaceDescriptor(const usb_generic_descriptor* descriptor)
DumpVideoControlCSInterruptEndpointDescriptor(const usb_generic_descriptor* descriptor)
DumpVideoControlCSEndpointDescriptor(const usb_generic_descriptor* descriptor)
DumpVideoStreamInputHeaderDescriptor(const usb_generic_descriptor* descriptor)
DumpVideoStillImageDescriptor(const usb_generic_descriptor* descriptor)
DumpVideoFormatDescriptor(const usb_generic_descriptor* descriptor)
DumpVideoStreamCSInterfaceDescriptor(const usb_generic_descriptor* descriptor)
DumpVideoDescriptor(const usb_generic_descriptor* descriptor, int subclass)