Searched refs:lastpos (Results 1 – 3 of 3) sorted by relevance
214 unsigned int lastpos; member463 viadev->lastpos = 0; in snd_via82xx_channel_reset()549 ((pos) < viadev->lastpos && ((pos) >= viadev->bufsize2 ||\550 viadev->lastpos < viadev->bufsize2))567 res = viadev->lastpos; in calc_linear_pos()572 idx, viadev->tbl_entries, viadev->lastpos, in calc_linear_pos()579 res = viadev->lastpos; in calc_linear_pos()592 res = viadev->lastpos; in calc_linear_pos()596 viadev->lastpos = res; /* remember the last position */ in calc_linear_pos()
319 unsigned int lastpos; member605 viadev->lastpos = 0; in snd_via82xx_channel_reset()763 ((pos) < viadev->lastpos && ((pos) >= viadev->bufsize2 ||\764 viadev->lastpos < viadev->bufsize2))784 res = viadev->lastpos; in calc_linear_pos()791 int delta = res - viadev->lastpos; in calc_linear_pos()802 viadev->lastpos, viadev->bufsize2, in calc_linear_pos()811 res = viadev->lastpos; in calc_linear_pos()843 viadev->lastpos = res; /* remember the last position */ in snd_via686_pcm_pointer()884 res = viadev->lastpos; in snd_via8233_pcm_pointer()[all …]
927 my $lastpos = 0;932 last if ($lastpos > 0 && ($curpos - length($omatch) != $lastpos));933 $lastpos = $curpos;