Lines Matching refs:event
143 prior = (cell->event.flags & SNDRV_SEQ_PRIORITY_MASK); in snd_seq_prioq_cell_in()
151 if (compare_timestamp(&cell->event, &f->tail->event)) { in snd_seq_prioq_cell_in()
170 int rel = compare_timestamp_rel(&cell->event, &cur->event); in snd_seq_prioq_cell_in()
225 if (cell && current_time && !event_is_ready(&cell->event, current_time)) in snd_seq_prioq_cell_out()
255 if (cell->event.source.client == client || in prioq_match()
256 cell->event.dest.client == client) in prioq_match()
260 switch (cell->event.flags & SNDRV_SEQ_TIME_STAMP_MASK) { in prioq_match()
262 if (cell->event.time.tick) in prioq_match()
266 if (cell->event.time.time.tv_sec || in prioq_match()
267 cell->event.time.time.tv_nsec) in prioq_match()
309 cell->event.type, in snd_seq_prioq_leave()
310 cell->event.source.client, in snd_seq_prioq_leave()
311 cell->event.dest.client, in snd_seq_prioq_leave()
398 if (cell->event.source.client == client && in snd_seq_prioq_remove_events()
399 prioq_remove_match(info, &cell->event)) { in snd_seq_prioq_remove_events()