Searched refs:inflight_bytes (Results 1 – 2 of 2) sorted by relevance
165 unsigned int inflight_bytes; /* in-flight data bytes on buffer (for playback) */ member
41 queued = bytes_to_frames(runtime, subs->inflight_bytes); in snd_usb_pcm_delay()610 subs->inflight_bytes = 0; in snd_usb_pcm_prepare()1196 subs->inflight_bytes += bytes; in urb_ctx_queue_advance()1429 if (subs->inflight_bytes >= ctx->queued) in retire_playback_urb()1430 subs->inflight_bytes -= ctx->queued; in retire_playback_urb()1432 subs->inflight_bytes = 0; in retire_playback_urb()