Searched defs:acpi_operand_object (Results 1 - 1 of 1) sorted by relevance

/drivers/acpi/acpica/
H A Dacobject.h4 * Name: acobject.h - Definition of union acpi_operand_object (Internal object only)
51 * The union acpi_operand_object is used to pass AML operands from the dispatcher
78 * position in both the struct acpi_namespace_node and union acpi_operand_object
82 union acpi_operand_object *next_object; /* Objects linked to parent NS node */\
138 union acpi_operand_object **elements; /* Array of pointers to acpi_objects */
160 union acpi_operand_object *prev; /* Link for list of acquired mutexes */
161 union acpi_operand_object *next; /* Link for list of acquired mutexes */
169 union acpi_operand_object *handler; /* Handler for region access */
170 union acpi_operand_object *next;
179 union acpi_operand_object *mute
389 union acpi_operand_object { union
[all...]

Completed in 69 milliseconds