Home
last modified time | relevance | path

Searched refs:bytes_to_write (Results 1 – 3 of 3) sorted by relevance

/sound/soc/qcom/qdsp6/
Dq6asm-dai.c522 uint32_t bytes_written, bytes_to_write; in compress_event_handler() local
582 bytes_to_write = prtd->pcm_count; in compress_event_handler()
586 bytes_to_write = avail; in compress_event_handler()
589 if (bytes_to_write) { in compress_event_handler()
598 bytes_to_write, 0, 0, wflags); in compress_event_handler()
600 prtd->bytes_sent += bytes_to_write; in compress_event_handler()
1115 uint32_t bytes_to_write = prtd->pcm_count; in q6asm_compr_copy() local
1120 bytes_to_write = avail; in q6asm_compr_copy()
1123 bytes_to_write, 0, 0, wflags); in q6asm_compr_copy()
1124 prtd->bytes_sent += bytes_to_write; in q6asm_compr_copy()
/sound/pci/asihpi/
Dhpi.h1228 u32 bytes_to_write, const struct hpi_format *p_format);
Dhpifunc.c499 u32 bytes_to_write, const struct hpi_format *p_format) in hpi_outstream_write_buf() argument
508 hm.u.d.u.data.data_size = bytes_to_write; in hpi_outstream_write_buf()