Searched refs:root_handle (Results 1 – 4 of 4) sorted by relevance
29 acpi_handle root_handle; member127 ioapic->root_handle = (acpi_handle)context; in handle_ioapic_add()201 int acpi_ioapic_add(acpi_handle root_handle) in acpi_ioapic_add() argument205 status = acpi_walk_namespace(ACPI_TYPE_DEVICE, root_handle, in acpi_ioapic_add()207 root_handle, (void **)&retval); in acpi_ioapic_add()218 if (root->device->handle != ioapic->root_handle) in pci_ioapic_remove()236 if (root->device->handle != ioapic->root_handle) in acpi_ioapic_remove()
67 acpi_handle root_handle; in iwl_acpi_get_object() local72 root_handle = ACPI_HANDLE(dev); in iwl_acpi_get_object()73 if (!root_handle) { in iwl_acpi_get_object()80 status = acpi_get_handle(root_handle, method, &handle); in iwl_acpi_get_object()
8613 acpi_handle root_handle; in ath10k_mac_get_wrdd_regulatory() local8620 root_handle = ACPI_HANDLE(ar->dev); in ath10k_mac_get_wrdd_regulatory()8621 if (!root_handle) in ath10k_mac_get_wrdd_regulatory()8624 status = acpi_get_handle(root_handle, (acpi_string)WRD_METHOD, &handle); in ath10k_mac_get_wrdd_regulatory()
538 static acpi_handle root_handle; variable