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

/barrelfish-2018-10-04/lib/usb/
H A Dusb_device.c126 uint8_t ep_tmp = 0; local
182 ep_tmp = ep_current;
187 if (ep_tmp == 32) {
193 ep = dev->endpoints + ep_tmp;
200 ep_tmp++;
202 if (ep_max < ep_tmp) {
203 ep_max = ep_tmp;
/barrelfish-2018-10-04/usr/drivers/usb/usb_manager/
H A Dusb_device.c126 uint8_t ep_tmp = 0; local
197 ep_tmp = ep_current;
201 if (ep_tmp == 32) {
210 ep = device->endpoints + ep_tmp;
217 ep_tmp++;
219 if (ep_max < ep_tmp) {
221 ep_max = ep_tmp;

Completed in 65 milliseconds