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

/freebsd-10-stable/sys/dev/usb/
H A Dusb_device.h325 struct usb_endpoint *usb_endpoint_foreach(struct usb_device *udev, struct usb_endpoint *ep);
H A Dusb_device.c419 * usb_endpoint_foreach
429 usb_endpoint_foreach(struct usb_device *udev, struct usb_endpoint *ep) function
/freebsd-10-stable/sys/compat/ndis/
H A Dsubr_usbd.c539 for (j = 0; (ep = usb_endpoint_foreach(udev, ep)); j++) {

Completed in 69 milliseconds