ReactOS 0.4.16-dev-112-g52265ae
|
#include <usbmport.h>
Public Attributes | |
PDRIVER_OBJECT | DriverObject |
LIST_ENTRY | DriverLink |
PDRIVER_UNLOAD | DriverUnload |
ULONG | Version |
USBPORT_REGISTRATION_PACKET | Packet |
Definition at line 639 of file usbmport.h.
LIST_ENTRY _USBPORT_MINIPORT_INTERFACE::DriverLink |
Definition at line 641 of file usbmport.h.
Referenced by USBPORT_RegisterUSBPortDriver().
PDRIVER_OBJECT _USBPORT_MINIPORT_INTERFACE::DriverObject |
Definition at line 640 of file usbmport.h.
Referenced by USBPORT_FindMiniPort(), and USBPORT_RegisterUSBPortDriver().
PDRIVER_UNLOAD _USBPORT_MINIPORT_INTERFACE::DriverUnload |
Definition at line 642 of file usbmport.h.
Referenced by USBPORT_RegisterUSBPortDriver().
USBPORT_REGISTRATION_PACKET _USBPORT_MINIPORT_INTERFACE::Packet |
Definition at line 644 of file usbmport.h.
Referenced by USBPORT_AddDevice(), USBPORT_RegisterUSBPortDriver(), and USBPORT_RH_SetFeatureUSB2PortPower().
ULONG _USBPORT_MINIPORT_INTERFACE::Version |
Definition at line 643 of file usbmport.h.
Referenced by USBPORT_RegisterUSBPortDriver().