Lines Matching defs:output
304 struct acpi_buffer output = {ACPI_ALLOCATE_BUFFER, NULL};
328 status = acpi_evaluate_object(*handle, "_OSC", &input, &output);
332 if (!output.length)
335 out_obj = output.pointer;
353 kfree(output.pointer);
357 status = acpi_evaluate_object(*handle, "_OSC", &input, &output);
361 if (!output.length)
364 out_obj = output.pointer;
383 kfree(output.pointer);
390 struct acpi_buffer output = {ACPI_ALLOCATE_BUFFER, NULL};
413 status = acpi_evaluate_object(handle, "PCCH", NULL, &output);
417 out_obj = output.pointer;
528 kfree(output.pointer);
533 kfree(output.pointer);