Searched refs:usb_find_host_endpoint (Results 1 - 2 of 2) sorted by relevance
| /third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
| H A D | usb.h | 191 usb_find_host_endpoint(dev, PIPE_CONTROL, (endpoint) | USB_DIR_OUT) 194 usb_find_host_endpoint(dev, PIPE_CONTROL, (endpoint) | USB_DIR_IN) 197 usb_find_host_endpoint(dev, PIPE_ISOCHRONOUS, (endpoint) | USB_DIR_OUT) 200 usb_find_host_endpoint(dev, PIPE_ISOCHRONOUS, (endpoint) | USB_DIR_IN) 203 usb_find_host_endpoint(dev, PIPE_BULK, (endpoint) | USB_DIR_OUT) 206 usb_find_host_endpoint(dev, PIPE_BULK, (endpoint) | USB_DIR_IN) 209 usb_find_host_endpoint(dev, PIPE_INTERRUPT, (endpoint) | USB_DIR_OUT) 212 usb_find_host_endpoint(dev, PIPE_INTERRUPT, (endpoint) | USB_DIR_IN) 298 struct usb_host_endpoint *usb_find_host_endpoint(struct usb_device *dev,
|
| /third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
| H A D | linux_usb.c | 1160 * usb_find_host_endpoint 1168 usb_find_host_endpoint(struct usb_device *dev, uint8_t type, uint8_t ep) in usb_find_host_endpoint() function
|
Completed in 6 milliseconds