Searched refs:snd_seq_kernel_client_dispatch (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/sound/core/seq/ |
H A D | seq_system.c | 86 snd_seq_kernel_client_dispatch(sysclient, &ev, 0, 0); in snd_seq_system_broadcast() 98 return snd_seq_kernel_client_dispatch(sysclient, ev, 0, 0); in snd_seq_system_notify()
|
H A D | seq_dummy.c | 90 return snd_seq_kernel_client_dispatch(p->client, &tmpev, atomic, hop); in dummy_input()
|
H A D | seq_virmidi.c | 157 ret = snd_seq_kernel_client_dispatch(vmidi->client, in snd_vmidi_output_work()
|
H A D | seq_midi.c | 90 snd_seq_kernel_client_dispatch(msynth->seq_client, &ev, 1, 0); in snd_midi_input_event()
|
H A D | seq_ump_client.c | 86 snd_seq_kernel_client_dispatch(client->seq_client, in seq_ump_input_receive()
|
H A D | seq_queue.c | 645 snd_seq_kernel_client_dispatch(SNDRV_SEQ_CLIENT_SYSTEM, &sev, atomic, hop); in queue_broadcast_event()
|
H A D | seq_clientmgr.c | 2476 int snd_seq_kernel_client_dispatch(int client, struct snd_seq_event * ev, in snd_seq_kernel_client_dispatch() function 2504 EXPORT_SYMBOL(snd_seq_kernel_client_dispatch);
|
/openbmc/linux/include/sound/ |
H A D | seq_kernel.h | 63 int snd_seq_kernel_client_dispatch(int client, struct snd_seq_event *ev, int atomic, int hop);
|
/openbmc/linux/sound/core/seq/oss/ |
H A D | seq_oss_device.h | 138 return snd_seq_kernel_client_dispatch(dp->cseq, ev, atomic, hop); in snd_seq_oss_dispatch()
|
H A D | seq_oss_timer.c | 140 return snd_seq_kernel_client_dispatch(dp->cseq, &ev, 1, 0); in send_timer_event()
|