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

/freebsd-11-stable/sys/dev/usb/template/
H A Dusb_template.c727 struct usb_hw_ep_scratch_sub *ep_max; local
737 ep_iface = ues->ep_max;
738 ep_curr = ues->ep_max;
740 ep_max = ues->ep_max;
755 ep_iface = ep_max;
769 ues->ep_max = ep_max;
873 if (ep_max < ep_curr) {
874 ep_max
[all...]
/freebsd-11-stable/sys/dev/usb/
H A Dusb_device.h139 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;
910 ep_curr = ep_max;
957 if (ep_max < temp)
958 ep_max = temp;
978 if (ep_max != 0) {
979 udev->endpoints = malloc(sizeof(*ep) * ep_max,
990 udev->endpoints_max = ep_max;
[all...]

Completed in 79 milliseconds