snd_seq_ev_length_type   54 include/sound/asequencer.h #define snd_seq_ev_is_fixed(ev)		(snd_seq_ev_length_type(ev) == SNDRV_SEQ_EVENT_LENGTH_FIXED)
snd_seq_ev_length_type   55 include/sound/asequencer.h #define snd_seq_ev_is_variable(ev)	(snd_seq_ev_length_type(ev) == SNDRV_SEQ_EVENT_LENGTH_VARIABLE)
snd_seq_ev_length_type   56 include/sound/asequencer.h #define snd_seq_ev_is_varusr(ev)	(snd_seq_ev_length_type(ev) == SNDRV_SEQ_EVENT_LENGTH_VARUSR)
snd_seq_ev_length_type  989 sound/core/seq/seq_clientmgr.c 	switch (snd_seq_ev_length_type(ev)) {