note_off          832 fs/proc/vmcore.c 	u64 phdr_sz = 0, note_off;
note_off          856 fs/proc/vmcore.c 	note_off = sizeof(Elf64_Ehdr) +
note_off          858 fs/proc/vmcore.c 	phdr.p_offset  = roundup(note_off, PAGE_SIZE);
note_off         1023 fs/proc/vmcore.c 	u64 phdr_sz = 0, note_off;
note_off         1047 fs/proc/vmcore.c 	note_off = sizeof(Elf32_Ehdr) +
note_off         1049 fs/proc/vmcore.c 	phdr.p_offset  = roundup(note_off, PAGE_SIZE);
note_off          275 include/sound/opl3.h 	unsigned long note_off;	/* note-off time */
note_off           70 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           33 sound/core/seq/seq_midi_emul.c static void note_off(struct snd_midi_op *ops, void *drv,
note_off          116 sound/core/seq/seq_midi_emul.c 			if (ops->note_off)
note_off          117 sound/core/seq/seq_midi_emul.c 				ops->note_off(drv, ev->data.note.note, 0, chan);
note_off          126 sound/core/seq/seq_midi_emul.c 		if (ops->note_off)
note_off          127 sound/core/seq/seq_midi_emul.c 			note_off(ops, drv, chan, ev->data.note.note, ev->data.note.velocity);
note_off          244 sound/core/seq/seq_midi_emul.c 		if (ops->note_off)
note_off          245 sound/core/seq/seq_midi_emul.c 			ops->note_off(drv, note, vel, chan);
note_off          276 sound/core/seq/seq_midi_emul.c 					if (ops->note_off)
note_off          277 sound/core/seq/seq_midi_emul.c 						ops->note_off(drv, i, 0, chan);
note_off          298 sound/core/seq/seq_midi_emul.c 						if (ops->note_off)
note_off          299 sound/core/seq/seq_midi_emul.c 							ops->note_off(drv, i, 0, chan);
note_off          609 sound/core/seq/seq_midi_emul.c 	if (! ops->note_off)
note_off          613 sound/core/seq/seq_midi_emul.c 			note_off(ops, drv, chan, n, 0);
note_off          235 sound/drivers/opl3/opl3_midi.c 			if (vp->note_off == jiffies)
note_off          550 sound/drivers/opl3/opl3_midi.c 		opl3->voices[voice].note_off = jiffies +
note_off          133 sound/drivers/opl3/opl3_seq.c 	.note_off =		snd_opl3_note_off,
note_off          105 sound/drivers/opl4/opl4_seq.c 	.note_off =		snd_opl4_note_off,
note_off           24 sound/synth/emux/emux_seq.c 	.note_off = snd_emux_note_off,