Home
last modified time | relevance | path

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

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