|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <private.hpp>

Public Attributes | |
| KSDEVICE_HEADER | KsDeviceHeader |
| PDEVICE_OBJECT | PhysicalDeviceObject |
| PDEVICE_OBJECT | PrevDeviceObject |
| PCPFNSTARTDEVICE | StartDevice |
| ULONG_PTR | Unused [4] |
| IAdapterPowerManagement * | AdapterPowerManagement |
| ULONG | MaxSubDevices |
| KSOBJECT_CREATE_ITEM * | CreateItems |
| IResourceList * | resources |
| LIST_ENTRY | TimerList |
| KSPIN_LOCK | TimerListLock |
| DEVICE_POWER_STATE | DevicePowerState |
| SYSTEM_POWER_STATE | SystemPowerState |
Definition at line 399 of file private.hpp.
| IAdapterPowerManagement* PCLASS_DEVICE_EXTENSION::AdapterPowerManagement |
Definition at line 406 of file private.hpp.
Referenced by PcRegisterAdapterPowerManagement(), PcUnregisterAdapterPowerManagement(), PortClsPower(), and PortClsShutdown().
| KSOBJECT_CREATE_ITEM* PCLASS_DEVICE_EXTENSION::CreateItems |
Definition at line 408 of file private.hpp.
Referenced by PcAddAdapterDevice().
| DEVICE_POWER_STATE PCLASS_DEVICE_EXTENSION::DevicePowerState |
Definition at line 415 of file private.hpp.
Referenced by PortClsPnp(), and PortClsPower().
| KSDEVICE_HEADER PCLASS_DEVICE_EXTENSION::KsDeviceHeader |
Definition at line 401 of file private.hpp.
Referenced by PcAddAdapterDevice(), and PcRegisterSubdevice().
| ULONG PCLASS_DEVICE_EXTENSION::MaxSubDevices |
Definition at line 407 of file private.hpp.
Referenced by PcAddAdapterDevice().
| PDEVICE_OBJECT PCLASS_DEVICE_EXTENSION::PhysicalDeviceObject |
Definition at line 402 of file private.hpp.
Referenced by PcAddAdapterDevice(), PcGetDeviceProperty(), PcNewRegistryKey(), PcRegisterSubdevice(), PcRequestNewPowerState(), and PortClsPower().
| PDEVICE_OBJECT PCLASS_DEVICE_EXTENSION::PrevDeviceObject |
Definition at line 403 of file private.hpp.
Referenced by PcAddAdapterDevice(), PcForwardIrpSynchronous(), and PortClsPower().
| IResourceList* PCLASS_DEVICE_EXTENSION::resources |
Definition at line 410 of file private.hpp.
Referenced by PortClsPnp().
| PCPFNSTARTDEVICE PCLASS_DEVICE_EXTENSION::StartDevice |
Definition at line 404 of file private.hpp.
Referenced by PcAddAdapterDevice(), and PortClsPnp().
| SYSTEM_POWER_STATE PCLASS_DEVICE_EXTENSION::SystemPowerState |
Definition at line 416 of file private.hpp.
Referenced by PortClsPnp(), and PortClsPower().
| LIST_ENTRY PCLASS_DEVICE_EXTENSION::TimerList |
Definition at line 412 of file private.hpp.
Referenced by PcAddAdapterDevice(), PcIoTimerRoutine(), PcRegisterIoTimeout(), and PcUnregisterIoTimeout().
| KSPIN_LOCK PCLASS_DEVICE_EXTENSION::TimerListLock |
Definition at line 413 of file private.hpp.
Referenced by PcAddAdapterDevice(), PcIoTimerRoutine(), PcRegisterIoTimeout(), and PcUnregisterIoTimeout().
| ULONG_PTR PCLASS_DEVICE_EXTENSION::Unused[4] |
Definition at line 405 of file private.hpp.