Home
last modified time | relevance | path

Searched refs:this_element (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/acpi/executer/
Dexoparg6.c176 union acpi_operand_object *this_element; in acpi_ex_opcode_6A_0T_1R() local
227 this_element = operand[0]->package.elements[index]; in acpi_ex_opcode_6A_0T_1R()
232 if (!this_element || in acpi_ex_opcode_6A_0T_1R()
233 ACPI_GET_OBJECT_TYPE (this_element) != ACPI_TYPE_INTEGER) { in acpi_ex_opcode_6A_0T_1R()
242 this_element->integer.value, operand[2]->integer.value)) { in acpi_ex_opcode_6A_0T_1R()
247 this_element->integer.value, operand[4]->integer.value)) { in acpi_ex_opcode_6A_0T_1R()