Home
last modified time | relevance | path

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

/linux/sound/pci/pcxhr/
H A Dpcxhr_core.c1136 stream->timer_abs_periods + stream->timer_period_frag + in pcxhr_stream_read_position()
1159 if ((stream->timer_abs_periods != 0) || in pcxhr_update_timer_pos()
1179 new_sample_count = stream->timer_abs_periods + in pcxhr_update_timer_pos()
1183 u_int64_t new_elapse_pos = stream->timer_abs_periods + in pcxhr_update_timer_pos()
1191 stream->timer_abs_periods = new_elapse_pos; in pcxhr_update_timer_pos()
1193 if (new_sample_count >= stream->timer_abs_periods) { in pcxhr_update_timer_pos()
1196 stream->timer_abs_periods); in pcxhr_update_timer_pos()
H A Dpcxhr.h132 …u_int64_t timer_abs_periods; /* timer: samples elapsed since TRIGGER_START (multiple of period_siz… member
H A Dpcxhr.c510 stream->timer_abs_periods = 0; in pcxhr_set_stream_state()