Lines Matching defs:handle
70 status = acpi_evaluate_integer(pr->handle, "_PPC", NULL, &ppc);
115 * @handle: ACPI processor handle
120 static void acpi_processor_ppc_ost(acpi_handle handle, int status)
122 if (acpi_has_method(handle, "_OST"))
123 acpi_evaluate_ost(handle, ACPI_PROCESSOR_NOTIFY_PERFORMANCE,
137 acpi_processor_ppc_ost(pr->handle, 1);
148 acpi_processor_ppc_ost(pr->handle, 1);
150 acpi_processor_ppc_ost(pr->handle, 0);
223 status = acpi_evaluate_object(pr->handle, "_PCT", NULL, &buffer);
323 status = acpi_evaluate_object(pr->handle, "_PSS", NULL, &buffer);
422 if (!pr || !pr->performance || !pr->handle)
425 if (!acpi_has_method(pr->handle, "_PCT")) {
451 if (acpi_has_method(pr->handle, "_PPC")) {
532 int acpi_processor_get_psd(acpi_handle handle, struct acpi_psd_package *pdomain)
541 status = acpi_evaluate_object(handle, "_PSD", NULL, &buffer);
643 if (acpi_processor_get_psd(pr->handle, pdomain)) {