Lines Matching defs:acpi_operand_object
3 * Name: acobject.h - Definition of ACPI_OPERAND_OBJECT (Internal object only)
159 * The ACPI_OPERAND_OBJECT is used to pass AML operands from the dispatcher
186 * position in both the ACPI_NAMESPACE_NODE and ACPI_OPERAND_OBJECT
190 union acpi_operand_object *NextObject; /* Objects linked to parent NS node */\
269 union acpi_operand_object **Elements; /* Array of pointers to AcpiObjects */
299 union acpi_operand_object *Prev; /* Link for list of acquired mutexes */
300 union acpi_operand_object *Next; /* Link for list of acquired mutexes */
312 union acpi_operand_object *Handler; /* Handler for region access */
313 union acpi_operand_object *Next;
327 union acpi_operand_object *Mutex;
328 union acpi_operand_object *Node;
333 union acpi_operand_object *Handler;
362 union acpi_operand_object *NotifyList[2]; /* Handlers for system/device notifies */\
363 union acpi_operand_object *Handler /* Handler for Address space */
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 */
481 union acpi_operand_object *IndexObj; /* Index register */
482 union acpi_operand_object *DataObj; /* Data register */
494 union acpi_operand_object *BufferObj; /* Containing Buffer object */
512 union acpi_operand_object *Next[2]; /* Device and System handler lists */
527 union acpi_operand_object *RegionList; /* Regions using this handler */
528 union acpi_operand_object *Next;
554 void *Object; /* NameOp=>HANDLE to obj, IndexOp=>ACPI_OPERAND_OBJECT */
556 union acpi_operand_object **Where; /* Target of Index */
614 union acpi_operand_object *Next; /* Link for object cache and internal lists*/
621 * ACPI_OPERAND_OBJECT Descriptor - a giant union of all of the above
625 typedef union acpi_operand_object
660 } ACPI_OPERAND_OBJECT;
699 ACPI_OPERAND_OBJECT Object;