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

/freebsd-10.3-release/sys/dev/usb/
H A Dusb_compat_linux.c1036 struct usb_host_endpoint *uhe_end; local
1063 uhe_end = uhi->endpoint + uhi->desc.bNumEndpoints;
1065 uhe != uhe_end;
1202 struct usb_host_endpoint *uhe_end; local
1206 uhe_end = dev->linux_endpoint_end;
1207 while (uhe != uhe_end) {
1293 struct usb_host_endpoint *uhe_end; local
1300 uhe_end = uhi->endpoint + uhi->desc.bNumEndpoints;
1301 while (uhe != uhe_end) {

Completed in 228 milliseconds