Lines Matching defs:handle
32 /* Find master handle */
53 struct acpi_device *adev = acpi_fetch_acpi_dev(info->handle);
118 static acpi_status sdw_intel_acpi_cb(acpi_handle handle, u32 level,
125 status = acpi_evaluate_integer(handle, METHOD_NAME__ADR, NULL, &adr);
129 if (!acpi_fetch_acpi_dev(handle)) {
130 pr_err("%s: Couldn't find ACPI handle\n", __func__);
145 info->handle = handle;
153 * @parent_handle: ACPI parent handle
166 info->handle = NULL;
177 if (ACPI_FAILURE(status) || info->handle == NULL)