ReactOS 0.4.16-dev-136-g52192f1
|
#include <usbstor.h>
Public Attributes | |
UCHAR | DeviceType |
UCHAR | RMB |
UCHAR | Version |
UCHAR | Format |
UCHAR | Length |
UCHAR | Reserved [3] |
UCHAR | Vendor [8] |
UCHAR | Product [16] |
UCHAR | Revision [4] |
UCHAR UFI_INQUIRY_RESPONSE::DeviceType |
Definition at line 139 of file usbstor.h.
Referenced by USBSTOR_HandleDeviceControl(), and USBSTOR_HandleQueryProperty().
UCHAR UFI_INQUIRY_RESPONSE::Product[16] |
Definition at line 146 of file usbstor.h.
Referenced by USBSTOR_HandleDeviceControl(), USBSTOR_HandleQueryProperty(), USBSTOR_PdoHandleQueryDeviceId(), and USBSTOR_PdoHandleQueryHardwareId().
UCHAR UFI_INQUIRY_RESPONSE::Revision[4] |
Definition at line 147 of file usbstor.h.
Referenced by USBSTOR_HandleQueryProperty(), USBSTOR_PdoHandleQueryDeviceId(), and USBSTOR_PdoHandleQueryHardwareId().
UCHAR UFI_INQUIRY_RESPONSE::RMB |
Definition at line 140 of file usbstor.h.
Referenced by USBSTOR_HandleDeviceControl(), and USBSTOR_HandleQueryProperty().
UCHAR UFI_INQUIRY_RESPONSE::Vendor[8] |
Definition at line 145 of file usbstor.h.
Referenced by USBSTOR_HandleDeviceControl(), USBSTOR_HandleQueryProperty(), USBSTOR_PdoHandleQueryDeviceId(), and USBSTOR_PdoHandleQueryHardwareId().