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