Searched refs:note_off (Results 1 - 7 of 7) sorted by relevance

/linux-4.4.14/sound/core/seq/
H A Dseq_midi_emul.c47 static void note_off(struct snd_midi_op *ops, void *drv,
130 if (ops->note_off) snd_midi_process_event()
131 ops->note_off(drv, ev->data.note.note, 0, chan); snd_midi_process_event()
140 if (ops->note_off) snd_midi_process_event()
141 note_off(ops, drv, chan, ev->data.note.note, ev->data.note.velocity); snd_midi_process_event()
245 note_off(struct snd_midi_op *ops, void *drv, struct snd_midi_channel *chan, note_off() function
257 if (ops->note_off) note_off()
258 ops->note_off(drv, note, vel, chan); note_off()
289 if (ops->note_off) do_control()
290 ops->note_off(drv, i, 0, chan); do_control()
311 if (ops->note_off) do_control()
312 ops->note_off(drv, i, 0, chan); do_control()
621 if (! ops->note_off) all_notes_off()
625 note_off(ops, drv, chan, n, 0); all_notes_off()
/linux-4.4.14/sound/drivers/opl4/
H A Dopl4_seq.c105 .note_off = snd_opl4_note_off,
/linux-4.4.14/fs/proc/
H A Dvmcore.c652 u64 phdr_sz = 0, note_off; merge_note_headers_elf64() local
676 note_off = sizeof(Elf64_Ehdr) + merge_note_headers_elf64()
678 phdr.p_offset = roundup(note_off, PAGE_SIZE); merge_note_headers_elf64()
838 u64 phdr_sz = 0, note_off; merge_note_headers_elf32() local
862 note_off = sizeof(Elf32_Ehdr) + merge_note_headers_elf32()
864 phdr.p_offset = roundup(note_off, PAGE_SIZE); merge_note_headers_elf32()
/linux-4.4.14/include/sound/
H A Dseq_midi_emul.h84 void (*note_off)(void *private_data,int note, int vel, struct snd_midi_channel *chan); /* release note */ member in struct:snd_midi_op
H A Dopl3.h293 unsigned long note_off; /* note-off time */ member in struct:snd_opl3_voice
/linux-4.4.14/sound/drivers/opl3/
H A Dopl3_seq.c147 .note_off = snd_opl3_note_off,
H A Dopl3_midi.c253 if (vp->note_off == jiffies) snd_opl3_timer_func()
567 opl3->voices[voice].note_off = jiffies + snd_opl3_note_on()

Completed in 217 milliseconds