Home
last modified time | relevance | path

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

/Linux-v4.19/sound/pci/
Dvia82xx_modem.c229 unsigned int lastpos; member
477 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()
Dvia82xx.c334 unsigned int lastpos; member
621 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 …]
/Linux-v4.19/scripts/
Dcheckpatch.pl624 my $lastpos = 0;
629 last if ($lastpos > 0 && ($curpos - length($omatch) != $lastpos));
630 $lastpos = $curpos;