Lines Matching refs:buffer
28 u32 length, u8 *buffer);
221 * buffer - Pointer to where to put the data
231 acpi_ex_region_read(union acpi_operand_object *obj_desc, u32 length, u8 *buffer)
248 *buffer = (u8)value;
249 buffer++;
269 * NOTE: Region Fields (Field, bank_field, index_fields) are resolved to buffer
357 * we must copy the table to a local buffer. For example, the memory
370 /* Allocate a buffer for the table */
395 if (obj_desc->buffer.length < sizeof(struct acpi_table_header)) {
403 obj_desc->buffer.pointer);
406 /* Table cannot extend beyond the buffer */
408 if (length > obj_desc->buffer.length) {
416 * Copy the table from the buffer because the buffer could be
442 /* Delete allocated table buffer */