Lines Matching refs:scope
789 Aml *scope = aml_scope("_SB"); in build_hpet_aml() local
831 aml_append(scope, dev); in build_hpet_aml()
832 aml_append(table, scope); in build_hpet_aml()
875 Aml *scope = aml_scope("\\"); in build_dbg_aml() local
880 aml_append(scope, in build_dbg_aml()
884 aml_append(scope, field); in build_dbg_aml()
900 aml_append(scope, method); in build_dbg_aml()
902 aml_append(table, scope); in build_dbg_aml()
1232 Aml *scope; in build_x86_acpi_pci_hotplug() local
1236 scope = aml_scope("_SB.PCI0"); in build_x86_acpi_pci_hotplug()
1238 aml_append(scope, in build_x86_acpi_pci_hotplug()
1243 aml_append(scope, field); in build_x86_acpi_pci_hotplug()
1245 aml_append(scope, in build_x86_acpi_pci_hotplug()
1250 aml_append(scope, field); in build_x86_acpi_pci_hotplug()
1252 aml_append(scope, in build_x86_acpi_pci_hotplug()
1258 aml_append(scope, field); in build_x86_acpi_pci_hotplug()
1260 aml_append(scope, aml_mutex("BLCK", 0)); in build_x86_acpi_pci_hotplug()
1269 aml_append(scope, method); in build_x86_acpi_pci_hotplug()
1279 aml_append(scope, method); in build_x86_acpi_pci_hotplug()
1281 aml_append(scope, aml_pci_pdsm()); in build_x86_acpi_pci_hotplug()
1283 aml_append(table, scope); in build_x86_acpi_pci_hotplug()
1338 Aml *dev, *scope, *method; in build_acpi0017() local
1340 scope = aml_scope("_SB"); in build_acpi0017()
1349 aml_append(scope, dev); in build_acpi0017()
1350 aml_append(table, scope); in build_acpi0017()
1362 Aml *dsdt, *sb_scope, *scope, *dev, *method, *field, *pkg, *crs; in build_dsdt() local
1456 scope = aml_scope("_GPE"); in build_dsdt()
1458 aml_append(scope, aml_name_decl("_HID", aml_string("ACPI0006"))); in build_dsdt()
1463 aml_append(scope, method); in build_dsdt()
1466 aml_append(dsdt, scope); in build_dsdt()
1506 scope = aml_scope("\\_SB"); in build_dsdt()
1541 aml_append(scope, dev); in build_dsdt()
1542 aml_append(dsdt, scope); in build_dsdt()
1571 scope = aml_scope("\\_SB.PCI0"); in build_dsdt()
1633 aml_append(scope, aml_name_decl("_CRS", crs)); in build_dsdt()
1651 aml_append(scope, dev); in build_dsdt()
1669 aml_append(scope, dev); in build_dsdt()
1671 aml_append(dsdt, scope); in build_dsdt()
1674 scope = aml_scope("\\"); in build_dsdt()
1681 aml_append(scope, aml_name_decl("_S3", pkg)); in build_dsdt()
1691 aml_append(scope, aml_name_decl("_S4", pkg)); in build_dsdt()
1699 aml_append(scope, aml_name_decl("_S5", pkg)); in build_dsdt()
1700 aml_append(dsdt, scope); in build_dsdt()
1704 scope = aml_scope("\\_SB.PCI0"); in build_dsdt()
1705 fw_cfg_add_acpi_dsdt(scope, x86ms->fw_cfg); in build_dsdt()
1706 aml_append(dsdt, scope); in build_dsdt()
1775 scope = aml_scope("\\_SB.PCI0"); in build_dsdt()
1776 has_pcnt = build_append_notification_callback(scope, b); in build_dsdt()
1778 aml_append(dsdt, scope); in build_dsdt()
1781 scope = aml_scope("_GPE"); in build_dsdt()
1790 aml_append(scope, method); in build_dsdt()
1792 aml_append(dsdt, scope); in build_dsdt()