/reactos/sdk/include/psdk/ |
H A D | usb100.h | 112 UCHAR bDescriptorType; member 129 UCHAR bDescriptorType; member 138 UCHAR bDescriptorType; member 149 UCHAR bDescriptorType; member 161 UCHAR bDescriptorType; member 167 UCHAR bDescriptorType; member 172 UCHAR bDescriptorType; member 190 UCHAR bDescriptorType; member 206 UCHAR bDescriptorType; member
|
H A D | usb200.h | 98 UCHAR bDescriptorType; member 121 UCHAR bDescriptorType; member
|
H A D | usb.h | 437 UCHAR bDescriptorType; member
|
/reactos/drivers/usb/usbhub/ |
H A D | debug.c | 24 DPRINT("bDescriptorType - %x\n", DeviceDescriptor->bDescriptorType); in USBHUB_DumpingDeviceDescriptor() 59 if (Descriptor->bDescriptorType == USB_CONFIGURATION_DESCRIPTOR_TYPE) in USBHUB_DumpingConfiguration() 65 DPRINT("bDescriptorType - %x\n", cDescriptor->bDescriptorType); in USBHUB_DumpingConfiguration() 73 else if (Descriptor->bDescriptorType == USB_INTERFACE_DESCRIPTOR_TYPE) in USBHUB_DumpingConfiguration() 79 DPRINT("bDescriptorType - %x\n", iDescriptor->bDescriptorType); in USBHUB_DumpingConfiguration() 88 else if (Descriptor->bDescriptorType == USB_ENDPOINT_DESCRIPTOR_TYPE) in USBHUB_DumpingConfiguration() 94 DPRINT("bDescriptorType - %x\n", eDescriptor->bDescriptorType); in USBHUB_DumpingConfiguration() 102 DPRINT("bDescriptorType - %x\n", Descriptor->bDescriptorType); in USBHUB_DumpingConfiguration()
|
H A D | ioctl.c | 129 if (ConfigDescriptor->bDescriptorType != USB_CONFIGURATION_DESCRIPTOR_TYPE) in USBH_PdoUrbFilter()
|
/reactos/drivers/usb/usbaudio/ |
H A D | usbaudio.h | 70 UCHAR bDescriptorType; member 81 UCHAR bDescriptorType; member 94 UCHAR bDescriptorType; member 108 UCHAR bDescriptorType; member 120 UCHAR bDescriptorType; member 135 UCHAR bDescriptorType; member 147 UCHAR bDescriptorType; member 157 UCHAR bDescriptorType; member
|
H A D | pin.c | 29 if (CommonDescriptor->bDescriptorType == USB_ENDPOINT_DESCRIPTOR_TYPE) in GetMaxPacketSizeForInterface() 35 if (CommonDescriptor->bDescriptorType == USB_INTERFACE_DESCRIPTOR_TYPE) in GetMaxPacketSizeForInterface()
|
/reactos/sdk/include/ddk/ |
H A D | usbprotocoldefs.h | 271 BYTE bDescriptorType; member 288 BYTE bDescriptorType; member 300 BYTE bDescriptorType; member 364 BYTE bDescriptorType; member 373 BYTE bDescriptorType; member 385 BYTE bDescriptorType; member 391 BYTE bDescriptorType; member 397 BYTE bDescriptorType; member 450 BYTE bDescriptorType; member
|
H A D | hidport.h | 36 UCHAR bDescriptorType; member
|
/reactos/drivers/usb/usbport/ |
H A D | debug.c | 88 DPRINT_URB("bDescriptorType - %x\n", DeviceDescriptor->bDescriptorType); in USBPORT_DumpingDeviceDescriptor() 119 DPRINT_URB("bDescriptorType - %x\n", ConfigDescriptor->bDescriptorType); in USBPORT_DumpingConfiguration() 137 DPRINT_URB("bDescriptorType - %x\n", iDescriptor->bDescriptorType); in USBPORT_DumpingConfiguration() 158 DPRINT_URB("bDescriptorType - %x\n", Descriptor->bDescriptorType); in USBPORT_DumpingConfiguration()
|
H A D | roothub.c | 810 RH_DeviceDescriptor->bDescriptorType = USB_DEVICE_DESCRIPTOR_TYPE; in USBPORT_RootHubCreateDevice() 827 RH_ConfigurationDescriptor->bDescriptorType = USB_CONFIGURATION_DESCRIPTOR_TYPE; in USBPORT_RootHubCreateDevice() 842 RH_InterfaceDescriptor->bDescriptorType = USB_INTERFACE_DESCRIPTOR_TYPE; in USBPORT_RootHubCreateDevice() 854 RH_EndPointDescriptor->bDescriptorType = USB_ENDPOINT_DESCRIPTOR_TYPE; in USBPORT_RootHubCreateDevice() 868 RH_HubDescriptor->bDescriptorType = USB_20_HUB_DESCRIPTOR_TYPE; in USBPORT_RootHubCreateDevice() 872 RH_HubDescriptor->bDescriptorType = USB_30_HUB_DESCRIPTOR_TYPE; in USBPORT_RootHubCreateDevice() 896 EndpointDescriptor->bDescriptorType = USB_ENDPOINT_DESCRIPTOR_TYPE; in USBPORT_RootHubCreateDevice()
|
H A D | device.c | 158 while ((Descriptor->bDescriptorType != USB_ENDPOINT_DESCRIPTOR_TYPE) && in USBPORT_GetInterfaceLength() 173 (Descriptor->bDescriptorType != USB_INTERFACE_DESCRIPTOR_TYPE) && in USBPORT_GetInterfaceLength() 204 … TmpDescriptor->bDescriptorType != USB_INTERFACE_DESCRIPTOR_TYPE && TmpDescriptor->bLength > 0; in USBPORT_ParseConfigurationDescriptor() 359 while (Descriptor->bDescriptorType != USB_ENDPOINT_DESCRIPTOR_TYPE) in USBPORT_OpenInterface() 1091 PipeHandle->EndpointDescriptor.bDescriptorType = USB_ENDPOINT_DESCRIPTOR_TYPE; in USBPORT_CreateDevice() 1171 (DeviceHandle->DeviceDescriptor.bDescriptorType == USB_DEVICE_DESCRIPTOR_TYPE)) in USBPORT_CreateDevice() 1394 ASSERT(DeviceHandle->DeviceDescriptor.bDescriptorType == USB_DEVICE_DESCRIPTOR_TYPE); in USBPORT_InitializeDevice()
|
/reactos/drivers/usb/usbd/ |
H A D | usbd.c | 430 … if ((CurrentDescriptor->bDescriptorType == USB_INTERFACE_DESCRIPTOR_TYPE) && (InterfaceFound)) in USBD_GetInterfaceLength() 432 else if (CurrentDescriptor->bDescriptorType == USB_INTERFACE_DESCRIPTOR_TYPE) in USBD_GetInterfaceLength() 468 …DPRINT("CommonDescriptor Type %x Length %x\n", CommonDescriptor->bDescriptorType, CommonDescriptor… in USBD_ParseDescriptors() 471 if (CommonDescriptor->bDescriptorType == DescriptorType) in USBD_ParseDescriptors()
|
H A D | test.c | 19 InterfaceDescriptor.bDescriptorType = /*USB_INTERFACE_DESCRIPTOR_TYPE*/2; in main()
|
/reactos/drivers/usb/usbstor_new/ |
H A D | descriptor.c | 236 if (CurrentDescriptor->bDescriptorType == USB_INTERFACE_DESCRIPTOR_TYPE) in USBSTOR_ScanConfigurationDescriptor() 254 else if (CurrentDescriptor->bDescriptorType == USB_ENDPOINT_DESCRIPTOR_TYPE) in USBSTOR_ScanConfigurationDescriptor() 339 DPRINT1("bDescriptorType %x\n", ConfigurationDescriptor->bDescriptorType); in DumpConfigurationDescriptor()
|
H A D | fdo.c | 22 DPRINT1("bDescriptorType %x\n", DeviceDescriptor->bDescriptorType); in USBSTOR_DumpDeviceDescriptor() 212 ASSERT(InterfaceDesc->bDescriptorType == USB_INTERFACE_DESCRIPTOR_TYPE); in USBSTOR_FdoHandleStartDevice()
|
/reactos/drivers/usb/usbstor/ |
H A D | descriptor.c | 163 if (CurrentDescriptor->bDescriptorType == USB_INTERFACE_DESCRIPTOR_TYPE) in USBSTOR_ScanConfigurationDescriptor() 174 else if (CurrentDescriptor->bDescriptorType == USB_ENDPOINT_DESCRIPTOR_TYPE) in USBSTOR_ScanConfigurationDescriptor() 224 DPRINT1("bDescriptorType %x\n", ConfigurationDescriptor->bDescriptorType); in DumpConfigurationDescriptor()
|
H A D | fdo.c | 24 DPRINT("bDescriptorType %x\n", DeviceDescriptor->bDescriptorType); in USBSTOR_DumpDeviceDescriptor() 198 ASSERT(InterfaceDesc->bDescriptorType == USB_INTERFACE_DESCRIPTOR_TYPE); in USBSTOR_FdoHandleStartDevice()
|
/reactos/drivers/usb/usbccgp/ |
H A D | function.c | 180 …ength == sizeof(USB_INTERFACE_ASSOCIATION_DESCRIPTOR) && Descriptor->bDescriptorType == USB_INTERF… in USBCCGP_CountAssociationDescriptors() 222 …ength == sizeof(USB_INTERFACE_ASSOCIATION_DESCRIPTOR) && Descriptor->bDescriptorType == USB_INTERF… in USBCCGP_GetAssociationDescriptorAtIndex() 273 …if (Descriptor->bLength == sizeof(USB_INTERFACE_DESCRIPTOR) && Descriptor->bDescriptorType == USB_… in USBCCGP_InitInterfaceListOfFunctionDescriptor() 290 …ength == sizeof(USB_INTERFACE_ASSOCIATION_DESCRIPTOR) && Descriptor->bDescriptorType == USB_INTERF… in USBCCGP_InitInterfaceListOfFunctionDescriptor()
|
H A D | pdo.c | 562 if (InterfaceDescriptor->bDescriptorType != USB_INTERFACE_ASSOCIATION_DESCRIPTOR_TYPE) in USBCCGP_BuildConfigurationDescriptor() 564 if (InterfaceDescriptor->bDescriptorType == USB_INTERFACE_DESCRIPTOR_TYPE) in USBCCGP_BuildConfigurationDescriptor() 639 if (InterfaceDescriptor->bDescriptorType != USB_INTERFACE_ASSOCIATION_DESCRIPTOR_TYPE) in USBCCGP_BuildConfigurationDescriptor() 641 if (InterfaceDescriptor->bDescriptorType == USB_INTERFACE_DESCRIPTOR_TYPE) in USBCCGP_BuildConfigurationDescriptor()
|
H A D | descriptor.c | 291 …DbgPrint("Descriptor Type %x Length %lu Offset %lu\n", Descriptor->bDescriptorType, Descriptor->bL… in DumpFullConfigurationDescriptor() 403 DbgPrint("bDescriptorType %x\n", ConfigurationDescriptor->bDescriptorType); in DumpConfigurationDescriptor()
|
H A D | misc.c | 133 …ype %x\n", SubIndex, FunctionDescriptor[Index].InterfaceDescriptorList[SubIndex]->bDescriptorType); in DumpFunctionDescriptor()
|
/reactos/sdk/lib/drivers/wdf/shared/targets/usb/ |
H A D | usbutil.cpp | 193 if (descriptor->bDescriptorType == DescriptorType) { in FxUsbFindDescriptorType() 318 ASSERT(ConfigDesc->bDescriptorType == USB_CONFIGURATION_DESCRIPTOR_TYPE); in FxUsbParseConfigurationDescriptor()
|
H A D | fxusbinterface.cpp | 920 if (pCommonDesc->bDescriptorType == USB_INTERFACE_DESCRIPTOR_TYPE) { in GetEndpointInformation() 924 if (pCommonDesc->bDescriptorType == USB_ENDPOINT_DESCRIPTOR_TYPE) { in GetEndpointInformation()
|
/reactos/drivers/hid/hidusb/ |
H A D | hidusb.c | 1223 ASSERT(InterfaceDescriptor->bDescriptorType == USB_INTERFACE_DESCRIPTOR_TYPE); in Hid_SelectConfiguration() 1625 ASSERT(InterfaceDescriptor->bDescriptorType == USB_INTERFACE_DESCRIPTOR_TYPE); in Hid_PnpStart() 1637 …if (HidDescriptor->bLength == sizeof(HID_DESCRIPTOR) && HidDescriptor->bDescriptorType == HID_HID_… in Hid_PnpStart()
|