Searched refs:USB_DIR_IN (Results 1 – 1 of 1) sorted by relevance
804 #define USB_DIR_IN 0x80 macro1425 USB_DIR_IN)1430 USB_DIR_IN)1435 USB_DIR_IN)1440 USB_DIR_IN)1445 USB_DIR_IN)1460 #define usb_packetid(pipe) (((pipe) & USB_DIR_IN) ? USB_PID_IN : \1500 #define usb_pipein(pipe) (((pipe) & USB_DIR_IN) >> 7)1519 #define usb_rcvaddr0pipe() ((PIPE_CONTROL << 30) | USB_DIR_IN)1533 ((PIPE_BULK << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)[all …]
Completed in 11 milliseconds