Home
last modified time | relevance | path

Searched defs:to_transfer (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/audio/
H A Dhda-codec.c245 int64_t to_transfer = MIN(wpos - rpos, wanted_rpos - rpos); in hda_audio_input_timer() local
273 int64_t to_transfer = MIN(B_SIZE - (wpos - rpos), avail); in hda_audio_input_cb() local
315 int64_t to_transfer = MIN(B_SIZE - (wpos - rpos), wanted_wpos - wpos); in hda_audio_output_timer() local
343 int64_t to_transfer = MIN(wpos - rpos, avail); in hda_audio_output_cb() local
H A Des1370.c608 size_t to_transfer; in es1370_transfer_audio() local
/openbmc/linux/drivers/spi/
H A Dspi-rzv2m-csi.c200 unsigned int to_transfer; in rzv2m_csi_calc_current_transfer() local