Home
last modified time | relevance | path

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

/drivers/acpi/acpica/
Dexoparg6.c222 union acpi_operand_object *this_element; in acpi_ex_opcode_6A_0T_1R() local
280 this_element = operand[0]->package.elements[index]; in acpi_ex_opcode_6A_0T_1R()
284 if (!this_element) { in acpi_ex_opcode_6A_0T_1R()
294 this_element, operand[2])) { in acpi_ex_opcode_6A_0T_1R()
299 this_element, operand[4])) { in acpi_ex_opcode_6A_0T_1R()
Dnspredef.c936 union acpi_operand_object **this_element = elements; in acpi_ns_check_package_elements() local
946 status = acpi_ns_check_object_type(data, this_element, in acpi_ns_check_package_elements()
951 this_element++; in acpi_ns_check_package_elements()
955 status = acpi_ns_check_object_type(data, this_element, in acpi_ns_check_package_elements()
961 this_element++; in acpi_ns_check_package_elements()