Lines Matching refs:ev
344 struct snd_seq_event *ev) in prioq_remove_match() argument
349 if (ev->dest.client != info->dest.client || in prioq_remove_match()
350 ev->dest.port != info->dest.port) in prioq_remove_match()
354 if (! snd_seq_ev_is_channel_type(ev)) in prioq_remove_match()
357 if (ev->data.note.channel != info->channel) in prioq_remove_match()
362 res = snd_seq_compare_tick_time(&ev->time.tick, &info->time.tick); in prioq_remove_match()
364 res = snd_seq_compare_real_time(&ev->time.time, &info->time.time); in prioq_remove_match()
370 res = snd_seq_compare_tick_time(&ev->time.tick, &info->time.tick); in prioq_remove_match()
372 res = snd_seq_compare_real_time(&ev->time.time, &info->time.time); in prioq_remove_match()
377 if (ev->type != info->type) in prioq_remove_match()
382 switch (ev->type) { in prioq_remove_match()
391 if (info->tag != ev->tag) in prioq_remove_match()