Lines Matching refs:position
38 unsigned int position;
72 unsigned int position, dist, interval;
74 position = substream->ops->pointer(substream);
75 dist = (position + buffer_size - ti->position) % buffer_size;
77 position / period_size != ti->position / period_size) {
79 ti->position = position;
83 interval = ((period_size - (position % period_size))
174 * also updates the each stream position, returns the number of streams
205 if (pos / period_size != ti->position / period_size) {
207 ti->position = pos;
361 ti->position = 0;