• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/seq/

Lines Matching defs:hop

82 			      int err, int atomic, int hop);
85 int filter, int atomic, int hop);
530 int err, int atomic, int hop)
552 result = snd_seq_deliver_single_event(NULL, &bounce_ev, 0, atomic, hop + 1);
598 int filter, int atomic, int hop)
635 atomic, hop);
648 result = bounce_error_event(client, event, result, atomic, hop);
659 int atomic, int hop)
686 0, atomic, hop);
709 int atomic, int hop)
725 atomic, hop);
741 struct snd_seq_event *event, int atomic, int hop)
756 err = port_broadcast_event(client, event, atomic, hop);
761 atomic, hop);
773 int atomic, int hop)
790 int atomic, int hop)
794 hop++;
795 if (hop >= SNDRV_SEQ_MAX_HOPS) {
804 result = deliver_to_subscribers(client, event, atomic, hop);
808 result = broadcast_event(client, event, atomic, hop);
810 result = multicast_event(client, event, atomic, hop);
812 result = port_broadcast_event(client, event, atomic, hop);
815 result = snd_seq_deliver_single_event(client, event, 0, atomic, hop);
830 int snd_seq_dispatch_event(struct snd_seq_event_cell *cell, int atomic, int hop)
854 result = snd_seq_deliver_event(client, &tmpev, atomic, hop);
881 if (snd_seq_enqueue_event(cell, atomic, hop) < 0)
889 result = snd_seq_deliver_event(client, &cell->event, atomic, hop);
905 int atomic, int hop)
933 return snd_seq_deliver_event(client, event, atomic, hop);
948 if ((err = snd_seq_enqueue_event(cell, atomic, hop)) < 0) {
2296 int atomic, int hop)
2322 result = snd_seq_client_enqueue_event(cptr, ev, file, blocking, atomic, hop);
2334 int atomic, int hop)
2336 return kernel_client_enqueue(client, ev, NULL, 0, atomic, hop);
2348 int atomic, int hop)
2350 return kernel_client_enqueue(client, ev, file, 1, atomic, hop);
2363 int atomic, int hop)
2385 result = snd_seq_deliver_event(cptr, ev, atomic, hop);