Searched refs:root_handle (Results 1 – 4 of 4) sorted by relevance
32 acpi_handle root_handle; member130 ioapic->root_handle = (acpi_handle)context; in handle_ioapic_add()204 int acpi_ioapic_add(acpi_handle root_handle) in acpi_ioapic_add() argument208 status = acpi_walk_namespace(ACPI_TYPE_DEVICE, root_handle, in acpi_ioapic_add()210 root_handle, (void **)&retval); in acpi_ioapic_add()221 if (root->device->handle != ioapic->root_handle) in pci_ioapic_remove()239 if (root->device->handle != ioapic->root_handle) in acpi_ioapic_remove()
68 acpi_handle root_handle; in iwl_acpi_get_object() local73 root_handle = ACPI_HANDLE(dev); in iwl_acpi_get_object()74 if (!root_handle) { in iwl_acpi_get_object()81 status = acpi_get_handle(root_handle, method, &handle); in iwl_acpi_get_object()
8224 acpi_handle root_handle; in ath10k_mac_get_wrdd_regulatory() local8231 root_handle = ACPI_HANDLE(&pdev->dev); in ath10k_mac_get_wrdd_regulatory()8232 if (!root_handle) in ath10k_mac_get_wrdd_regulatory()8235 status = acpi_get_handle(root_handle, (acpi_string)WRD_METHOD, &handle); in ath10k_mac_get_wrdd_regulatory()
548 static acpi_handle root_handle; variable