Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dlinux_usb.c1171 struct usb_host_endpoint *uhe_end; in usb_find_host_endpoint() local
1198 uhe_end = uhi->endpoint + uhi->desc.bNumEndpoints; in usb_find_host_endpoint()
1200 uhe != uhe_end; in usb_find_host_endpoint()
1337 struct usb_host_endpoint *uhe_end; in usb_linux_free_device() local
1341 uhe_end = dev->linux_endpoint_end; in usb_linux_free_device()
1342 while (uhe != uhe_end) { in usb_linux_free_device()
1434 struct usb_host_endpoint *uhe_end; in usb_linux_cleanup_interface() local
1441 uhe_end = uhi->endpoint + uhi->desc.bNumEndpoints; in usb_linux_cleanup_interface()
1442 while (uhe != uhe_end) { in usb_linux_cleanup_interface()

Completed in 3 milliseconds