status_event 53 sound/core/seq/seq_midi_event.c } status_event[] = { status_event 184 sound/core/seq/seq_midi_event.c ev->type = status_event[ST_SPECIAL + c - 0xf0].event; status_event 200 sound/core/seq/seq_midi_event.c dev->qlen = status_event[dev->type].qlen; status_event 210 sound/core/seq/seq_midi_event.c dev->qlen = status_event[dev->type].qlen - 1; status_event 215 sound/core/seq/seq_midi_event.c ev->type = status_event[dev->type].event; status_event 218 sound/core/seq/seq_midi_event.c if (status_event[dev->type].encode) /* set data values */ status_event 219 sound/core/seq/seq_midi_event.c status_event[dev->type].encode(dev, ev); status_event 298 sound/core/seq/seq_midi_event.c for (type = 0; type < ARRAY_SIZE(status_event); type++) { status_event 299 sound/core/seq/seq_midi_event.c if (ev->type == status_event[type].event) status_event 329 sound/core/seq/seq_midi_event.c if (status_event[type].decode) status_event 330 sound/core/seq/seq_midi_event.c status_event[type].decode(ev, xbuf + 1); status_event 331 sound/core/seq/seq_midi_event.c qlen = status_event[type].qlen + 1; status_event 334 sound/core/seq/seq_midi_event.c if (status_event[type].decode) status_event 335 sound/core/seq/seq_midi_event.c status_event[type].decode(ev, xbuf + 0); status_event 336 sound/core/seq/seq_midi_event.c qlen = status_event[type].qlen;