Searched refs:note_off (Results 1 – 5 of 5) sorted by relevance
| /linux/sound/core/seq/ |
| H A D | seq_midi_emul.c | 33 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 …]
|
| /linux/lib/ |
| H A D | buildid.c | 156 loff_t note_off, Elf32_Word note_size) in parse_build_id() argument 164 if (check_add_overflow(note_off, note_size, ¬e_end)) in parse_build_id() 167 while (note_end - note_off > sizeof(Elf32_Nhdr) + note_name_sz) { in parse_build_id() 168 nhdr = freader_fetch(r, note_off, sizeof(Elf32_Nhdr) + note_name_sz); in parse_build_id() 175 new_off = note_off + sizeof(Elf32_Nhdr); in parse_build_id() 185 build_id_off = note_off + sizeof(Elf32_Nhdr) + ALIGN(note_name_sz, 4); in parse_build_id() 199 note_off = new_off; in parse_build_id()
|
| /linux/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 … member
|
| H A D | opl3.h | 275 unsigned long note_off; /* note-off time */ member
|
| /linux/sound/synth/emux/ |
| H A D | emux_seq.c | 24 .note_off = snd_emux_note_off,
|