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

/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dusb.h111 #define USB_DIR_OUT 0x00 /* write to USB device */ macro
193 usb_find_host_endpoint(dev, PIPE_CONTROL, (endpoint) | USB_DIR_OUT)
199 usb_find_host_endpoint(dev, PIPE_ISOCHRONOUS, (endpoint) | USB_DIR_OUT)
205 usb_find_host_endpoint(dev, PIPE_BULK, (endpoint) | USB_DIR_OUT)
211 usb_find_host_endpoint(dev, PIPE_INTERRUPT, (endpoint) | USB_DIR_OUT)

Completed in 92 milliseconds