Home
last modified time | relevance | path

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

/Linux-v5.4/sound/pci/
Dvia82xx_modem.c215 unsigned int lastpos; member
463 viadev->lastpos = 0; in snd_via82xx_channel_reset()
550 ((pos) < viadev->lastpos && ((pos) >= viadev->bufsize2 ||\
551 viadev->lastpos < viadev->bufsize2))
568 res = viadev->lastpos; in calc_linear_pos()
573 idx, viadev->tbl_entries, viadev->lastpos, in calc_linear_pos()
580 res = viadev->lastpos; in calc_linear_pos()
593 res = viadev->lastpos; in calc_linear_pos()
597 viadev->lastpos = res; /* remember the last position */ in calc_linear_pos()
Dvia82xx.c320 unsigned int lastpos; member
607 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 …]
/Linux-v5.4/scripts/
Dcheckpatch.pl658 my $lastpos = 0;
663 last if ($lastpos > 0 && ($curpos - length($omatch) != $lastpos));
664 $lastpos = $curpos;