Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dusb.h192 usb_find_host_endpoint(dev, PIPE_CONTROL, (endpoint) | USB_DIR_OUT)
195 usb_find_host_endpoint(dev, PIPE_CONTROL, (endpoint) | USB_DIR_IN)
198 usb_find_host_endpoint(dev, PIPE_ISOCHRONOUS, (endpoint) | USB_DIR_OUT)
201 usb_find_host_endpoint(dev, PIPE_ISOCHRONOUS, (endpoint) | USB_DIR_IN)
204 usb_find_host_endpoint(dev, PIPE_BULK, (endpoint) | USB_DIR_OUT)
207 usb_find_host_endpoint(dev, PIPE_BULK, (endpoint) | USB_DIR_IN)
210 usb_find_host_endpoint(dev, PIPE_INTERRUPT, (endpoint) | USB_DIR_OUT)
213 usb_find_host_endpoint(dev, PIPE_INTERRUPT, (endpoint) | USB_DIR_IN)
299 struct usb_host_endpoint *usb_find_host_endpoint(struct usb_device *dev,
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_usb.c1169 usb_find_host_endpoint(struct usb_device *dev, uint8_t type, uint8_t ep) in usb_find_host_endpoint() function