Lines Matching defs:bytes

1058 		adsp_err(dsp, "Failed to write %zu bytes to %x: %d\n",
1063 adsp_dbg(dsp, "Wrote %zu bytes to %x\n", len, reg);
1093 char *p = ucontrol->value.bytes.data;
1104 const unsigned int __user *bytes, unsigned int size)
1113 if (copy_from_user(ctl->cache, bytes, size))
1165 adsp_err(dsp, "Failed to read %zu bytes from %x: %d\n",
1170 adsp_dbg(dsp, "Read %zu bytes from %x\n", len, reg);
1204 char *p = ucontrol->value.bytes.data;
1215 unsigned int __user *bytes, unsigned int size)
1226 if (!ret && copy_to_user(bytes, ctl->cache, size))
1562 static int wm_coeff_parse_string(int bytes, const u8 **pos, const u8 **str)
1566 switch (bytes) {
1578 *str = *pos + bytes;
1580 *pos += ((length + bytes) + 3) & ~0x03;
1585 static int wm_coeff_parse_int(int bytes, const u8 **pos)
1589 switch (bytes) {
1600 *pos += bytes;
1858 adsp_err(dsp, "%s: file too short, %zu bytes\n",
1955 adsp_dbg(dsp, "%s.%d: %d bytes at %d in %s\n", file,
1962 "%s.%d: %s region len %d bytes exceeds file length %zu\n",
1990 "%s.%d: Failed to write %d bytes at %d in %s: %d\n",
2009 adsp_warn(dsp, "%s.%d: %zu bytes at end of file\n",
2157 /* Convert length from DSP words to bytes */
2598 adsp_err(dsp, "%s: file too short, %zu bytes\n",
2639 adsp_dbg(dsp, "%s.%d: %d bytes at 0x%x in %x\n",
2677 adsp_dbg(dsp, "%s.%d: %d bytes in %x for %x\n",
2709 "%s.%d: %s region len %d bytes exceeds file length %zu\n",
2726 adsp_dbg(dsp, "%s.%d: Writing %d bytes at %x\n",
2747 adsp_warn(dsp, "%s.%d: %zu bytes at end of file\n",
3736 /* Remove the padding bytes from the data read from the DSP */
4303 compr_dbg(compr, "Requested read of %zu bytes\n", count);
4322 compr_dbg(compr, "Read %d bytes\n", nbytes);