Home
last modified time | relevance | path

Searched refs:USB_INTERFACE_DESCRIPTOR_TYPE (Results 1 – 16 of 16) sorted by relevance

/reactos/sdk/lib/drivers/wdf/shared/targets/usb/
H A Dfxusbinterface.cpp227 USB_INTERFACE_DESCRIPTOR_TYPE in CreateSettings()
241 USB_INTERFACE_DESCRIPTOR_TYPE in CreateSettings()
268 USB_INTERFACE_DESCRIPTOR_TYPE in CreateSettings()
292 USB_INTERFACE_DESCRIPTOR_TYPE in CreateSettings()
327 USB_INTERFACE_DESCRIPTOR_TYPE in CreateSettings()
920 if (pCommonDesc->bDescriptorType == USB_INTERFACE_DESCRIPTOR_TYPE) { in GetEndpointInformation()
H A Dfxusbdevice.cpp947 USB_INTERFACE_DESCRIPTOR_TYPE, in CreateInterfaces()
1004 USB_INTERFACE_DESCRIPTOR_TYPE in CreateInterfaces()
1070 USB_INTERFACE_DESCRIPTOR_TYPE in CreateInterfaces()
H A Dusbutil.cpp334 USB_INTERFACE_DESCRIPTOR_TYPE); in FxUsbParseConfigurationDescriptor()
/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()
519 …riptor, ConfigurationDescriptor->wTotalLength, InterfaceDescriptor, USB_INTERFACE_DESCRIPTOR_TYPE); in USBD_ParseConfigurationDescriptorEx()
/reactos/drivers/usb/usbhub/
H A Ddebug.c73 else if (Descriptor->bDescriptorType == USB_INTERFACE_DESCRIPTOR_TYPE) in USBHUB_DumpingConfiguration()
/reactos/sdk/include/psdk/
H A Dusb100.h52 #define USB_INTERFACE_DESCRIPTOR_TYPE 0x04 macro
/reactos/drivers/usb/usbstor_new/
H A Dfdo.c212 ASSERT(InterfaceDesc->bDescriptorType == USB_INTERFACE_DESCRIPTOR_TYPE); in USBSTOR_FdoHandleStartDevice()
H A Ddescriptor.c236 if (CurrentDescriptor->bDescriptorType == USB_INTERFACE_DESCRIPTOR_TYPE) in USBSTOR_ScanConfigurationDescriptor()
/reactos/drivers/usb/usbccgp/
H A Dpdo.c564 if (InterfaceDescriptor->bDescriptorType == USB_INTERFACE_DESCRIPTOR_TYPE) in USBCCGP_BuildConfigurationDescriptor()
641 if (InterfaceDescriptor->bDescriptorType == USB_INTERFACE_DESCRIPTOR_TYPE) in USBCCGP_BuildConfigurationDescriptor()
H A Dfunction.c273 …= sizeof(USB_INTERFACE_DESCRIPTOR) && Descriptor->bDescriptorType == USB_INTERFACE_DESCRIPTOR_TYPE) in USBCCGP_InitInterfaceListOfFunctionDescriptor()
/reactos/drivers/usb/usbstor/
H A Ddescriptor.c163 if (CurrentDescriptor->bDescriptorType == USB_INTERFACE_DESCRIPTOR_TYPE) in USBSTOR_ScanConfigurationDescriptor()
H A Dfdo.c198 ASSERT(InterfaceDesc->bDescriptorType == USB_INTERFACE_DESCRIPTOR_TYPE); in USBSTOR_FdoHandleStartDevice()
/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()
/reactos/drivers/usb/usbport/
H A Ddevice.c173 (Descriptor->bDescriptorType != USB_INTERFACE_DESCRIPTOR_TYPE) && in USBPORT_GetInterfaceLength()
204 … TmpDescriptor->bDescriptorType != USB_INTERFACE_DESCRIPTOR_TYPE && TmpDescriptor->bLength > 0; in USBPORT_ParseConfigurationDescriptor()
H A Droothub.c842 RH_InterfaceDescriptor->bDescriptorType = USB_INTERFACE_DESCRIPTOR_TYPE; in USBPORT_RootHubCreateDevice()
/reactos/drivers/usb/usbaudio/
H A Dpin.c35 if (CommonDescriptor->bDescriptorType == USB_INTERFACE_DESCRIPTOR_TYPE) in GetMaxPacketSizeForInterface()