Home
last modified time | relevance | path

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

/sound/pci/pcxhr/
Dpcxhr_core.c1155 stream->timer_abs_periods + stream->timer_period_frag + in pcxhr_stream_read_position()
1178 if ((stream->timer_abs_periods != 0) || in pcxhr_update_timer_pos()
1198 new_sample_count = stream->timer_abs_periods + in pcxhr_update_timer_pos()
1202 u_int64_t new_elapse_pos = stream->timer_abs_periods + in pcxhr_update_timer_pos()
1210 stream->timer_abs_periods = new_elapse_pos; in pcxhr_update_timer_pos()
1212 if (new_sample_count >= stream->timer_abs_periods) { in pcxhr_update_timer_pos()
1215 stream->timer_abs_periods); in pcxhr_update_timer_pos()
Dpcxhr.h145 …u_int64_t timer_abs_periods; /* timer: samples elapsed since TRIGGER_START (multiple of period_siz… member
Dpcxhr.c524 stream->timer_abs_periods = 0; in pcxhr_set_stream_state()