ReactOS 0.4.15-dev-7834-g00c4b3d
_FDO_DEVICE_DATA Struct Reference

#include <acpisys.h>

Collaboration diagram for _FDO_DEVICE_DATA:

Public Attributes

COMMON_DEVICE_DATA Common
 
PDEVICE_OBJECT UnderlyingPDO
 
PDEVICE_OBJECT NextLowerDriver
 
LIST_ENTRY ListOfPDOs
 
ULONG NumPDOs
 
FAST_MUTEX Mutex
 

Detailed Description

Definition at line 56 of file acpisys.h.

Member Data Documentation

◆ Common

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().

◆ ListOfPDOs

LIST_ENTRY _FDO_DEVICE_DATA::ListOfPDOs

Definition at line 66 of file acpisys.h.

Referenced by Bus_AddDevice(), Bus_InitializePdo(), and Bus_PlugInDevice().

◆ Mutex

FAST_MUTEX _FDO_DEVICE_DATA::Mutex

Definition at line 72 of file acpisys.h.

Referenced by Bus_AddDevice(), and Bus_InitializePdo().

◆ NextLowerDriver

PDEVICE_OBJECT _FDO_DEVICE_DATA::NextLowerDriver

Definition at line 63 of file acpisys.h.

Referenced by Bus_AddDevice(), and Bus_PlugInDevice().

◆ NumPDOs

ULONG _FDO_DEVICE_DATA::NumPDOs

Definition at line 69 of file acpisys.h.

Referenced by Bus_InitializePdo().

◆ UnderlyingPDO

PDEVICE_OBJECT _FDO_DEVICE_DATA::UnderlyingPDO

Definition at line 59 of file acpisys.h.

Referenced by Bus_AddDevice().


The documentation for this struct was generated from the following file: