Lines Matching defs:handle
301 ret = acpi_processor_evaluate_cst(pr->handle, pr->id, &pr->power);
383 * system from C3. Newer chipsets handle DMA
386 * handle BM_RLD is to set it and leave it set.
897 static int acpi_processor_evaluate_lpi(acpi_handle handle,
907 status = acpi_evaluate_object(handle, "_LPI", NULL, &buffer);
1002 acpi_handle_debug(handle, "Found %d power states\n", state_idx);
1109 acpi_handle handle = pr->handle, pr_ahandle;
1121 if (!acpi_has_method(handle, "_LPI"))
1127 handle = pr->handle;
1128 ret = acpi_processor_evaluate_lpi(handle, prev);
1133 status = acpi_get_parent(handle, &pr_ahandle);
1136 handle = pr_ahandle;
1142 if (!acpi_has_method(handle, "_LPI"))
1145 ret = acpi_processor_evaluate_lpi(handle, curr);
1154 status = acpi_get_parent(handle, &pr_ahandle);