Home
last modified time | relevance | path

Searched refs:ep_max (Results 1 – 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
Dusb_device.c638 uint8_t ep_max; in usb_config_parse() local
666 ep_max = udev->endpoints_max; in usb_config_parse()
667 while (ep_max--) { in usb_config_parse()
694 ep_max = 0; in usb_config_parse()
720 ep_curr = ep_max; in usb_config_parse()
766 if (ep_max < temp) in usb_config_parse()
767 ep_max = temp; in usb_config_parse()
787 if (ep_max != 0) { in usb_config_parse()
788 udev->endpoints = bsd_malloc(sizeof(*ep) * ep_max, in usb_config_parse()
799 udev->endpoints_max = ep_max; in usb_config_parse()
Dusb_device.h135 struct usb_hw_ep_scratch_sub *ep_max; member