Home
last modified time | relevance | path

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

/linux-6.12.1/sound/pci/pcxhr/
Dpcxhr_core.c1142 stream->timer_abs_periods + stream->timer_period_frag + in pcxhr_stream_read_position()
1165 if ((stream->timer_abs_periods != 0) || in pcxhr_update_timer_pos()
1185 new_sample_count = stream->timer_abs_periods + in pcxhr_update_timer_pos()
1189 u_int64_t new_elapse_pos = stream->timer_abs_periods + in pcxhr_update_timer_pos()
1197 stream->timer_abs_periods = new_elapse_pos; in pcxhr_update_timer_pos()
1199 if (new_sample_count >= stream->timer_abs_periods) { in pcxhr_update_timer_pos()
1202 stream->timer_abs_periods); in pcxhr_update_timer_pos()
Dpcxhr.h132 …u_int64_t timer_abs_periods; /* timer: samples elapsed since TRIGGER_START (multiple of period_siz… member
Dpcxhr.c510 stream->timer_abs_periods = 0; in pcxhr_set_stream_state()