Searched defs:_Device_Node (Results 1 – 1 of 1) sorted by relevance
27 typedef struct _Device_Node { struct28 LIST_ENTRY DevList; ///< List of registered device abstractions29 const CHAR16 *DevName;30 const GUID *DevProto;31 void *InstanceList; ///< Array of instances for this device32 FO_OPEN OpenFunc;33 UINT32 InstanceSize; ///< Size of each instance in the InstanceList34 UINT32 NumInstances; ///< Number of instances in InstanceList35 UINT32 OpModes; ///< Supported modes of operation