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.c636 uint8_t ep_max; in usb_config_parse() local
664 ep_max = udev->endpoints_max; in usb_config_parse()
665 while (ep_max--) { in usb_config_parse()
692 ep_max = 0; in usb_config_parse()
717 ep_curr = ep_max; in usb_config_parse()
763 if (ep_max < temp) in usb_config_parse()
764 ep_max = temp; in usb_config_parse()
784 if (ep_max != 0) { in usb_config_parse()
785 udev->endpoints = bsd_malloc(sizeof(*ep) * ep_max, in usb_config_parse()
796 udev->endpoints_max = ep_max; in usb_config_parse()
Dusb_device.h135 struct usb_hw_ep_scratch_sub *ep_max; member