Lines Matching defs:object
253 union acpi_object object = { 0 };
254 struct acpi_buffer buffer = { sizeof(union acpi_object), &object };
278 "Failed to evaluate processor object (0x%x)\n",
283 pr->acpi_id = object.processor.proc_id;
328 * looking at the presence of the _PCT object under the first
362 if (!object.processor.pblk_address)
364 else if (object.processor.pblk_length != 6)
366 object.processor.pblk_length);
368 pr->throttling.address = object.processor.pblk_address;
372 pr->pblk = object.processor.pblk_address;
489 * ACPI companion object.
524 union acpi_object object = {};
525 struct acpi_buffer buffer = { sizeof(union acpi_object), &object };
536 acpi_id = object.processor.proc_id;
722 union acpi_object object = { 0 };
723 struct acpi_buffer buffer = { sizeof(union acpi_object), &object };
734 uid = object.processor.proc_id;
751 acpi_handle_info(handle, "Invalid processor object\n");
816 * @handle: ACPI handle of the processor object containing the _CST.
821 * control method under the corresponding ACPI processor object (or processor
822 * device object) and populate @info with it.