Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/core/seq/
Dseq_midi_emul.c33 static void note_off(const struct snd_midi_op *ops, void *drv,
119 if (ops->note_off) in snd_midi_process_event()
120 ops->note_off(drv, ev->data.note.note, 0, chan); in snd_midi_process_event()
129 if (ops->note_off) in snd_midi_process_event()
130 note_off(ops, drv, chan, ev->data.note.note, ev->data.note.velocity); in snd_midi_process_event()
235 note_off(const struct snd_midi_op *ops, void *drv, in note_off() function
248 if (ops->note_off) in note_off()
249 ops->note_off(drv, note, vel, chan); in note_off()
281 if (ops->note_off) in do_control()
282 ops->note_off(drv, i, 0, chan); in do_control()
[all …]
/kernel/linux/linux-5.10/fs/proc/
Dvmcore.c835 u64 phdr_sz = 0, note_off; in merge_note_headers_elf64() local
859 note_off = sizeof(Elf64_Ehdr) + in merge_note_headers_elf64()
861 phdr.p_offset = roundup(note_off, PAGE_SIZE); in merge_note_headers_elf64()
1026 u64 phdr_sz = 0, note_off; in merge_note_headers_elf32() local
1050 note_off = sizeof(Elf32_Ehdr) + in merge_note_headers_elf32()
1052 phdr.p_offset = roundup(note_off, PAGE_SIZE); in merge_note_headers_elf32()
/kernel/linux/linux-5.10/include/sound/
Dseq_midi_emul.h70 …void (*note_off)(void *private_data,int note, int vel, struct snd_midi_channel *chan); /* release … member
Dopl3.h275 unsigned long note_off; /* note-off time */ member
/kernel/linux/linux-5.10/sound/drivers/opl4/
Dopl4_seq.c105 .note_off = snd_opl4_note_off,
/kernel/linux/linux-5.10/sound/drivers/opl3/
Dopl3_seq.c133 .note_off = snd_opl3_note_off,
Dopl3_midi.c235 if (vp->note_off == jiffies) in snd_opl3_timer_func()
550 opl3->voices[voice].note_off = jiffies + in snd_opl3_note_on()
/kernel/linux/linux-5.10/sound/synth/emux/
Demux_seq.c24 .note_off = snd_emux_note_off,