snd_seq_kernel_client_dispatch 63 include/sound/seq_kernel.h int snd_seq_kernel_client_dispatch(int client, struct snd_seq_event *ev, int atomic, int hop); snd_seq_kernel_client_dispatch 138 sound/core/seq/oss/seq_oss_device.h return snd_seq_kernel_client_dispatch(dp->cseq, ev, atomic, hop); snd_seq_kernel_client_dispatch 140 sound/core/seq/oss/seq_oss_timer.c return snd_seq_kernel_client_dispatch(dp->cseq, &ev, 1, 0); snd_seq_kernel_client_dispatch 2328 sound/core/seq/seq_clientmgr.c EXPORT_SYMBOL(snd_seq_kernel_client_dispatch); snd_seq_kernel_client_dispatch 90 sound/core/seq/seq_dummy.c return snd_seq_kernel_client_dispatch(p->client, &tmpev, atomic, hop); snd_seq_kernel_client_dispatch 89 sound/core/seq/seq_midi.c snd_seq_kernel_client_dispatch(msynth->seq_client, &ev, 1, 0); snd_seq_kernel_client_dispatch 656 sound/core/seq/seq_queue.c snd_seq_kernel_client_dispatch(SNDRV_SEQ_CLIENT_SYSTEM, &sev, atomic, hop); snd_seq_kernel_client_dispatch 86 sound/core/seq/seq_system.c snd_seq_kernel_client_dispatch(sysclient, &ev, 0, 0); snd_seq_kernel_client_dispatch 97 sound/core/seq/seq_system.c return snd_seq_kernel_client_dispatch(sysclient, ev, 0, 0); snd_seq_kernel_client_dispatch 150 sound/core/seq/seq_virmidi.c ret = snd_seq_kernel_client_dispatch(vmidi->client,