Searched refs:note_off (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/sound/core/seq/ |
A D | seq_midi_emul.c | 119 if (ops->note_off) in snd_midi_process_event() 129 if (ops->note_off) 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() 303 if (ops->note_off) in do_control() 304 ops->note_off(drv, i, 0, chan); in do_control() 616 if (! ops->note_off) in all_notes_off() [all …]
|
/linux-6.3-rc2/fs/proc/ |
A D | vmcore.c | 851 u64 phdr_sz = 0, note_off; in merge_note_headers_elf64() local 875 note_off = sizeof(Elf64_Ehdr) + in merge_note_headers_elf64() 877 phdr.p_offset = roundup(note_off, PAGE_SIZE); in merge_note_headers_elf64() 1042 u64 phdr_sz = 0, note_off; in merge_note_headers_elf32() local 1066 note_off = sizeof(Elf32_Ehdr) + in merge_note_headers_elf32() 1068 phdr.p_offset = roundup(note_off, PAGE_SIZE); in merge_note_headers_elf32()
|
/linux-6.3-rc2/include/sound/ |
A D | seq_midi_emul.h | 70 …void (*note_off)(void *private_data,int note, int vel, struct snd_midi_channel *chan); /* release … member
|
A D | opl3.h | 275 unsigned long note_off; /* note-off time */ member
|
/linux-6.3-rc2/sound/drivers/opl4/ |
A D | opl4_seq.c | 105 .note_off = snd_opl4_note_off,
|
/linux-6.3-rc2/sound/drivers/opl3/ |
A D | opl3_seq.c | 135 .note_off = snd_opl3_note_off,
|
A D | opl3_midi.c | 234 if (vp->note_off == jiffies) in snd_opl3_timer_func() 549 opl3->voices[voice].note_off = jiffies + in snd_opl3_note_on()
|
/linux-6.3-rc2/sound/synth/emux/ |
A D | emux_seq.c | 24 .note_off = snd_emux_note_off,
|
Completed in 15 milliseconds