Home
last modified time | relevance | path

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

/openbmc/qemu/hw/audio/
H A Dhda-codec.c174 int64_t buft_start; member
217 st->buft_start += corr; in hda_timer_sync_adjust()
226 int64_t uptime = now - st->buft_start; in hda_audio_input_timer()
296 int64_t uptime = now - st->buft_start; in hda_audio_output_timer()
349 st->buft_start = qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL); in hda_audio_output_cb()
436 st->buft_start = now; in hda_audio_set_running()
820 VMSTATE_INT64(buft_start, HDAAudioStream),