Lines Matching refs:pipeDirection
139 if (ret == HDF_SUCCESS && ((pipeTmp.pipeAddress | static_cast<uint8_t>(pipeTmp.pipeDirection)) == pipeAddr)) {
218 if (req->pipe.interfaceId == interfaceId && ((req->pipe.pipeAddress | req->pipe.pipeDirection) == pipeAddr)) {
254 params->pipeAddress = pipe->pipeDirection | pipe->pipeAddress;
259 params->dataReq.directon = static_cast<UsbRequestDirection>((pipe->pipeDirection >> USB_DIR_OFFSET) & 0x1);
711 bool bWrite = (pipe->pipeDirection == USB_PIPE_DIRECTION_OUT);
713 params->pipeAddress = pipe->pipeDirection | pipe->pipeAddress;
720 params->dataReq.directon = static_cast<UsbRequestDirection>((pipe->pipeDirection >> USB_PIPE_DIR_OFFSET) & 0x1);
1434 params->pipeAddress = pipe->pipeDirection | pipe->pipeAddress;
1439 params->dataReq.directon = static_cast<UsbRequestDirection>((pipe->pipeDirection >> USB_PIPE_DIR_OFFSET) & 0x1);
1442 if (pipe->pipeDirection == USB_PIPE_DIRECTION_OUT) {