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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/usb/
H A Dusbmidi.c1284 int i, epidx; local
1301 epidx = 0;
1315 if (endpoints[epidx].out_ep) {
1316 if (++epidx >= MIDI_MAX_ENDPOINTS) {
1321 endpoints[epidx].out_ep = ep->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK;
1323 endpoints[epidx].out_interval = ep->bInterval;
1324 endpoints[epidx].out_cables = (1 << ms_ep->bNumEmbMIDIJack) - 1;
1328 if (endpoints[epidx].in_ep) {
1329 if (++epidx >= MIDI_MAX_ENDPOINTS) {
1334 endpoints[epidx]
[all...]

Completed in 100 milliseconds