Lines Matching defs:buffer
127 * @size: Size of the buffer.
188 * @size: Size of the buffer.
322 * @buf: The buffer to save pnp_modalias and of_modalias.
323 * @size: Size of buffer.
456 (wchar_t *)acpi_dev->pnp.str_obj->buffer.pointer,
457 acpi_dev->pnp.str_obj->buffer.length,
520 struct acpi_buffer buffer = {ACPI_ALLOCATE_BUFFER, NULL};
548 NULL, &buffer);
550 buffer.pointer = NULL;
551 dev->pnp.str_obj = buffer.pointer;