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

| PDEVICE_OBJECT _INPORT_DEVICE_EXTENSION::ClassDeviceObject |
Definition at line 66 of file inport.h.
Referenced by InPortDpcForIsr(), and InPortInternalDeviceControl().
| PVOID _INPORT_DEVICE_EXTENSION::ClassService |
Definition at line 67 of file inport.h.
Referenced by InPortDpcForIsr(), and InPortInternalDeviceControl().
| CONNECT_DATA _INPORT_DEVICE_EXTENSION::ConnectData |
| KAFFINITY _INPORT_DEVICE_EXTENSION::InterruptAffinity |
Definition at line 59 of file inport.h.
Referenced by InPortStartDevice().
| KIRQL _INPORT_DEVICE_EXTENSION::InterruptLevel |
Definition at line 56 of file inport.h.
Referenced by InPortStartDevice().
| KINTERRUPT_MODE _INPORT_DEVICE_EXTENSION::InterruptMode |
Definition at line 57 of file inport.h.
Referenced by InPortStartDevice().
| PKINTERRUPT _INPORT_DEVICE_EXTENSION::InterruptObject |
Definition at line 54 of file inport.h.
Referenced by InPortDpcForIsr(), InPortRemoveDevice(), and InPortStartDevice().
| BOOLEAN _INPORT_DEVICE_EXTENSION::InterruptShared |
Definition at line 58 of file inport.h.
Referenced by InPortStartDevice().
| ULONG _INPORT_DEVICE_EXTENSION::InterruptVector |
Definition at line 55 of file inport.h.
Referenced by InPortStartDevice().
| PUCHAR _INPORT_DEVICE_EXTENSION::IoBase |
Definition at line 50 of file inport.h.
Referenced by InPortStartDevice().
| PDEVICE_OBJECT _INPORT_DEVICE_EXTENSION::Ldo |
Definition at line 46 of file inport.h.
Referenced by InPortPnp(), InPortPower(), InPortRemoveDevice(), InPortStartDevice(), and InPortWmi().
| MOUSE_ATTRIBUTES _INPORT_DEVICE_EXTENSION::MouseAttributes |
Definition at line 76 of file inport.h.
Referenced by InPortInternalDeviceControl(), and InPortQueryWmiDataBlock().
| ULONG _INPORT_DEVICE_EXTENSION::MouseButtonState |
Definition at line 73 of file inport.h.
Referenced by InPortIsr().
| MOUSE_INPUT_DATA _INPORT_DEVICE_EXTENSION::MouseInputData |
Definition at line 70 of file inport.h.
Referenced by InPortDpcForIsr().
| INPORT_MOUSE_TYPE _INPORT_DEVICE_EXTENSION::MouseType |
Definition at line 51 of file inport.h.
Referenced by InPortDpcForIsr(), InPortIsr(), InPortStartMouse(), and InPortStopMouse().
| PDEVICE_OBJECT _INPORT_DEVICE_EXTENSION::Pdo |
Definition at line 45 of file inport.h.
Referenced by InPortQueryWmiRegInfo().
| INPORT_RAW_DATA _INPORT_DEVICE_EXTENSION::RawData |
Definition at line 62 of file inport.h.
Referenced by InPortDpcForIsr(), and InPortIsr().
| IO_REMOVE_LOCK _INPORT_DEVICE_EXTENSION::RemoveLock |
Definition at line 48 of file inport.h.
Referenced by InPortPnp(), InPortPower(), InPortRemoveDevice(), and InPortWmi().
| PDEVICE_OBJECT _INPORT_DEVICE_EXTENSION::Self |
Definition at line 44 of file inport.h.
Referenced by InPortIsr().
| INPORT_DEVICE_STATE _INPORT_DEVICE_EXTENSION::State |
Definition at line 47 of file inport.h.
Referenced by InPortRemoveDevice(), and InPortStartDevice().
| WMILIB_CONTEXT _INPORT_DEVICE_EXTENSION::WmiLibInfo |
Definition at line 49 of file inport.h.
Referenced by InPortWmi().