Lines Matching defs:handle
34 acpi_handle handle;
53 * handle set. IPMI messages passed from the ACPI codes are sent
111 ipmi_dev_alloc(int iface, struct device *dev, acpi_handle handle)
125 ipmi_device->handle = handle;
439 acpi_handle handle;
447 handle = smi_data.addr_info.acpi_info.acpi_handle;
448 if (!handle)
451 ipmi_device = ipmi_dev_alloc(iface, smi_data.dev, handle);
460 * if the corresponding ACPI handle is already added
463 if (temp->handle == handle)
594 pr_warn("Can't register IPMI opregion space handle\n");