Home
last modified time | relevance | path

Searched refs:USB_DESCRIPTOR_REQUEST (Results 1 – 2 of 2) sorted by relevance

/external/libusb/libusb/os/
Dwindows_winusb.h483 typedef struct USB_DESCRIPTOR_REQUEST { struct
493 } USB_DESCRIPTOR_REQUEST, *PUSB_DESCRIPTOR_REQUEST; argument
Dwindows_winusb.c926 cd_buf_short.req.SetupPacket.wLength = (USHORT)(size - sizeof(USB_DESCRIPTOR_REQUEST)); in cache_config_descriptors()
942 size = sizeof(USB_DESCRIPTOR_REQUEST) + cd_buf_short.data.wTotalLength; in cache_config_descriptors()
955 cd_buf_actual->SetupPacket.wLength = (USHORT)(size - sizeof(USB_DESCRIPTOR_REQUEST)); in cache_config_descriptors()
963 …cd_data = (PUSB_CONFIGURATION_DESCRIPTOR)((UCHAR *)cd_buf_actual + sizeof(USB_DESCRIPTOR_REQUEST)); in cache_config_descriptors()