ReactOS 0.4.16-dev-125-g798ea90
|
#include <acpisys.h>
Public Attributes | |
COMMON_DEVICE_DATA | Common |
PDEVICE_OBJECT | UnderlyingPDO |
PDEVICE_OBJECT | NextLowerDriver |
LIST_ENTRY | ListOfPDOs |
ULONG | NumPDOs |
FAST_MUTEX | Mutex |
COMMON_DEVICE_DATA _FDO_DEVICE_DATA::Common |
Definition at line 58 of file acpisys.h.
Referenced by Bus_AddDevice(), Bus_InitializePdo(), Bus_PlugInDevice(), and Bus_StartFdo().
LIST_ENTRY _FDO_DEVICE_DATA::ListOfPDOs |
Definition at line 66 of file acpisys.h.
Referenced by Bus_AddDevice(), Bus_InitializePdo(), and Bus_PlugInDevice().
FAST_MUTEX _FDO_DEVICE_DATA::Mutex |
Definition at line 72 of file acpisys.h.
Referenced by Bus_AddDevice(), and Bus_InitializePdo().
PDEVICE_OBJECT _FDO_DEVICE_DATA::NextLowerDriver |
Definition at line 63 of file acpisys.h.
Referenced by Bus_AddDevice(), and Bus_PlugInDevice().
ULONG _FDO_DEVICE_DATA::NumPDOs |
Definition at line 69 of file acpisys.h.
Referenced by Bus_InitializePdo().
PDEVICE_OBJECT _FDO_DEVICE_DATA::UnderlyingPDO |
Definition at line 59 of file acpisys.h.
Referenced by Bus_AddDevice().