Searched refs:note_off (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/sound/core/seq/ |
D | seq_midi_emul.c | 46 static void note_off(struct snd_midi_op *ops, void *drv, 129 if (ops->note_off) in snd_midi_process_event() 130 ops->note_off(drv, ev->data.note.note, 0, chan); in snd_midi_process_event() 139 if (ops->note_off) in snd_midi_process_event() 140 note_off(ops, drv, chan, ev->data.note.note, ev->data.note.velocity); in snd_midi_process_event() 244 note_off(struct snd_midi_op *ops, void *drv, struct snd_midi_channel *chan, in note_off() function 256 if (ops->note_off) in note_off() 257 ops->note_off(drv, note, vel, chan); in note_off() 285 if (ops->note_off) in do_control() 286 ops->note_off(drv, i, 0, chan); in do_control() [all …]
|
/linux-2.6.39/fs/proc/ |
D | vmcore.c | 217 u64 phdr_sz = 0, note_off; in merge_note_headers_elf64() local 266 note_off = sizeof(Elf64_Ehdr) + in merge_note_headers_elf64() 268 phdr.p_offset = note_off; in merge_note_headers_elf64() 298 u64 phdr_sz = 0, note_off; in merge_note_headers_elf32() local 347 note_off = sizeof(Elf32_Ehdr) + in merge_note_headers_elf32() 349 phdr.p_offset = note_off; in merge_note_headers_elf32()
|
/linux-2.6.39/include/sound/ |
D | seq_midi_emul.h | 84 …void (*note_off)(void *private_data,int note, int vel, struct snd_midi_channel *chan); /* release … member
|
D | opl3.h | 293 unsigned long note_off; /* note-off time */ member
|
/linux-2.6.39/sound/drivers/opl4/ |
D | opl4_seq.c | 104 .note_off = snd_opl4_note_off,
|
/linux-2.6.39/sound/drivers/opl3/ |
D | opl3_seq.c | 146 .note_off = snd_opl3_note_off,
|
D | opl3_midi.c | 251 if (vp->note_off == jiffies) in snd_opl3_timer_func() 563 opl3->voices[voice].note_off = jiffies + in snd_opl3_note_on()
|