Lines Matching defs:handle
61 static acpi_status acpi_match_rc(acpi_handle handle, u32 lvl, void *context,
68 status = acpi_evaluate_integer(handle, "_UID", NULL, &uid);
72 *(acpi_handle *)retval = handle;
81 acpi_handle handle;
84 status = acpi_get_devices(hid, acpi_match_rc, &segment, &handle);
91 ret = acpi_bus_get_device(handle, &adev);
106 phys_addr_t acpi_pci_root_get_mcfg_addr(acpi_handle handle)
111 if (handle)
112 status = acpi_evaluate_integer(handle, METHOD_NAME__CBA,
624 static acpi_status acpi_run_hpx(struct pci_dev *dev, acpi_handle handle)
635 status = acpi_evaluate_object(handle, "_HPX", NULL, &buffer);
699 static acpi_status acpi_run_hpp(struct pci_dev *dev, acpi_handle handle)
709 status = acpi_evaluate_object(handle, "_HPP", NULL, &buffer);
748 acpi_handle handle, phandle;
754 handle = NULL;
756 handle = acpi_pci_get_bridge_handle(pbus);
757 if (handle)
767 while (handle) {
768 status = acpi_run_hpx(dev, handle);
771 status = acpi_run_hpp(dev, handle);
774 if (acpi_is_root_bridge(handle))
776 status = acpi_get_parent(handle, &phandle);
779 handle = phandle;
1004 if (!adev || acpi_has_method(adev->handle, "_EJ0"))
1178 * @handle: ACPI handle of this device
1196 acpi_handle handle)
1205 obj = acpi_evaluate_dsm(handle, &pci_acpi_dsm_guid, 3,
1251 pci_acpi_optimize_delay(pci_dev, adev->handle);