ReactOS 0.4.16-dev-340-g0540c21
|
#include <i8042prt.h>
Public Attributes | |
PKINTERRUPT | Object |
ULONG | Vector |
KIRQL | Dirql |
KINTERRUPT_MODE | InterruptMode |
BOOLEAN | ShareInterrupt |
KAFFINITY | Affinity |
Definition at line 50 of file i8042prt.h.
KAFFINITY _INTERRUPT_DATA::Affinity |
Definition at line 57 of file i8042prt.h.
Referenced by i8042ConnectKeyboardInterrupt(), i8042ConnectMouseInterrupt(), and i8042PnpStartDevice().
KIRQL _INTERRUPT_DATA::Dirql |
Definition at line 54 of file i8042prt.h.
Referenced by i8042ConnectKeyboardInterrupt(), i8042ConnectMouseInterrupt(), and i8042PnpStartDevice().
KINTERRUPT_MODE _INTERRUPT_DATA::InterruptMode |
Definition at line 55 of file i8042prt.h.
Referenced by i8042ConnectKeyboardInterrupt(), i8042ConnectMouseInterrupt(), and i8042PnpStartDevice().
PKINTERRUPT _INTERRUPT_DATA::Object |
Definition at line 52 of file i8042prt.h.
Referenced by i8042ConnectKeyboardInterrupt(), and i8042ConnectMouseInterrupt().
BOOLEAN _INTERRUPT_DATA::ShareInterrupt |
Definition at line 56 of file i8042prt.h.
Referenced by i8042ConnectKeyboardInterrupt(), i8042ConnectMouseInterrupt(), and i8042PnpStartDevice().
ULONG _INTERRUPT_DATA::Vector |
Definition at line 53 of file i8042prt.h.
Referenced by i8042ConnectKeyboardInterrupt(), i8042ConnectMouseInterrupt(), and i8042PnpStartDevice().