UMIDI_PACKET_SIZE 1218 dev/usb/umidi.c ep->used += UMIDI_PACKET_SIZE; UMIDI_PACKET_SIZE 1278 dev/usb/umidi.c while (remain >= UMIDI_PACKET_SIZE) { UMIDI_PACKET_SIZE 1286 dev/usb/umidi.c buf += UMIDI_PACKET_SIZE; UMIDI_PACKET_SIZE 1287 dev/usb/umidi.c remain -= UMIDI_PACKET_SIZE; UMIDI_PACKET_SIZE 1388 dev/usb/umidi.c if (packet->index >= UMIDI_PACKET_SIZE) { UMIDI_PACKET_SIZE 1406 dev/usb/umidi.c if (packet->index >= UMIDI_PACKET_SIZE) { UMIDI_PACKET_SIZE 1430 dev/usb/umidi.c while (packet->index < UMIDI_PACKET_SIZE) UMIDI_PACKET_SIZE 1433 dev/usb/umidi.c memcpy(obuf, packet->buf, UMIDI_PACKET_SIZE); UMIDI_PACKET_SIZE 43 dev/usb/umidivar.h unsigned char buf[UMIDI_PACKET_SIZE]; /* common/voice packet */