|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <usbport.h>

Public Attributes | |
| ULONG | Length |
| ULONG_PTR | BaseVA |
| PHYSICAL_ADDRESS | LogicalAddress |
| SIZE_T | BufferLength |
| ULONG_PTR | VirtualAddress |
| ULONG | PhysicalAddress |
| ULONG_PTR _USBPORT_COMMON_BUFFER_HEADER::BaseVA |
Definition at line 148 of file usbport.h.
Referenced by USBPORT_AllocateCommonBuffer().
| SIZE_T _USBPORT_COMMON_BUFFER_HEADER::BufferLength |
Definition at line 150 of file usbport.h.
Referenced by USBPORT_AllocateCommonBuffer(), USBPORT_OpenPipe(), and USBPORT_ReopenPipe().
| ULONG _USBPORT_COMMON_BUFFER_HEADER::Length |
Definition at line 147 of file usbport.h.
Referenced by USBPORT_AllocateCommonBuffer().
| PHYSICAL_ADDRESS _USBPORT_COMMON_BUFFER_HEADER::LogicalAddress |
Definition at line 149 of file usbport.h.
Referenced by USBPORT_AllocateCommonBuffer().
| ULONG _USBPORT_COMMON_BUFFER_HEADER::PhysicalAddress |
Definition at line 152 of file usbport.h.
Referenced by USBPORT_AllocateCommonBuffer(), USBPORT_GetMappedVirtualAddress(), USBPORT_OpenPipe(), USBPORT_ReopenPipe(), and USBPORT_StartDevice().
| ULONG_PTR _USBPORT_COMMON_BUFFER_HEADER::VirtualAddress |
Definition at line 151 of file usbport.h.
Referenced by USBPORT_AllocateCommonBuffer(), USBPORT_GetMappedVirtualAddress(), USBPORT_OpenPipe(), USBPORT_ReopenPipe(), and USBPORT_StartDevice().