Searched refs:snd_seq_remove_events (Results 1 – 5 of 5) sorted by relevance
392 struct snd_seq_remove_events { struct606 #define SNDRV_SEQ_IOCTL_REMOVE_EVENTS _IOW ('S', 0x4e, struct snd_seq_remove_events)
28 static struct snd_seq_remove_events rminfo = {
552 __snd_alloca(ptr, snd_seq_remove_events)573 int snd_seq_remove_events(snd_seq_t *handle, snd_seq_remove_events_t *info);
111 #define _snd_seq_remove_events snd_seq_remove_events
4267 return snd_seq_remove_events(seq, &rminfo); in snd_seq_drop_output()4284 return snd_seq_remove_events(seq, &rminfo); in snd_seq_drop_input()4599 int snd_seq_remove_events(snd_seq_t *seq, snd_seq_remove_events_t *rmp) in snd_seq_remove_events() function