Lines Matching refs:event
158 prior = (cell->event.flags & SNDRV_SEQ_PRIORITY_MASK); in snd_seq_prioq_cell_in()
166 if (compare_timestamp(&cell->event, &f->tail->event)) { in snd_seq_prioq_cell_in()
185 int rel = compare_timestamp_rel(&cell->event, &cur->event); in snd_seq_prioq_cell_in()
270 if (cell->event.source.client == client || in prioq_match()
271 cell->event.dest.client == client) in prioq_match()
275 switch (cell->event.flags & SNDRV_SEQ_TIME_STAMP_MASK) { in prioq_match()
277 if (cell->event.time.tick) in prioq_match()
281 if (cell->event.time.time.tv_sec || in prioq_match()
282 cell->event.time.time.tv_nsec) in prioq_match()
324 cell->event.type, in snd_seq_prioq_leave()
325 cell->event.source.client, in snd_seq_prioq_leave()
326 cell->event.dest.client, in snd_seq_prioq_leave()
413 if (cell->event.source.client == client && in snd_seq_prioq_remove_events()
414 prioq_remove_match(info, &cell->event)) { in snd_seq_prioq_remove_events()