Home | History | Annotate | Download | only in include

Lines Matching refs:ACPI_OPERAND_OBJECT

213     union acpi_operand_object       *Operands[ACPI_OBJ_NUM_OPERANDS + 1];   /* Operands passed to the interpreter (+1 for NULL terminator) */
214 union acpi_operand_object **Params;
217 union acpi_operand_object **CallerReturnDesc;
220 union acpi_operand_object *ImplicitReturnObj;
223 union acpi_operand_object *MethodDesc; /* Method descriptor if running a method */
229 union acpi_operand_object *ResultObj;
231 union acpi_operand_object *ReturnDesc; /* Return object, if any */
277 ACPI_OPERAND_OBJECT *Operands[7];
289 ACPI_OPERAND_OBJECT *Source;
291 ACPI_OPERAND_OBJECT *Target;
297 ACPI_OPERAND_OBJECT *Source;
300 ACPI_OPERAND_OBJECT *Target;
317 ACPI_OPERAND_OBJECT **Parameters; /* Input: argument list */
320 ACPI_OPERAND_OBJECT *ObjDesc; /* Object attached to the resolved node */
324 ACPI_OPERAND_OBJECT *ReturnObject; /* Object returned from the evaluation */
325 union acpi_operand_object *ParentPackage; /* Used if return object is a Package */