Lines Matching defs:buffer
45 /* followed by request/response buffer */
74 /* consuming code assumes buffer is page-sized */
211 /* We own the logging buffer, as only one MCDI can be in
297 /* MCDI_DECLARE_BUF ensures that underlying buffer is padded
298 * to dword size, and the MCDI buffer is always dword size
302 /* We own the logging buffer, as only one MCDI can be in
811 /* The input buffer can't be aliased with the output. */
910 * @outbuf: Response buffer. May be %NULL if @outlen is 0.
911 * @outlen: Length of response buffer, in bytes. If the actual
1034 * @outlen: Length to allocate for response buffer, in bytes
2156 loff_t offset, u8 *buffer, size_t length)
2175 memcpy(buffer, MCDI_PTR(outbuf, NVRAM_READ_OUT_READ_BUFFER), length);
2180 loff_t offset, const u8 *buffer, size_t length)
2189 memcpy(MCDI_PTR(inbuf, NVRAM_WRITE_IN_WRITE_BUFFER), buffer, length);
2267 size_t len, size_t *retlen, u8 *buffer)
2279 buffer, chunk);
2283 buffer += chunk;
2321 size_t len, size_t *retlen, const u8 *buffer)
2340 buffer, chunk);
2344 buffer += chunk;