Lines Matching defs:buffer
83 * PARAMETERS: out_buffer - A buffer to receive the resources for the
110 /* Validate/Allocate/Clear caller buffer */
120 * Populate the return buffer
441 * return_buffer - Where the decode buffer is returned
443 * RETURN: Status and the decoded _PLD buffer. User must deallocate
444 * the buffer via ACPI_FREE.
446 * DESCRIPTION: Decode the bit-packed buffer returned by the _PLD method into
455 u32 *buffer = ACPI_CAST_PTR(u32, in_buffer);
472 ACPI_MOVE_32_TO_32(&dword, &buffer[0]);
481 ACPI_MOVE_32_TO_32(&dword, &buffer[1]);
487 ACPI_MOVE_32_TO_32(&dword, &buffer[2]);
502 ACPI_MOVE_32_TO_32(&dword, &buffer[3]);
515 ACPI_MOVE_32_TO_32(&dword, &buffer[4]);