Searched refs:lastpos (Results 1 – 3 of 3) sorted by relevance
214 unsigned int lastpos; member465 viadev->lastpos = 0; in snd_via82xx_channel_reset()552 ((pos) < viadev->lastpos && ((pos) >= viadev->bufsize2 ||\553 viadev->lastpos < viadev->bufsize2))570 res = viadev->lastpos; in calc_linear_pos()575 idx, viadev->tbl_entries, viadev->lastpos, in calc_linear_pos()582 res = viadev->lastpos; in calc_linear_pos()595 res = viadev->lastpos; in calc_linear_pos()599 viadev->lastpos = res; /* remember the last position */ in calc_linear_pos()
319 unsigned int lastpos; member607 viadev->lastpos = 0; in snd_via82xx_channel_reset()767 ((pos) < viadev->lastpos && ((pos) >= viadev->bufsize2 ||\768 viadev->lastpos < viadev->bufsize2))788 res = viadev->lastpos; in calc_linear_pos()795 int delta = res - viadev->lastpos; in calc_linear_pos()806 viadev->lastpos, viadev->bufsize2, in calc_linear_pos()815 res = viadev->lastpos; in calc_linear_pos()847 viadev->lastpos = res; /* remember the last position */ in snd_via686_pcm_pointer()889 res = viadev->lastpos; in snd_via8233_pcm_pointer()[all …]
909 my $lastpos = 0;914 last if ($lastpos > 0 && ($curpos - length($omatch) != $lastpos));915 $lastpos = $curpos;