Lines Matching defs:handle
39 /* Find master handle */
91 if (acpi_bus_get_device(info->handle, &adev))
208 if (acpi_bus_get_device(res->handle, &adev))
230 ctx->handle = res->handle;
319 if (acpi_bus_get_device(ctx->handle, &adev))
360 static acpi_status sdw_intel_acpi_cb(acpi_handle handle, u32 level,
368 status = acpi_evaluate_integer(handle, METHOD_NAME__ADR, NULL, &adr);
372 if (acpi_bus_get_device(handle, &adev)) {
373 pr_err("%s: Couldn't find ACPI handle\n", __func__);
377 info->handle = handle;
395 * @parent_handle: ACPI parent handle
408 info->handle = NULL;
413 if (ACPI_FAILURE(status) || info->handle == NULL)