Searched refs:snd_seq_expand_var_event (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/include/sound/ |
D | seq_kernel.h | 71 int snd_seq_expand_var_event(const struct snd_seq_event *event, int count, char *buf,
|
/linux-5.19.10/sound/core/seq/ |
D | seq_memory.c | 131 int snd_seq_expand_var_event(const struct snd_seq_event *event, int count, char *buf, in snd_seq_expand_var_event() function 159 EXPORT_SYMBOL(snd_seq_expand_var_event);
|
D | seq_midi_event.c | 318 return snd_seq_expand_var_event(ev, count, buf, 1, 0); in snd_midi_event_decode()
|
D | seq_midi_emul.c | 197 len = snd_seq_expand_var_event(ev, sizeof(sysexbuf), sysexbuf, 1, 0); in snd_midi_process_event()
|
D | seq_clientmgr.c | 452 err = snd_seq_expand_var_event(&cell->event, count, in snd_seq_read()
|