Searched refs:uhe_end (Results 1 – 1 of 1) sorted by relevance
1021 struct usb_host_endpoint *uhe_end; in usb_find_host_endpoint() local1048 uhe_end = uhi->endpoint + uhi->desc.bNumEndpoints; in usb_find_host_endpoint()1050 uhe != uhe_end; in usb_find_host_endpoint()1189 struct usb_host_endpoint *uhe_end; in usb_linux_free_device() local1192 uhe_end = dev->linux_endpoint_end; in usb_linux_free_device()1193 while (uhe != uhe_end) { in usb_linux_free_device()1279 struct usb_host_endpoint *uhe_end; in usb_linux_cleanup_interface() local1285 uhe_end = uhi->endpoint + uhi->desc.bNumEndpoints; in usb_linux_cleanup_interface()1286 while (uhe != uhe_end) { in usb_linux_cleanup_interface()