Lines Matching defs:output
277 /* map output size to the corresponding WMI method id */
298 * buffer: Buffer used as input and/or output
300 * outsize: Size of output buffer
305 * -EINVAL if the output buffer size exceeds buffersize
307 * Note: The buffersize must at least be the maximum of the input and output
309 * and 128 byte output. The caller would do:
316 struct acpi_buffer input, output = { ACPI_ALLOCATE_BUFFER, NULL };
343 ret = wmi_evaluate_method(HPWMI_BIOS_GUID, 0, mid, &input, &output);
347 obj = output.pointer;
369 /* Ignore output data of zero size */
1100 pr_warn("unable to parse 0x1b query output\n");