Home
last modified time | relevance | path

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

/linux/sound/core/seq/
A Dseq_midi_emul.c119 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/lib/
A Dbuildid.c164 loff_t note_off, Elf32_Word note_size) in parse_build_id() argument
172 if (check_add_overflow(note_off, note_size, &note_end)) in parse_build_id()
175 while (note_end - note_off > sizeof(Elf32_Nhdr) + note_name_sz) { in parse_build_id()
176 nhdr = freader_fetch(r, note_off, sizeof(Elf32_Nhdr) + note_name_sz); in parse_build_id()
183 new_off = note_off + sizeof(Elf32_Nhdr); in parse_build_id()
193 build_id_off = note_off + sizeof(Elf32_Nhdr) + ALIGN(note_name_sz, 4); in parse_build_id()
207 note_off = new_off; in parse_build_id()
/linux/fs/proc/
A Dvmcore.c854 u64 phdr_sz = 0, note_off; in merge_note_headers_elf64() local
878 note_off = sizeof(Elf64_Ehdr) + in merge_note_headers_elf64()
880 phdr.p_offset = roundup(note_off, PAGE_SIZE); in merge_note_headers_elf64()
1045 u64 phdr_sz = 0, note_off; in merge_note_headers_elf32() local
1069 note_off = sizeof(Elf32_Ehdr) + in merge_note_headers_elf32()
1071 phdr.p_offset = roundup(note_off, PAGE_SIZE); in merge_note_headers_elf32()
/linux/include/sound/
A Dseq_midi_emul.h70 …void (*note_off)(void *private_data,int note, int vel, struct snd_midi_channel *chan); /* release … member
A Dopl3.h275 unsigned long note_off; /* note-off time */ member
/linux/sound/drivers/opl4/
A Dopl4_seq.c105 .note_off = snd_opl4_note_off,
/linux/sound/drivers/opl3/
A Dopl3_seq.c135 .note_off = snd_opl3_note_off,
A Dopl3_midi.c245 if (vp->note_off == jiffies) in snd_opl3_timer_func()
550 opl3->voices[voice].note_off = jiffies + in snd_opl3_note_on()
/linux/sound/synth/emux/
A Demux_seq.c24 .note_off = snd_emux_note_off,

Completed in 19 milliseconds