Lines Matching defs:buffer
327 * Zero the entire area of the buffer.
419 * ret_buffer - Pointer to a buffer structure for the
428 * and the contents of the callers buffer is undefined.
453 * Create a resource linked list from the byte stream buffer that comes
469 * ret_buffer - Pointer to a buffer structure for the
478 * and the contents of the callers buffer is undefined.
504 * byte stream buffer that comes back from the _CRS method
520 * ret_buffer - Pointer to a buffer structure for the
529 * and the contents of the callers buffer is undefined.
555 * byte stream buffer that comes back from the _CRS method
571 * ret_buffer - Pointer to a buffer structure for the
580 * and the contents of the callers buffer is undefined.
606 * byte stream buffer that comes back from the _CRS method
623 * ret_buffer - Pointer to a buffer structure for the
632 * and the contents of the callers buffer is undefined.
659 * byte stream buffer that comes back from the method
675 * in_buffer - Pointer to a buffer structure of the
684 * and the contents of the callers buffer is undefined.
697 struct acpi_buffer buffer;
720 buffer.length = ACPI_ALLOCATE_LOCAL_BUFFER;
721 status = acpi_rs_create_aml_resources(in_buffer, &buffer);
731 * Must free the buffer allocated above (otherwise it is freed
734 ACPI_FREE(buffer.pointer);
739 args[0]->buffer.length = (u32) buffer.length;
740 args[0]->buffer.pointer = buffer.pointer;