ReactOS 0.4.16-dev-847-g386fccd
|
#include <usbport.h>
Public Attributes | |
ULONG | Reserved |
PDEVICE_OBJECT | FdoDevice |
KTIMER | AsyncTimer |
KDPC | AsyncTimerDpc |
ASYNC_TIMER_CALLBACK * | CallbackFunction |
ULONG | CallbackContext |
KTIMER _USBPORT_ASYNC_CALLBACK_DATA::AsyncTimer |
Definition at line 435 of file usbport.h.
Referenced by USBPORT_RequestAsyncCallback().
KDPC _USBPORT_ASYNC_CALLBACK_DATA::AsyncTimerDpc |
Definition at line 436 of file usbport.h.
Referenced by USBPORT_RequestAsyncCallback().
ULONG _USBPORT_ASYNC_CALLBACK_DATA::CallbackContext |
Definition at line 438 of file usbport.h.
Referenced by USBPORT_AsyncTimerDpc(), and USBPORT_RequestAsyncCallback().
ASYNC_TIMER_CALLBACK* _USBPORT_ASYNC_CALLBACK_DATA::CallbackFunction |
Definition at line 437 of file usbport.h.
Referenced by USBPORT_AsyncTimerDpc(), and USBPORT_RequestAsyncCallback().
PDEVICE_OBJECT _USBPORT_ASYNC_CALLBACK_DATA::FdoDevice |
Definition at line 434 of file usbport.h.
Referenced by USBPORT_AsyncTimerDpc(), and USBPORT_RequestAsyncCallback().