Lines Matching defs:output
178 /* map output size to the corresponding WMI method id */
199 * buffer: Buffer used as input and/or output
201 * outsize: Size of output buffer
206 * -EINVAL if the output buffer size exceeds buffersize
208 * Note: The buffersize must at least be the maximum of the input and output
210 * and 128 byte output. The caller would do:
229 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL };
240 wmi_evaluate_method(HPWMI_BIOS_GUID, 0, mid, &input, &output);
242 obj = output.pointer;
262 /* Ignore output data of zero size */
804 pr_warn("unable to parse 0x1b query output\n");