Searched refs:sub_object_list (Results 1 – 3 of 3) sorted by relevance
754 union acpi_operand_object **sub_object_list; in acpi_rs_get_pci_routing_table_length() local791 sub_object_list = package_element->package.elements; in acpi_rs_get_pci_routing_table_length()800 if (*sub_object_list && /* Null object allowed */ in acpi_rs_get_pci_routing_table_length()802 (*sub_object_list)->common.type) || in acpi_rs_get_pci_routing_table_length()804 (*sub_object_list)->common.type) && in acpi_rs_get_pci_routing_table_length()805 ((*sub_object_list)->reference.class == in acpi_rs_get_pci_routing_table_length()811 sub_object_list++; in acpi_rs_get_pci_routing_table_length()820 if ((*sub_object_list)->common.type == ACPI_TYPE_STRING) { in acpi_rs_get_pci_routing_table_length()826 (*sub_object_list)->string. in acpi_rs_get_pci_routing_table_length()829 temp_size_needed += acpi_ns_get_pathname_length((*sub_object_list)->reference.node); in acpi_rs_get_pci_routing_table_length()
184 union acpi_operand_object **sub_object_list; in acpi_rs_create_pci_routing_table() local259 sub_object_list = (*top_object_list)->package.elements; in acpi_rs_create_pci_routing_table()263 obj_desc = sub_object_list[0]; in acpi_rs_create_pci_routing_table()276 obj_desc = sub_object_list[1]; in acpi_rs_create_pci_routing_table()291 obj_desc = sub_object_list[2]; in acpi_rs_create_pci_routing_table()365 obj_desc = sub_object_list[3]; in acpi_rs_create_pci_routing_table()
582 union acpi_operand_object **sub_object_list; in acpi_ns_repair_PRT() local597 sub_object_list = sub_package->package.elements; in acpi_ns_repair_PRT()611 obj_desc = sub_object_list[3]; in acpi_ns_repair_PRT()613 sub_object_list[3] = sub_object_list[2]; in acpi_ns_repair_PRT()614 sub_object_list[2] = obj_desc; in acpi_ns_repair_PRT()