Searched refs:snd_seq_dump_func_t (Results 1 – 4 of 4) sorted by relevance
83 typedef int (*snd_seq_dump_func_t)(void *ptr, void *buf, int count); typedef87 snd_seq_dump_func_t func, void *private_data);
80 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()
93 snd_seq_dump_var_event(ev, (snd_seq_dump_func_t)snd_rawmidi_receive, vmidi->substream); in snd_virmidi_dev_receive_event()
151 snd_seq_dump_var_event(ev, (snd_seq_dump_func_t)dump_midi, substream); in event_process_midi()