Searched refs:snd_seq_expand_var_event (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/include/sound/ |
H A D | seq_kernel.h | 71 int snd_seq_expand_var_event(const struct snd_seq_event *event, int count, char *buf,
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | seq_kernel.h | 71 int snd_seq_expand_var_event(const struct snd_seq_event *event, int count, char *buf,
|
/kernel/linux/linux-5.10/sound/core/seq/ |
H A D | seq_memory.c | 134 int snd_seq_expand_var_event(const struct snd_seq_event *event, int count, char *buf, in snd_seq_expand_var_event() function 160 EXPORT_SYMBOL(snd_seq_expand_var_event); variable
|
H A D | seq_midi_event.c | 318 return snd_seq_expand_var_event(ev, count, buf, 1, 0); in snd_midi_event_decode()
|
H A D | seq_midi_emul.c | 197 len = snd_seq_expand_var_event(ev, sizeof(sysexbuf), sysexbuf, 1, 0); in snd_midi_process_event()
|
H A D | seq_clientmgr.c | 450 err = snd_seq_expand_var_event(&cell->event, count, in snd_seq_read()
|
/kernel/linux/linux-6.6/sound/core/seq/ |
H A D | seq_memory.c | 174 int snd_seq_expand_var_event(const struct snd_seq_event *event, int count, char *buf, in snd_seq_expand_var_event() function 199 EXPORT_SYMBOL(snd_seq_expand_var_event); variable
|
H A D | seq_midi_event.c | 318 return snd_seq_expand_var_event(ev, count, buf, 1, 0); in snd_midi_event_decode()
|
H A D | seq_midi_emul.c | 197 len = snd_seq_expand_var_event(ev, sizeof(sysexbuf), sysexbuf, 1, 0); in snd_midi_process_event()
|
H A D | seq_clientmgr.c | 483 err = snd_seq_expand_var_event(&cell->event, count, in snd_seq_read()
|
Completed in 12 milliseconds