Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dusb.h193 usb_find_host_endpoint(dev, PIPE_CONTROL, (endpoint) | USB_DIR_OUT)
196 usb_find_host_endpoint(dev, PIPE_CONTROL, (endpoint) | USB_DIR_IN)
199 usb_find_host_endpoint(dev, PIPE_ISOCHRONOUS, (endpoint) | USB_DIR_OUT)
202 usb_find_host_endpoint(dev, PIPE_ISOCHRONOUS, (endpoint) | USB_DIR_IN)
205 usb_find_host_endpoint(dev, PIPE_BULK, (endpoint) | USB_DIR_OUT)
208 usb_find_host_endpoint(dev, PIPE_BULK, (endpoint) | USB_DIR_IN)
211 usb_find_host_endpoint(dev, PIPE_INTERRUPT, (endpoint) | USB_DIR_OUT)
214 usb_find_host_endpoint(dev, PIPE_INTERRUPT, (endpoint) | USB_DIR_IN)
291 struct usb_host_endpoint *usb_find_host_endpoint(struct usb_device *dev,
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_usb.c1018 usb_find_host_endpoint(struct usb_device *dev, uint8_t type, uint8_t ep) in usb_find_host_endpoint() function