timer_buf_periods  513 sound/pci/pcxhr/pcxhr.c 	stream->timer_buf_periods = 0;
timer_buf_periods 1118 sound/pci/pcxhr/pcxhr.c 	int timer_buf_periods;
timer_buf_periods 1127 sound/pci/pcxhr/pcxhr.c 	timer_buf_periods = stream->timer_buf_periods;
timer_buf_periods 1131 sound/pci/pcxhr/pcxhr.c 	return (snd_pcm_uframes_t)((timer_buf_periods * runtime->period_size) +
timer_buf_periods  134 sound/pci/pcxhr/pcxhr.h 	u_int32_t timer_buf_periods;	/* nb of periods in the buffer that have already elapsed */
timer_buf_periods 1194 sound/pci/pcxhr/pcxhr_core.c 			stream->timer_buf_periods++;
timer_buf_periods 1195 sound/pci/pcxhr/pcxhr_core.c 			if (stream->timer_buf_periods >= runtime->periods)
timer_buf_periods 1196 sound/pci/pcxhr/pcxhr_core.c 				stream->timer_buf_periods = 0;