Home
last modified time | relevance | path

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

/Linux-v5.10/sound/pci/
Dvia82xx_modem.c215 unsigned int lastpos; member
465 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()
Dvia82xx.c320 unsigned int lastpos; member
609 viadev->lastpos = 0; in snd_via82xx_channel_reset()
769 ((pos) < viadev->lastpos && ((pos) >= viadev->bufsize2 ||\
770 viadev->lastpos < viadev->bufsize2))
790 res = viadev->lastpos; in calc_linear_pos()
797 int delta = res - viadev->lastpos; in calc_linear_pos()
808 viadev->lastpos, viadev->bufsize2, in calc_linear_pos()
817 res = viadev->lastpos; in calc_linear_pos()
849 viadev->lastpos = res; /* remember the last position */ in snd_via686_pcm_pointer()
891 res = viadev->lastpos; in snd_via8233_pcm_pointer()
[all …]
/Linux-v5.10/scripts/
Dcheckpatch.pl676 my $lastpos = 0;
681 last if ($lastpos > 0 && ($curpos - length($omatch) != $lastpos));
682 $lastpos = $curpos;