Home
last modified time | relevance | path

Searched refs:bDescriptorType (Results 1 – 25 of 26) sorted by relevance

12

/reactos/sdk/include/psdk/
H A Dusb100.h112 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 Dusb200.h98 UCHAR bDescriptorType; member
121 UCHAR bDescriptorType; member
H A Dusb.h437 UCHAR bDescriptorType; member
/reactos/drivers/usb/usbhub/
H A Ddebug.c24 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 Dioctl.c129 if (ConfigDescriptor->bDescriptorType != USB_CONFIGURATION_DESCRIPTOR_TYPE) in USBH_PdoUrbFilter()
/reactos/drivers/usb/usbaudio/
H A Dusbaudio.h70 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 Dpin.c29 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 Dusbprotocoldefs.h271 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 Dhidport.h36 UCHAR bDescriptorType; member
/reactos/drivers/usb/usbport/
H A Ddebug.c88 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 Droothub.c810 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 Ddevice.c158 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 Dusbd.c430 … 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 Dtest.c19 InterfaceDescriptor.bDescriptorType = /*USB_INTERFACE_DESCRIPTOR_TYPE*/2; in main()
/reactos/drivers/usb/usbstor_new/
H A Ddescriptor.c236 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 Dfdo.c22 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 Ddescriptor.c163 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 Dfdo.c24 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 Dfunction.c180 …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 Dpdo.c562 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 Ddescriptor.c291 …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 Dmisc.c133 …ype %x\n", SubIndex, FunctionDescriptor[Index].InterfaceDescriptorList[SubIndex]->bDescriptorType); in DumpFunctionDescriptor()
/reactos/sdk/lib/drivers/wdf/shared/targets/usb/
H A Dusbutil.cpp193 if (descriptor->bDescriptorType == DescriptorType) { in FxUsbFindDescriptorType()
318 ASSERT(ConfigDesc->bDescriptorType == USB_CONFIGURATION_DESCRIPTOR_TYPE); in FxUsbParseConfigurationDescriptor()
H A Dfxusbinterface.cpp920 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 Dhidusb.c1223 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()

12