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

/freebsd-current/sys/dev/usb/template/
H A Dusb_template.c760 struct usb_hw_ep_scratch_sub *ep_max; local
770 ep_iface = ues->ep_max;
771 ep_curr = ues->ep_max;
773 ep_max = ues->ep_max;
786 ep_iface = ep_max;
799 ues->ep_max = ep_max;
899 if (ep_max < ep_curr) {
900 ep_max
[all...]
/freebsd-current/sys/dev/usb/
H A Dusb_device.c824 uint8_t ep_max; local
850 ep_max = udev->endpoints_max;
851 while (ep_max--) {
862 ep_max = udev->endpoints_max;
863 while (ep_max--) {
895 ep_max = 0;
923 ep_curr = ep_max;
969 if (ep_max < temp)
970 ep_max = temp;
990 if (ep_max !
[all...]
H A Dusb_device.h140 struct usb_hw_ep_scratch_sub *ep_max; member in struct:usb_hw_ep_scratch

Completed in 116 milliseconds