Searched refs:extra_event (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/seq/
H A Dseq_midi_event.c122 } extra_event[] = { variable in typeref:struct:extra_event_list_t
570 for (type = 0; type < numberof(extra_event); type++) {
571 if (ev->type == extra_event[type].event)
572 return extra_event[type].decode(dev, buf, count, ev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/seq/
H A Dseq_midi_event.c104 } extra_event[] = { variable in typeref:struct:extra_event_list
340 for (type = 0; type < ARRAY_SIZE(extra_event); type++) {
341 if (ev->type == extra_event[type].event)
342 return extra_event[type].decode(dev, buf, count, ev);

Completed in 104 milliseconds