note_event         45 sound/core/seq/seq_midi_event.c static void note_event(struct snd_midi_event *dev, struct snd_seq_event *ev);
note_event         67 sound/core/seq/seq_midi_event.c 	{SNDRV_SEQ_EVENT_NOTEOFF,	 2, note_event, note_decode},
note_event         68 sound/core/seq/seq_midi_event.c 	{SNDRV_SEQ_EVENT_NOTEON,	 2, note_event, note_decode},
note_event         69 sound/core/seq/seq_midi_event.c 	{SNDRV_SEQ_EVENT_KEYPRESS,	 2, note_event, note_decode},