ST_SPECIAL         26 sound/core/seq/seq_midi_event.c #define ST_SYSEX	ST_SPECIAL
ST_SPECIAL        184 sound/core/seq/seq_midi_event.c 		ev->type = status_event[ST_SPECIAL + c - 0xf0].event;
ST_SPECIAL        196 sound/core/seq/seq_midi_event.c 			dev->type = (c & 0x0f) + ST_SPECIAL;
ST_SPECIAL        220 sound/core/seq/seq_midi_event.c 		if (dev->type >= ST_SPECIAL)
ST_SPECIAL        309 sound/core/seq/seq_midi_event.c 	if (type >= ST_SPECIAL)
ST_SPECIAL        310 sound/core/seq/seq_midi_event.c 		cmd = 0xf0 + (type - ST_SPECIAL);