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

/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dusb.h112 #define USB_DIR_IN 0x80 /* read from USB device */ macro
196 usb_find_host_endpoint(dev, PIPE_CONTROL, (endpoint) | USB_DIR_IN)
202 usb_find_host_endpoint(dev, PIPE_ISOCHRONOUS, (endpoint) | USB_DIR_IN)
208 usb_find_host_endpoint(dev, PIPE_BULK, (endpoint) | USB_DIR_IN)
214 usb_find_host_endpoint(dev, PIPE_INTERRUPT, (endpoint) | USB_DIR_IN)
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-usb-linux.c486 #define USB_DIR_IN 0x80 macro
531 ctrl.bRequestType = USB_DIR_IN | USB_TYPE_STANDARD | USB_RECIP_DEVICE;
537 ctrl.requesttype = USB_DIR_IN | USB_TYPE_STANDARD | USB_RECIP_DEVICE;

Completed in 176 milliseconds