Searched refs:midi_buf (Results 1 – 1 of 1) sorted by relevance
33 struct midi_buf struct46 static struct midi_buf *midi_out_buf[MAX_MIDI_DEV] = {NULL}; argument47 static struct midi_buf *midi_in_buf[MAX_MIDI_DEV] = {NULL};184 midi_in_buf[dev] = (struct midi_buf *) vmalloc(sizeof(struct midi_buf)); in MIDIbuf_open()194 midi_out_buf[dev] = (struct midi_buf *) vmalloc(sizeof(struct midi_buf)); in MIDIbuf_open()