__create_pipe
ret = __create_pipe(asd, &asd->stream_env[i], j);
__create_pipe(ps->dev, uurb->endpoint & 0xf) |
pipe = __create_pipe(dev,
((PIPE_CONTROL << 30) | __create_pipe(dev, endpoint))
((PIPE_CONTROL << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)
((PIPE_ISOCHRONOUS << 30) | __create_pipe(dev, endpoint))
((PIPE_ISOCHRONOUS << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)
((PIPE_BULK << 30) | __create_pipe(dev, endpoint))
((PIPE_BULK << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)
((PIPE_INTERRUPT << 30) | __create_pipe(dev, endpoint))
((PIPE_INTERRUPT << 30) | __create_pipe(dev, endpoint) | USB_DIR_IN)