Searched refs:lastpos (Results 1 – 3 of 3) sorted by relevance
229 unsigned int lastpos; member477 viadev->lastpos = 0; in snd_via82xx_channel_reset()564 ((pos) < viadev->lastpos && ((pos) >= viadev->bufsize2 ||\565 viadev->lastpos < viadev->bufsize2))582 res = viadev->lastpos; in calc_linear_pos()587 idx, viadev->tbl_entries, viadev->lastpos, in calc_linear_pos()594 res = viadev->lastpos; in calc_linear_pos()607 res = viadev->lastpos; in calc_linear_pos()611 viadev->lastpos = res; /* remember the last position */ in calc_linear_pos()
334 unsigned int lastpos; member621 viadev->lastpos = 0; in snd_via82xx_channel_reset()781 ((pos) < viadev->lastpos && ((pos) >= viadev->bufsize2 ||\782 viadev->lastpos < viadev->bufsize2))802 res = viadev->lastpos; in calc_linear_pos()809 int delta = res - viadev->lastpos; in calc_linear_pos()820 viadev->lastpos, viadev->bufsize2, in calc_linear_pos()829 res = viadev->lastpos; in calc_linear_pos()861 viadev->lastpos = res; /* remember the last position */ in snd_via686_pcm_pointer()903 res = viadev->lastpos; in snd_via8233_pcm_pointer()[all …]
624 my $lastpos = 0;629 last if ($lastpos > 0 && ($curpos - length($omatch) != $lastpos));630 $lastpos = $curpos;