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

/barrelfish-2018-10-04/lib/usb/
H A Dusb_device.c51 dev->ep_max = 0;
91 uint8_t ep_max, ep_current; local
105 ep_max = dev->ep_max;
107 while (ep_max--) {
125 ep_max = 0;
159 ep_current = ep_max;
202 if (ep_max < ep_tmp) {
203 ep_max = ep_tmp;
227 if (ep_max !
[all...]
/barrelfish-2018-10-04/usr/drivers/usb/usb_manager/
H A Dusb_device.c55 device->ep_max = 0;
78 uint8_t ep_max, ep_current; local
100 ep_max = device->ep_max;
102 while (ep_max--) {
125 ep_max = 0;
177 ep_current = ep_max;
219 if (ep_max < ep_tmp) {
221 ep_max = ep_tmp;
250 if (ep_max !
[all...]
H A Dusb_endpoint.c49 for (uint8_t ep_current = 0; ep_current < device->ep_max; ep_current++) {
/barrelfish-2018-10-04/include/usb/
H A Dusb_device.h89 uint8_t ep_max; ///< maximum endpoints member in struct:usb_device
/barrelfish-2018-10-04/usr/drivers/usb/usb_manager/include/
H A Dusb_device.h115 uint8_t ep_max; member in struct:usb_device

Completed in 53 milliseconds