Home | History | Annotate | Download | only in include

Lines Matching defs:Object

3  * Name: acobject.h - Definition of ACPI_OPERAND_OBJECT  (Internal object only)
161 * address space handlers and notify handlers. The object is a constant
164 * Note: The object is optimized to be aligned and will not work if it is
193 UINT16 ReferenceCount; /* For object deletion management */\
204 #define AOPOBJ_DATA_VALID 0x04 /* Object is initialized and data is valid */
234 * Note: The String and Buffer object must be identical through the
286 ACPI_SEMAPHORE OsSemaphore; /* Actual OS synchronization object */
296 ACPI_MUTEX OsMutex; /* Actual OS synchronization object */
424 * "Field Datum" -- a datum from the actual field object
433 UINT32 BaseByteOffset; /* Byte offset within containing object */\
444 union acpi_operand_object *RegionObj; /* Parent Operation Region object (REGION/BANK fields only) */
454 union acpi_operand_object *RegionObj; /* Containing OpRegion object */
466 union acpi_operand_object *RegionObj; /* Containing OpRegion object */
467 union acpi_operand_object *BankObj; /* BankSelect Register object */
494 union acpi_operand_object *BufferObj; /* Containing Buffer object */
544 * The Reference object is used for these opcodes:
554 void *Object; /* NameOp=>HANDLE to obj, IndexOp=>ACPI_OPERAND_OBJECT */
572 ACPI_REFCLASS_NAME = 5, /* Reference to a named object */
573 ACPI_REFCLASS_DEBUG = 6, /* Debug object */
580 * Extra object is used as additional storage for types that
614 union acpi_operand_object *Next; /* Link for object cache and internal lists*/
669 /* Object descriptor types */
671 #define ACPI_DESC_TYPE_CACHED 0x01 /* Used only when object is cached */
699 ACPI_OPERAND_OBJECT Object;