Lines Matching refs:buffer
121 /* For a partial read, the buffer must be preallocated. */
292 /* one pages buffer should be mapped/unmapped only once */
384 /* single-shot decompression onto the pre-allocated buffer */
410 /* decompression on paged buffer and map it */
461 /* if the buffer is pre-allocated, we can perform in single-shot mode */
500 void *buffer = NULL;
502 /* Already populated data member means we're loading into a buffer */
504 buffer = fw_priv->data;
544 if ((fw_priv->opt_flags & FW_OPT_PARTIAL) && buffer)
549 &buffer, msize,
568 rc = decompress(device, fw_priv, size, buffer);
570 vfree(buffer);
571 buffer = NULL;
580 fw_priv->data = buffer;
602 /* store the pages buffer info firmware from buf */
726 /* pass the pages buffer to driver at the last minute */
1066 * request_firmware_into_buf() - load firmware into a previously allocated buffer
1070 * @buf: address of buffer to load firmware into
1071 * @size: size of buffer
1074 * allocate a buffer to hold the firmware data. Instead, the firmware
1075 * is loaded directly into the buffer pointed to by @buf and the @firmware_p
1098 * request_partial_firmware_into_buf() - load partial firmware into a previously allocated buffer
1102 * @buf: address of buffer to load firmware into
1103 * @size: size of buffer