timer_abs_periods 511 sound/pci/pcxhr/pcxhr.c stream->timer_abs_periods = 0; timer_abs_periods 132 sound/pci/pcxhr/pcxhr.h u_int64_t timer_abs_periods; /* timer: samples elapsed since TRIGGER_START (multiple of period_size) */ timer_abs_periods 1142 sound/pci/pcxhr/pcxhr_core.c stream->timer_abs_periods + stream->timer_period_frag + timer_abs_periods 1165 sound/pci/pcxhr/pcxhr_core.c if ((stream->timer_abs_periods != 0) || timer_abs_periods 1185 sound/pci/pcxhr/pcxhr_core.c new_sample_count = stream->timer_abs_periods + timer_abs_periods 1189 sound/pci/pcxhr/pcxhr_core.c u_int64_t new_elapse_pos = stream->timer_abs_periods + timer_abs_periods 1197 sound/pci/pcxhr/pcxhr_core.c stream->timer_abs_periods = new_elapse_pos; timer_abs_periods 1199 sound/pci/pcxhr/pcxhr_core.c if (new_sample_count >= stream->timer_abs_periods) { timer_abs_periods 1202 sound/pci/pcxhr/pcxhr_core.c stream->timer_abs_periods);