Home
last modified time | relevance | path

Searched refs:snd_seq_dump_func_t (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/sound/
Dseq_kernel.h83 typedef int (*snd_seq_dump_func_t)(void *ptr, void *buf, int count); typedef
87 snd_seq_dump_func_t func, void *private_data);
/linux-4.4.14/sound/core/seq/
Dseq_memory.c80 snd_seq_dump_func_t func, void *private_data) in snd_seq_dump_var_event()
166 in_kernel ? (snd_seq_dump_func_t)seq_copy_in_kernel : in snd_seq_expand_var_event()
167 (snd_seq_dump_func_t)seq_copy_in_user, in snd_seq_expand_var_event()
Dseq_virmidi.c93 snd_seq_dump_var_event(ev, (snd_seq_dump_func_t)snd_rawmidi_receive, vmidi->substream); in snd_virmidi_dev_receive_event()
Dseq_midi.c151 snd_seq_dump_var_event(ev, (snd_seq_dump_func_t)dump_midi, substream); in event_process_midi()