Searched defs:in_epnum (Results 1 - 1 of 1) sorted by relevance

/drivers/usb/gadget/
H A Depautoconf.c32 static unsigned in_epnum; variable
181 if (++in_epnum > 15)
183 desc->bEndpointAddress = USB_DIR_IN | in_epnum;
389 in_epnum = 0;

Completed in 3348 milliseconds