note_off          225 fs/proc/vmcore.c 	u64 phdr_sz = 0, note_off;
note_off          274 fs/proc/vmcore.c 	note_off = sizeof(Elf64_Ehdr) +
note_off          276 fs/proc/vmcore.c 	phdr.p_offset  = note_off;
note_off          306 fs/proc/vmcore.c 	u64 phdr_sz = 0, note_off;
note_off          355 fs/proc/vmcore.c 	note_off = sizeof(Elf32_Ehdr) +
note_off          357 fs/proc/vmcore.c 	phdr.p_offset  = note_off;
note_off          293 include/sound/opl3.h 	unsigned long note_off;	/* note-off time */
note_off           84 include/sound/seq_midi_emul.h 	void (*note_off)(void *private_data,int note, int vel, struct snd_midi_channel *chan); /* release note */
note_off           46 sound/core/seq/seq_midi_emul.c static void note_off(struct snd_midi_op *ops, void *drv,
note_off          129 sound/core/seq/seq_midi_emul.c 			if (ops->note_off)
note_off          130 sound/core/seq/seq_midi_emul.c 				ops->note_off(drv, ev->data.note.note, 0, chan);
note_off          139 sound/core/seq/seq_midi_emul.c 		if (ops->note_off)
note_off          140 sound/core/seq/seq_midi_emul.c 			note_off(ops, drv, chan, ev->data.note.note, ev->data.note.velocity);
note_off          256 sound/core/seq/seq_midi_emul.c 		if (ops->note_off)
note_off          257 sound/core/seq/seq_midi_emul.c 			ops->note_off(drv, note, vel, chan);
note_off          285 sound/core/seq/seq_midi_emul.c 					if (ops->note_off)
note_off          286 sound/core/seq/seq_midi_emul.c 						ops->note_off(drv, i, 0, chan);
note_off          307 sound/core/seq/seq_midi_emul.c 						if (ops->note_off)
note_off          308 sound/core/seq/seq_midi_emul.c 							ops->note_off(drv, i, 0, chan);
note_off          617 sound/core/seq/seq_midi_emul.c 	if (! ops->note_off)
note_off          621 sound/core/seq/seq_midi_emul.c 			note_off(ops, drv, chan, n, 0);
note_off          249 sound/drivers/opl3/opl3_midi.c 			if (vp->note_off == jiffies)
note_off          557 sound/drivers/opl3/opl3_midi.c 		opl3->voices[voice].note_off = jiffies +
note_off          146 sound/drivers/opl3/opl3_seq.c 	.note_off =		snd_opl3_note_off,
note_off          104 sound/drivers/opl4/opl4_seq.c 	.note_off =		snd_opl4_note_off,