ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
NTSTATUS NTAPI | USBSTOR_SyncForwardIrpCompletionRoutine (PDEVICE_OBJECT DeviceObject, PIRP Irp, PVOID Context) |
NTSTATUS | USBCCGP_SyncUrbRequest (IN PDEVICE_OBJECT DeviceObject, OUT PURB UrbRequest) |
PVOID | AllocateItem (IN POOL_TYPE PoolType, IN ULONG ItemSize) |
VOID | FreeItem (IN PVOID Item) |
VOID | DumpFunctionDescriptor (IN PUSBC_FUNCTION_DESCRIPTOR FunctionDescriptor, IN ULONG FunctionDescriptorCount) |
Variables | |
IO_COMPLETION_ROUTINE | SyncForwardIrpCompletionRoutine |
Definition at line 94 of file misc.c.
VOID DumpFunctionDescriptor | ( | IN PUSBC_FUNCTION_DESCRIPTOR | FunctionDescriptor, |
IN ULONG | FunctionDescriptorCount | ||
) |
Definition at line 111 of file misc.c.
Referenced by FDO_StartDevice().
NTSTATUS USBCCGP_SyncUrbRequest | ( | IN PDEVICE_OBJECT | DeviceObject, |
OUT PURB | UrbRequest | ||
) |
Definition at line 35 of file misc.c.
Referenced by FDO_CloseConfiguration(), USBCCGP_GetDescriptor(), USBCCGP_PDOSelectConfiguration(), USBCCGP_SelectConfiguration(), and USBCCGP_SelectInterface().
NTSTATUS NTAPI USBSTOR_SyncForwardIrpCompletionRoutine | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp, | ||
PVOID | Context | ||
) |
Definition at line 22 of file misc.c.
Referenced by USBCCGP_SyncUrbRequest(), USBSTOR_SyncForwardIrp(), and USBSTOR_SyncUrbRequest().