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

/barrelfish-2018-10-04/usr/drivers/usb/usb_manager/
H A Dusb_endpoint.c49 for (uint8_t ep_current = 0; ep_current < device->ep_max; ep_current++) {
H A Dusb_device.c78 uint8_t ep_max, ep_current; local
124 ep_current = 0;
177 ep_current = ep_max;
197 ep_tmp = ep_current;
/barrelfish-2018-10-04/lib/usb/
H A Dusb_device.c91 uint8_t ep_max, ep_current; local
124 ep_current = 0;
159 ep_current = ep_max;
182 ep_tmp = ep_current;

Completed in 37 milliseconds