Searched refs:sub_object_list (Results 1 – 3 of 3) sorted by relevance
617 union acpi_operand_object **sub_object_list; in acpi_rs_get_pci_routing_table_length() local654 sub_object_list = package_element->package.elements; in acpi_rs_get_pci_routing_table_length()663 if (*sub_object_list && /* Null object allowed */ in acpi_rs_get_pci_routing_table_length()665 (*sub_object_list)->common.type) || in acpi_rs_get_pci_routing_table_length()667 (*sub_object_list)->common.type) && in acpi_rs_get_pci_routing_table_length()668 ((*sub_object_list)->reference.class == in acpi_rs_get_pci_routing_table_length()674 sub_object_list++; in acpi_rs_get_pci_routing_table_length()683 if ((*sub_object_list)->common.type == ACPI_TYPE_STRING) { in acpi_rs_get_pci_routing_table_length()689 (*sub_object_list)->string. in acpi_rs_get_pci_routing_table_length()692 temp_size_needed += acpi_ns_get_pathname_length((*sub_object_list)->reference.node); in acpi_rs_get_pci_routing_table_length()
219 union acpi_operand_object **sub_object_list; in acpi_rs_create_pci_routing_table() local293 sub_object_list = (*top_object_list)->package.elements; in acpi_rs_create_pci_routing_table()297 obj_desc = sub_object_list[0]; in acpi_rs_create_pci_routing_table()310 obj_desc = sub_object_list[1]; in acpi_rs_create_pci_routing_table()325 obj_desc = sub_object_list[2]; in acpi_rs_create_pci_routing_table()400 obj_desc = sub_object_list[3]; in acpi_rs_create_pci_routing_table()
612 union acpi_operand_object **sub_object_list; in acpi_ns_repair_PRT() local627 sub_object_list = sub_package->package.elements; in acpi_ns_repair_PRT()641 obj_desc = sub_object_list[3]; in acpi_ns_repair_PRT()643 sub_object_list[3] = sub_object_list[2]; in acpi_ns_repair_PRT()644 sub_object_list[2] = obj_desc; in acpi_ns_repair_PRT()