Lines Matching defs:buffer
28 u32 length, u8 *buffer);
211 * buffer - Pointer to where to put the data
221 acpi_ex_region_read(union acpi_operand_object *obj_desc, u32 length, u8 *buffer)
238 *buffer = (u8)value;
239 buffer++;
259 * NOTE: Region Fields (Field, bank_field, index_fields) are resolved to buffer
333 * we must copy the table to a local buffer. For example, the memory
346 /* Allocate a buffer for the table */
371 if (obj_desc->buffer.length < sizeof(struct acpi_table_header)) {
379 obj_desc->buffer.pointer);
382 /* Table cannot extend beyond the buffer */
384 if (length > obj_desc->buffer.length) {
392 * Copy the table from the buffer because the buffer could be
418 /* Delete allocated table buffer */