Lines Matching refs:hop

70 			      int err, int atomic, int hop);
73 int filter, int atomic, int hop);
566 int err, int atomic, int hop) in bounce_error_event() argument
588 result = snd_seq_deliver_single_event(NULL, &bounce_ev, 0, atomic, hop + 1); in bounce_error_event()
628 int atomic, int hop) in __snd_seq_deliver_single_event() argument
641 atomic, hop); in __snd_seq_deliver_single_event()
655 int filter, int atomic, int hop) in snd_seq_deliver_single_event() argument
685 event, atomic, hop); in snd_seq_deliver_single_event()
689 event, atomic, hop); in snd_seq_deliver_single_event()
696 atomic, hop); in snd_seq_deliver_single_event()
705 result = bounce_error_event(client, event, result, atomic, hop); in snd_seq_deliver_single_event()
717 int atomic, int hop) in __deliver_to_subscribers() argument
734 down_read_nested(&grp->list_mutex, hop); in __deliver_to_subscribers()
745 0, atomic, hop); in __deliver_to_subscribers()
766 int atomic, int hop) in deliver_to_subscribers() argument
773 ret = __deliver_to_subscribers(client, event, src_port, atomic, hop); in deliver_to_subscribers()
784 ret2 = __deliver_to_subscribers(client, event, src_port, atomic, hop); in deliver_to_subscribers()
798 int atomic, int hop) in snd_seq_deliver_event() argument
802 hop++; in snd_seq_deliver_event()
803 if (hop >= SNDRV_SEQ_MAX_HOPS) { in snd_seq_deliver_event()
816 result = deliver_to_subscribers(client, event, atomic, hop); in snd_seq_deliver_event()
818 result = snd_seq_deliver_single_event(client, event, 0, atomic, hop); in snd_seq_deliver_event()
833 int snd_seq_dispatch_event(struct snd_seq_event_cell *cell, int atomic, int hop) in snd_seq_dispatch_event() argument
858 result = snd_seq_deliver_event(client, &tmpev, atomic, hop); in snd_seq_dispatch_event()
885 if (snd_seq_enqueue_event(cell, atomic, hop) < 0) in snd_seq_dispatch_event()
893 result = snd_seq_deliver_event(client, &cell->event, atomic, hop); in snd_seq_dispatch_event()
909 int atomic, int hop, in snd_seq_client_enqueue_event() argument
932 return snd_seq_deliver_event(client, event, atomic, hop); in snd_seq_client_enqueue_event()
948 err = snd_seq_enqueue_event(cell, atomic, hop); in snd_seq_client_enqueue_event()
2474 int atomic, int hop) in snd_seq_kernel_client_dispatch() argument
2496 result = snd_seq_deliver_event(cptr, ev, atomic, hop); in snd_seq_kernel_client_dispatch()