Home
last modified time | relevance | path

Searched defs:_Device_Node (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/Device/
DDevice.h27 typedef struct _Device_Node { struct
28 LIST_ENTRY DevList; ///< List of registered device abstractions
29 const CHAR16 *DevName;
30 const GUID *DevProto;
31 void *InstanceList; ///< Array of instances for this device
32 FO_OPEN OpenFunc;
33 UINT32 InstanceSize; ///< Size of each instance in the InstanceList
34 UINT32 NumInstances; ///< Number of instances in InstanceList
35 UINT32 OpModes; ///< Supported modes of operation