Lines Matching defs:handle
43 status = acpi_evaluate_object(pr->handle, NULL, NULL, &buffer);
52 status = acpi_evaluate_integer(pr->handle, METHOD_NAME__UID,
87 pr->handle = device->handle;
118 static int is_processor_present(acpi_handle handle)
124 status = acpi_evaluate_integer(handle, "_STA", NULL, &sta);
139 static int xen_apic_id(acpi_handle handle)
146 if (ACPI_FAILURE(acpi_evaluate_object(handle, "_MAT", NULL, &buffer)))
180 apic_id = xen_apic_id(pr->handle);
187 pxm = xen_acpi_get_pxm(pr->handle);
209 if (!is_processor_present(pr->handle))
232 static void acpi_processor_hotplug_notify(acpi_handle handle,
250 if (!is_processor_present(handle))
253 acpi_bus_get_device(handle, &device);
257 result = acpi_bus_scan(handle);
263 acpi_bus_get_device(handle, &device);
275 if (acpi_bus_get_device(handle, &device)) {
300 (void) acpi_evaluate_ost(handle, event, ost_code, NULL);
306 static acpi_status is_processor_device(acpi_handle handle)
312 status = acpi_get_object_info(handle, &info);
337 processor_walk_namespace_cb(acpi_handle handle,
343 status = is_processor_device(handle);
349 acpi_install_notify_handler(handle,
355 acpi_remove_notify_handler(handle,