Lines Matching refs:buffer
179 /* For a partial read, the buffer must be preallocated. */
352 /* one pages buffer should be mapped/unmapped only once */
380 /* single-shot decompression onto the pre-allocated buffer */
406 /* decompression on paged buffer and map it */
457 /* if the buffer is pre-allocated, we can perform in single-shot mode */
496 void *buffer = NULL;
498 /* Already populated data member means we're loading into a buffer */
500 buffer = fw_priv->data;
530 if ((fw_priv->opt_flags & FW_OPT_PARTIAL) && buffer)
535 &buffer, msize,
554 rc = decompress(device, fw_priv, size, buffer);
556 vfree(buffer);
557 buffer = NULL;
566 fw_priv->data = buffer;
588 /* store the pages buffer info firmware from buf */
712 /* pass the pages buffer to driver at the last minute */
1001 * request_firmware_into_buf() - load firmware into a previously allocated buffer
1005 * @buf: address of buffer to load firmware into
1006 * @size: size of buffer
1009 * allocate a buffer to hold the firmware data. Instead, the firmware
1010 * is loaded directly into the buffer pointed to by @buf and the @firmware_p
1033 * request_partial_firmware_into_buf() - load partial firmware into a previously allocated buffer
1037 * @buf: address of buffer to load firmware into
1038 * @size: size of buffer