Searched refs:in_eps (Results 1 – 1 of 1) sorted by relevance
2031 int i, out_eps = 0, in_eps = 0; in snd_usbmidi_detect_endpoints() local2057 if (in_eps < max_endpoints && in snd_usbmidi_detect_endpoints()2059 endpoint[in_eps].in_ep = usb_endpoint_num(epd); in snd_usbmidi_detect_endpoints()2061 endpoint[in_eps].in_interval = epd->bInterval; in snd_usbmidi_detect_endpoints()2062 ++in_eps; in snd_usbmidi_detect_endpoints()2065 return (out_eps || in_eps) ? 0 : -ENOENT; in snd_usbmidi_detect_endpoints()