Home
last modified time | relevance | path

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

/sound/core/seq/
Dseq_prioq.c203 static int event_is_ready(struct snd_seq_event *ev, void *current_time) in event_is_ready() argument
206 return snd_seq_compare_tick_time(current_time, &ev->time.tick); in event_is_ready()
208 return snd_seq_compare_real_time(current_time, &ev->time.time); in event_is_ready()
213 void *current_time) in snd_seq_prioq_cell_out() argument
225 if (cell && current_time && !event_is_ready(&cell->event, current_time)) in snd_seq_prioq_cell_out()
Dseq_prioq.h33 void *current_time);
/sound/soc/sprd/
Dsprd-pcm-dma.h20 int current_time; member