Home
last modified time | relevance | path

Searched refs:sub_object_list (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Drscalc.c723 union acpi_operand_object **sub_object_list; in acpi_rs_get_pci_routing_table_length() local
757 * The sub_object_list will now point to an array of the in acpi_rs_get_pci_routing_table_length()
760 sub_object_list = package_element->package.elements; in acpi_rs_get_pci_routing_table_length()
769 if (*sub_object_list && /* Null object allowed */ in acpi_rs_get_pci_routing_table_length()
771 (*sub_object_list)->common.type) || in acpi_rs_get_pci_routing_table_length()
773 (*sub_object_list)->common.type) && in acpi_rs_get_pci_routing_table_length()
774 ((*sub_object_list)->reference.class == in acpi_rs_get_pci_routing_table_length()
780 sub_object_list++; in acpi_rs_get_pci_routing_table_length()
789 if ((*sub_object_list)->common.type == ACPI_TYPE_STRING) { in acpi_rs_get_pci_routing_table_length()
795 (*sub_object_list) in acpi_rs_get_pci_routing_table_length()
[all...]
H A Drscreate.c184 union acpi_operand_object **sub_object_list; in acpi_rs_create_pci_routing_table() local
256 * The sub_object_list will now point to an array of the four IRQ in acpi_rs_create_pci_routing_table()
259 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()
H A Dnsrepair2.c578 union acpi_operand_object **sub_object_list; in acpi_ns_repair_PRT() local
593 sub_object_list = sub_package->package.elements; in acpi_ns_repair_PRT()
607 obj_desc = sub_object_list[3]; in acpi_ns_repair_PRT()
609 sub_object_list[3] = sub_object_list[2]; in acpi_ns_repair_PRT()
610 sub_object_list[2] = obj_desc; in acpi_ns_repair_PRT()
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Drscreate.c184 union acpi_operand_object **sub_object_list; in acpi_rs_create_pci_routing_table() local
256 * The sub_object_list will now point to an array of the four IRQ in acpi_rs_create_pci_routing_table()
259 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()
H A Drscalc.c754 union acpi_operand_object **sub_object_list; in acpi_rs_get_pci_routing_table_length() local
788 * The sub_object_list will now point to an array of the in acpi_rs_get_pci_routing_table_length()
791 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) in acpi_rs_get_pci_routing_table_length()
[all...]
H A Dnsrepair2.c582 union acpi_operand_object **sub_object_list; in acpi_ns_repair_PRT() local
597 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()

Completed in 6 milliseconds