Searched defs:note_off (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/sound/core/seq/ |
H A D | seq_midi_emul.c | 235 note_off(const struct snd_midi_op *ops, void *drv, in note_off() function [all...] |
/kernel/linux/linux-6.6/sound/core/seq/ |
H A D | seq_midi_emul.c | 235 note_off(const struct snd_midi_op *ops, void *drv, in note_off() function [all...] |
/third_party/alsa-lib/test/ |
H A D | midifile.h | 54 #define note_off 0x80 macro
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | seq_midi_emul.h | 70 void (*note_off)(void *private_data,int note, int vel, struct snd_midi_channel *chan); /* release note */ member
|
H A D | opl3.h | 275 unsigned long note_off; /* note-off time */ member
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | seq_midi_emul.h | 70 void (*note_off)(void *private_data,int note, int vel, struct snd_midi_channel *chan); /* release note */ member
|
H A D | opl3.h | 275 unsigned long note_off; /* note-off time */ member
|
/kernel/linux/linux-5.10/fs/proc/ |
H A D | vmcore.c | 835 u64 phdr_sz = 0, note_off; in merge_note_headers_elf64() local 1026 u64 phdr_sz = 0, note_off; in merge_note_headers_elf32() local
|
/kernel/linux/linux-6.6/fs/proc/ |
H A D | vmcore.c | 851 u64 phdr_sz = 0, note_off; in merge_note_headers_elf64() local 1042 u64 phdr_sz = 0, note_off; in merge_note_headers_elf32() local
|
/third_party/alsa-lib/include/ |
H A D | ump_msg.h | 171 snd_ump_msg_midi1_note_t note_off; member 434 snd_ump_msg_midi2_note_t note_off; member
|
Completed in 10 milliseconds