Lines Matching defs:hop
70 int err, int atomic, int hop);
73 int atomic, int hop);
528 int err, int atomic, int hop)
550 result = snd_seq_deliver_single_event(NULL, &bounce_ev, atomic, hop + 1);
589 int atomic, int hop)
602 atomic, hop);
610 int atomic, int hop)
634 event, atomic, hop);
641 event, atomic, hop);
646 atomic, hop);
658 int atomic, int hop)
660 int result = _snd_seq_deliver_single_event(client, event, atomic, hop);
663 return bounce_error_event(client, event, result, atomic, hop);
673 int port, int atomic, int hop)
697 down_read_nested(&grp->list_mutex, hop);
707 err = snd_seq_deliver_single_event(client, event, atomic, hop);
728 int atomic, int hop)
736 event->source.port, atomic, hop);
747 atomic, hop);
751 atomic, hop);
767 int atomic, int hop)
771 hop++;
772 if (hop >= SNDRV_SEQ_MAX_HOPS) {
785 result = deliver_to_subscribers(client, event, atomic, hop);
787 result = snd_seq_deliver_single_event(client, event, atomic, hop);
802 int snd_seq_dispatch_event(struct snd_seq_event_cell *cell, int atomic, int hop)
827 result = snd_seq_deliver_event(client, &tmpev, atomic, hop);
854 if (snd_seq_enqueue_event(cell, atomic, hop) < 0)
862 result = snd_seq_deliver_event(client, &cell->event, atomic, hop);
877 int atomic, int hop,
900 return snd_seq_deliver_event(client, event, atomic, hop);
916 err = snd_seq_enqueue_event(cell, atomic, hop);
2386 int atomic, int hop)
2407 return snd_seq_deliver_event(cptr, ev, atomic, hop);