Home
last modified time | relevance | path

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

/external/libusb/libusb/os/
Dwindows_winusb.h379 } SetupPacket; member
498 WINUSB_SETUP_PACKET SetupPacket,
Dwindows_winusb.c719 cd_buf_short.req.SetupPacket.bmRequest = LIBUSB_ENDPOINT_IN; in cache_config_descriptors()
720 cd_buf_short.req.SetupPacket.bRequest = LIBUSB_REQUEST_GET_DESCRIPTOR; in cache_config_descriptors()
721 cd_buf_short.req.SetupPacket.wValue = (LIBUSB_DT_CONFIG << 8) | i; in cache_config_descriptors()
722 cd_buf_short.req.SetupPacket.wIndex = 0; in cache_config_descriptors()
723 cd_buf_short.req.SetupPacket.wLength = (USHORT)sizeof(USB_CONFIGURATION_DESCRIPTOR); in cache_config_descriptors()
748 cd_buf_actual->SetupPacket.bmRequest = LIBUSB_ENDPOINT_IN; in cache_config_descriptors()
749 cd_buf_actual->SetupPacket.bRequest = LIBUSB_REQUEST_GET_DESCRIPTOR; in cache_config_descriptors()
750 cd_buf_actual->SetupPacket.wValue = (LIBUSB_DT_CONFIG << 8) | i; in cache_config_descriptors()
751 cd_buf_actual->SetupPacket.wIndex = 0; in cache_config_descriptors()
752 cd_buf_actual->SetupPacket.wLength = cd_buf_short.desc.wTotalLength; in cache_config_descriptors()