Searched refs:USB_DIR_IN (Results 1 – 2 of 2) sorted by relevance
112 #define USB_DIR_IN 0x80 /* read from USB device */ macro196 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)
486 #define USB_DIR_IN 0x80 macro531 ctrl.bRequestType = USB_DIR_IN | USB_TYPE_STANDARD | USB_RECIP_DEVICE; in probe_devices()537 ctrl.requesttype = USB_DIR_IN | USB_TYPE_STANDARD | USB_RECIP_DEVICE; in probe_devices()