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

/freebsd-9.3-release/sys/dev/usb/
H A Dusb_compat_linux.h185 usb_find_host_endpoint(dev, PIPE_CONTROL, (endpoint) | USB_DIR_OUT)
188 usb_find_host_endpoint(dev, PIPE_CONTROL, (endpoint) | USB_DIR_IN)
191 usb_find_host_endpoint(dev, PIPE_ISOCHRONOUS, (endpoint) | USB_DIR_OUT)
194 usb_find_host_endpoint(dev, PIPE_ISOCHRONOUS, (endpoint) | USB_DIR_IN)
197 usb_find_host_endpoint(dev, PIPE_BULK, (endpoint) | USB_DIR_OUT)
200 usb_find_host_endpoint(dev, PIPE_BULK, (endpoint) | USB_DIR_IN)
203 usb_find_host_endpoint(dev, PIPE_INTERRUPT, (endpoint) | USB_DIR_OUT)
206 usb_find_host_endpoint(dev, PIPE_INTERRUPT, (endpoint) | USB_DIR_IN)
283 struct usb_host_endpoint *usb_find_host_endpoint(struct usb_device *dev,
H A Dusb_compat_linux.c1021 * usb_find_host_endpoint
1029 usb_find_host_endpoint(struct usb_device *dev, uint8_t type, uint8_t ep) function

Completed in 103 milliseconds