Lines Matching defs:hop
70 int err, int atomic, int hop);
73 int atomic, int hop);
579 int err, int atomic, int hop)
601 result = snd_seq_deliver_single_event(NULL, &bounce_ev, atomic, hop + 1);
641 int atomic, int hop)
654 atomic, hop);
668 int atomic, int hop)
698 event, atomic, hop);
708 event, atomic, hop);
715 atomic, hop);
724 result = bounce_error_event(client, event, result, atomic, hop);
735 int port, int atomic, int hop)
759 down_read_nested(&grp->list_mutex, hop);
769 err = snd_seq_deliver_single_event(client, event, atomic, hop);
791 int atomic, int hop)
799 event->source.port, atomic, hop);
810 atomic, hop);
814 atomic, hop);
830 int atomic, int hop)
834 hop++;
835 if (hop >= SNDRV_SEQ_MAX_HOPS) {
848 result = deliver_to_subscribers(client, event, atomic, hop);
850 result = snd_seq_deliver_single_event(client, event, atomic, hop);
865 int snd_seq_dispatch_event(struct snd_seq_event_cell *cell, int atomic, int hop)
890 result = snd_seq_deliver_event(client, &tmpev, atomic, hop);
917 if (snd_seq_enqueue_event(cell, atomic, hop) < 0)
925 result = snd_seq_deliver_event(client, &cell->event, atomic, hop);
941 int atomic, int hop,
964 return snd_seq_deliver_event(client, event, atomic, hop);
980 err = snd_seq_enqueue_event(cell, atomic, hop);
2532 int atomic, int hop)
2554 result = snd_seq_deliver_event(cptr, ev, atomic, hop);