Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/
H A Dusb_device.c635 uint8_t ep_max; in usb_config_parse() local
663 ep_max = udev->endpoints_max; in usb_config_parse()
664 while (ep_max--) { in usb_config_parse()
691 ep_max = 0; in usb_config_parse()
716 ep_curr = ep_max; in usb_config_parse()
762 if (ep_max < temp) in usb_config_parse()
763 ep_max = temp; in usb_config_parse()
783 if (ep_max != 0) { in usb_config_parse()
784 udev->endpoints = bsd_malloc(sizeof(*ep) * ep_max, in usb_config_parse()
795 udev->endpoints_max = ep_max; in usb_config_parse()
[all...]
H A Dusb_device.h134 struct usb_hw_ep_scratch_sub *ep_max; member

Completed in 3 milliseconds