Lines Matching defs:handle
57 acpi_handle handle;
71 handle = ACPI_HANDLE(&pci_dev->dev);
73 if (!handle && pci_dev->is_virtfn)
74 handle = ACPI_HANDLE(physfn->bus->bridge);
76 if (!handle) {
79 * all. Try to get acpi handle of parent pci bus.
83 handle = acpi_pci_get_bridge_handle(pbus);
84 if (handle)
88 if (handle) {
94 status = acpi_evaluate_integer(handle, "_PXM",
101 status = acpi_get_parent(handle, &handle);