ReactOS 0.4.16-dev-1369-gd4d04c8
|
#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 59 of file acpisys.h.
Referenced by Bus_AddDevice(), Bus_InitializePdo(), Bus_PlugInDevice(), and Bus_StartFdo().
LIST_ENTRY _FDO_DEVICE_DATA::ListOfPDOs |
Definition at line 67 of file acpisys.h.
Referenced by Bus_AddDevice(), Bus_InitializePdo(), and Bus_PlugInDevice().
FAST_MUTEX _FDO_DEVICE_DATA::Mutex |
Definition at line 73 of file acpisys.h.
Referenced by Bus_AddDevice(), and Bus_InitializePdo().
PDEVICE_OBJECT _FDO_DEVICE_DATA::NextLowerDriver |
Definition at line 64 of file acpisys.h.
Referenced by Bus_AddDevice(), and Bus_PlugInDevice().
ULONG _FDO_DEVICE_DATA::NumPDOs |
Definition at line 70 of file acpisys.h.
Referenced by Bus_InitializePdo().
PDEVICE_OBJECT _FDO_DEVICE_DATA::UnderlyingPDO |
Definition at line 60 of file acpisys.h.
Referenced by Bus_AddDevice().