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

/freebsd-13-stable/sys/dev/usb/template/
H A Dusb_template.c761 struct usb_hw_ep_scratch_sub *ep_max; local
771 ep_iface = ues->ep_max;
772 ep_curr = ues->ep_max;
774 ep_max = ues->ep_max;
787 ep_iface = ep_max;
800 ues->ep_max = ep_max;
900 if (ep_max < ep_curr) {
901 ep_max
[all...]
/freebsd-13-stable/sys/dev/usb/
H A Dusb_device.h141 struct usb_hw_ep_scratch_sub *ep_max; member in struct:usb_hw_ep_scratch
H A Dusb_device.c825 uint8_t ep_max; local
853 ep_max = udev->endpoints_max;
854 while (ep_max--) {
881 ep_max = 0;
909 ep_curr = ep_max;
955 if (ep_max < temp)
956 ep_max = temp;
976 if (ep_max != 0) {
977 udev->endpoints = malloc(sizeof(*ep) * ep_max,
988 udev->endpoints_max = ep_max;
[all...]

Completed in 190 milliseconds