Lines Matching defs:bytes
226 unsigned long bytes)
238 /* update bytes sent */
239 stream->cumm_bytes += bytes;
240 dev_dbg(dev, "bytes copied %d inc by %ld\n", stream->cumm_bytes, bytes);
248 dev_dbg(dev, "bytes sent to fw %llu inc by %ld\n",
249 fw_tstamp.bytes_copied, bytes);
344 dev_dbg(dev, "rb_counter %llu in bytes\n", fw_tstamp.ring_buffer_counter);
463 dev_dbg(ctx->dev, "mrfld ring_buffer_counter %llu in bytes\n",
465 dev_dbg(ctx->dev, "mrfld hardware_counter %llu in bytes\n",
478 dev_dbg(ctx->dev, "pcm delay %zu in bytes\n", delay_bytes);
615 struct snd_sst_bytes_v2 *bytes)
620 if (NULL == bytes)
626 ret_val = sst_send_byte_stream_mrfld(ctx, bytes);