OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:USBD_STATUS
(Results
1 - 6
of
6
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
usbdi.h
34
#define USBD_STATUS_CANCELLING ((
USBD_STATUS
)0x00020000)
35
#define USBD_STATUS_CANCELING ((
USBD_STATUS
)0x00020000)
36
#define USBD_STATUS_NO_MEMORY ((
USBD_STATUS
)0x80000100)
37
#define USBD_STATUS_ERROR ((
USBD_STATUS
)0x80000000)
38
#define USBD_STATUS_REQUEST_FAILED ((
USBD_STATUS
)0x80000500)
39
#define USBD_STATUS_HALTED ((
USBD_STATUS
)0xC0000000)
43
#define
USBD_STATUS
(Status) ((ULONG)(Status) & __MSABI_LONG(0x0FFFFFFF))
usb.h
156
typedef LONG
USBD_STATUS
;
158
#define USBD_SUCCESS(Status) ((
USBD_STATUS
)(Status) >= 0)
160
#define USBD_ERROR(Status) ((
USBD_STATUS
)(Status) < 0)
161
#define USBD_STATUS_SUCCESS ((
USBD_STATUS
)0x00000000)
162
#define USBD_STATUS_PENDING ((
USBD_STATUS
)0x40000000)
163
#define USBD_STATUS_CRC ((
USBD_STATUS
)0xC0000001)
164
#define USBD_STATUS_BTSTUFF ((
USBD_STATUS
)0xC0000002)
165
#define USBD_STATUS_DATA_TOGGLE_MISMATCH ((
USBD_STATUS
)0xC0000003)
166
#define USBD_STATUS_STALL_PID ((
USBD_STATUS
)0xC0000004)
167
#define USBD_STATUS_DEV_NOT_RESPONDING ((
USBD_STATUS
)0xC0000005
[
all
...]
usbuser.h
125
USBD_STATUS
UsbdStatusCode;
263
USBD_STATUS
UsbdStatusCode;
usbioctl.h
92
USBD_STATUS
UsbdStatus;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
usbdlib.h
221
USBD_STATUS
hubbusif.h
115
USBD_STATUS
UsbdStatus;
Completed in 423 milliseconds