Searched refs:root_handle (Results 1 – 4 of 4) sorted by relevance
30 acpi_handle root_handle; member128 ioapic->root_handle = (acpi_handle)context; in handle_ioapic_add()202 int acpi_ioapic_add(acpi_handle root_handle) in acpi_ioapic_add() argument206 status = acpi_walk_namespace(ACPI_TYPE_DEVICE, root_handle, in acpi_ioapic_add()208 root_handle, (void **)&retval); in acpi_ioapic_add()219 if (root->device->handle != ioapic->root_handle) in pci_ioapic_remove()237 if (root->device->handle != ioapic->root_handle) in acpi_ioapic_remove()
38 acpi_handle root_handle; in iwl_acpi_get_handle() local41 root_handle = ACPI_HANDLE(dev); in iwl_acpi_get_handle()42 if (!root_handle) { in iwl_acpi_get_handle()48 status = acpi_get_handle(root_handle, method, ret_handle); in iwl_acpi_get_handle()
9910 acpi_handle root_handle; in ath10k_mac_get_wrdd_regulatory() local9917 root_handle = ACPI_HANDLE(ar->dev); in ath10k_mac_get_wrdd_regulatory()9918 if (!root_handle) in ath10k_mac_get_wrdd_regulatory()9921 status = acpi_get_handle(root_handle, (acpi_string)WRD_METHOD, &handle); in ath10k_mac_get_wrdd_regulatory()
590 static acpi_handle root_handle; variable