ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
NTSTATUS | USBSTOR_GetEndpointStatus (IN PDEVICE_OBJECT DeviceObject, IN UCHAR bEndpointAddress, OUT PUSHORT Value) |
NTSTATUS | USBSTOR_ResetPipeWithHandle (IN PDEVICE_OBJECT DeviceObject, IN USBD_PIPE_HANDLE PipeHandle) |
VOID NTAPI | USBSTOR_ResetPipeWorkItemRoutine (IN PDEVICE_OBJECT FdoDevice, IN PVOID Ctx) |
VOID NTAPI | USBSTOR_ResetDeviceWorkItemRoutine (IN PDEVICE_OBJECT FdoDevice, IN PVOID Context) |
VOID NTAPI | USBSTOR_QueueResetPipe (IN PFDO_DEVICE_EXTENSION FDODeviceExtension) |
VOID NTAPI | USBSTOR_QueueResetDevice (IN PFDO_DEVICE_EXTENSION FDODeviceExtension) |
VOID NTAPI | USBSTOR_TimerWorkerRoutine (IN PVOID Context) |
VOID NTAPI | USBSTOR_TimerRoutine (PDEVICE_OBJECT DeviceObject, PVOID Context) |
NTSTATUS USBSTOR_GetEndpointStatus | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN UCHAR | bEndpointAddress, | ||
OUT PUSHORT | Value | ||
) |
Definition at line 18 of file error.c.
VOID NTAPI USBSTOR_QueueResetDevice | ( | IN PFDO_DEVICE_EXTENSION | FDODeviceExtension | ) |
Definition at line 148 of file error.c.
Referenced by USBSTOR_CBWCompletionRoutine(), USBSTOR_CSWCompletionRoutine(), and USBSTOR_DataCompletionRoutine().
VOID NTAPI USBSTOR_QueueResetPipe | ( | IN PFDO_DEVICE_EXTENSION | FDODeviceExtension | ) |
Definition at line 135 of file error.c.
Referenced by USBSTOR_CSWCompletionRoutine(), and USBSTOR_DataCompletionRoutine().
Definition at line 93 of file error.c.
Referenced by USBSTOR_QueueResetDevice().
NTSTATUS USBSTOR_ResetPipeWithHandle | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN USBD_PIPE_HANDLE | PipeHandle | ||
) |
Definition at line 46 of file error.c.
Referenced by USBSTOR_HandleTransferError(), USBSTOR_ResetDeviceWorkItemRoutine(), USBSTOR_ResetHandlerWorkItemRoutine(), USBSTOR_ResetPipeWorkItemRoutine(), and USBSTOR_TimerWorkerRoutine().
Definition at line 75 of file error.c.
Referenced by USBSTOR_QueueResetPipe().
VOID NTAPI USBSTOR_TimerRoutine | ( | PDEVICE_OBJECT | DeviceObject, |
PVOID | Context | ||
) |
Definition at line 205 of file error.c.
Referenced by USBSTOR_AddDevice().
Definition at line 167 of file error.c.
Referenced by USBSTOR_TimerRoutine().