|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
| #define | NDEBUG_USBPORT_MINIPORT |
| #define | NDEBUG_USBPORT_URB |
| ULONG NTAPI USBPORT_AssertFailure | ( | PVOID | MiniPortExtension, |
| PVOID | FailedAssertion, | ||
| PVOID | FileName, | ||
| ULONG | LineNumber, | ||
| PCHAR | Message | ||
| ) |
Definition at line 38 of file debug.c.
Referenced by USBPORT_RegisterUSBPortDriver().
Definition at line 51 of file debug.c.
Referenced by USBPORT_RegisterUSBPortDriver().
Definition at line 19 of file debug.c.
Referenced by USBPORT_RegisterUSBPortDriver().
| VOID NTAPI USBPORT_DumpingCapabilities | ( | IN PDEVICE_CAPABILITIES | Capabilities | ) |
Definition at line 170 of file debug.c.
Referenced by USBPORT_QueryCapabilities().
| VOID NTAPI USBPORT_DumpingConfiguration | ( | IN PUSB_CONFIGURATION_DESCRIPTOR | ConfigDescriptor | ) |
Definition at line 105 of file debug.c.
Referenced by USBPORT_HandleSelectConfiguration().
| VOID NTAPI USBPORT_DumpingDeviceDescriptor | ( | IN PUSB_DEVICE_DESCRIPTOR | DeviceDescriptor | ) |
Definition at line 79 of file debug.c.
Referenced by USBHI_GetUsbDescriptors(), and USBHI_QueryDeviceInformation().
| VOID NTAPI USBPORT_DumpingEndpointProperties | ( | IN PUSBPORT_ENDPOINT_PROPERTIES | EndpointProperties | ) |
Definition at line 257 of file debug.c.
Referenced by USBPORT_GetDeviceHwIds().
| VOID NTAPI USBPORT_DumpingSetupPacket | ( | IN PUSB_DEFAULT_PIPE_SETUP_PACKET | SetupPacket | ) |
Definition at line 212 of file debug.c.
Referenced by USBPORT_DumpingURB(), USBPORT_HandleGetConfiguration(), USBPORT_HandleGetSetDescriptor(), USBPORT_HandleGetStatus(), USBPORT_HandleSetOrClearFeature(), and USBPORT_HandleVendorOrClass().
| VOID NTAPI USBPORT_DumpingTtEndpoint | ( | IN PUSB2_TT_ENDPOINT | TtEndpoint | ) |
Definition at line 224 of file debug.c.
Referenced by USBPORT_CompleteTransfer(), USBPORT_ValidateTransferParametersURB(), and USBPORT_ValidateURB().
| ULONG NTAPI USBPORT_LogEntry | ( | IN PVOID | MiniPortExtension, |
| IN ULONG | DriverTag, | ||
| IN ULONG | EnumTag, | ||
| IN ULONG | P1, | ||
| IN ULONG | P2, | ||
| IN ULONG | P3 | ||
| ) |
Definition at line 60 of file debug.c.
Referenced by USBPORT_RegisterUSBPortDriver().