Home
last modified time | relevance | path

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

/drivers/acpi/acpica/
Drscalc.c620 union acpi_operand_object **sub_object_list; in acpi_rs_get_pci_routing_table_length() local
657 sub_object_list = package_element->package.elements; in acpi_rs_get_pci_routing_table_length()
666 if (*sub_object_list && /* Null object allowed */ in acpi_rs_get_pci_routing_table_length()
668 (*sub_object_list)->common.type) || in acpi_rs_get_pci_routing_table_length()
670 (*sub_object_list)->common.type) && in acpi_rs_get_pci_routing_table_length()
671 ((*sub_object_list)->reference.class == in acpi_rs_get_pci_routing_table_length()
677 sub_object_list++; in acpi_rs_get_pci_routing_table_length()
686 if ((*sub_object_list)->common.type == ACPI_TYPE_STRING) { in acpi_rs_get_pci_routing_table_length()
692 (*sub_object_list)->string. in acpi_rs_get_pci_routing_table_length()
695 temp_size_needed += acpi_ns_get_pathname_length((*sub_object_list)->reference.node); in acpi_rs_get_pci_routing_table_length()
Drscreate.c220 union acpi_operand_object **sub_object_list; in acpi_rs_create_pci_routing_table() local
295 sub_object_list = (*top_object_list)->package.elements; in acpi_rs_create_pci_routing_table()
299 obj_desc = sub_object_list[0]; in acpi_rs_create_pci_routing_table()
312 obj_desc = sub_object_list[1]; in acpi_rs_create_pci_routing_table()
327 obj_desc = sub_object_list[2]; in acpi_rs_create_pci_routing_table()
398 obj_desc = sub_object_list[3]; in acpi_rs_create_pci_routing_table()
Dnsrepair2.c616 union acpi_operand_object **sub_object_list; in acpi_ns_repair_PRT() local
631 sub_object_list = sub_package->package.elements; in acpi_ns_repair_PRT()
645 obj_desc = sub_object_list[3]; in acpi_ns_repair_PRT()
647 sub_object_list[3] = sub_object_list[2]; in acpi_ns_repair_PRT()
648 sub_object_list[2] = obj_desc; in acpi_ns_repair_PRT()