Lines Matching defs:ep_max
824 uint8_t ep_max;
850 ep_max = udev->endpoints_max;
851 while (ep_max--) {
863 ep_max = udev->endpoints_max;
864 while (ep_max--) {
896 ep_max = 0;
924 ep_curr = ep_max;
970 if (ep_max < temp)
971 ep_max = temp;
991 if (ep_max != 0) {
992 udev->endpoints = malloc(sizeof(*ep) * ep_max,
1003 udev->endpoints_max = ep_max;