Lines Matching refs:buffer
254 struct acpi_buffer buffer = { sizeof(union acpi_object), &object };
275 status = acpi_evaluate_object(pr->handle, NULL, NULL, &buffer);
525 struct acpi_buffer buffer = { sizeof(union acpi_object), &object };
533 status = acpi_evaluate_object(handle, NULL, NULL, &buffer);
723 struct acpi_buffer buffer = { sizeof(union acpi_object), &object };
731 status = acpi_evaluate_object(handle, NULL, NULL, &buffer);
831 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL };
838 status = acpi_evaluate_object(handle, "_CST", NULL, &buffer);
844 cst = buffer.pointer;
897 acpi_handle_info(handle, "_CST C%d package element[0] type(%x) is not buffer, skip...\n",
902 reg = (struct acpi_power_register *)obj->buffer.pointer;
987 kfree(buffer.pointer);