Searched refs:USB_DIR_OUT (Results 1 – 2 of 2) sorted by relevance
50 #define USB_DIR_OUT 0 /* to device */ macro506 return ((epd->bEndpointAddress & USB_ENDPOINT_DIR_MASK) == USB_DIR_OUT); in usb_endpoint_dir_out()
292 ep->bEndpointAddress = (pipe_id + 1) | USB_DIR_OUT; in create_header()