Lines Matching defs:handle
101 static acpi_handle acpi_get_child(acpi_handle handle, u64 addr)
105 if (!handle || acpi_bus_get_device(handle, &adev))
109 return adev ? adev->handle : NULL;
115 * @handle: returned acpi_handle for @dev
118 * Returns the ACPI object handle to the corresponding PCI device.
122 static int ide_get_dev_handle(struct device *dev, acpi_handle *handle,
143 DEBPRINT("no acpi handle for device\n");
155 *handle = dev_handle;
164 DEBPRINT("for dev=0x%x.%x, addr=0x%llx, *handle=0x%p\n",
165 devnum, func, (unsigned long long)addr, *handle);
173 * ide_acpi_hwif_get_handle - Get ACPI object handle for a given hwif
176 * Retrieves the object handle for a given hwif.
178 * Returns handle on success, 0 on error.
205 DEBPRINT("chan adr=%d: handle=0x%p\n",
593 DEBPRINT("drive %s handle 0x%p\n", drive->name, dev_handle);