Lines Matching refs:dataReq
258 params->dataReq.numIsoPackets = 0;
259 params->dataReq.directon = static_cast<UsbRequestDirection>((pipe->pipeDirection >> USB_DIR_OFFSET) & 0x1);
260 params->dataReq.length = pipe->maxPacketSize;
717 params->dataReq.numIsoPackets = 0;
719 params->dataReq.length = length;
720 params->dataReq.directon = static_cast<UsbRequestDirection>((pipe->pipeDirection >> USB_PIPE_DIR_OFFSET) & 0x1);
723 params->dataReq.buffer = const_cast<uint8_t *>(buffer);
726 params->dataReq.length = length;
1238 params->dataReq.length =
1240 params->dataReq.buffer = handle->starAddr + handle->cur;
1241 handle->cur += params->dataReq.length;
1244 params->dataReq.length = 0;
1245 params->dataReq.buffer = nullptr;
1332 params.dataReq.length = readLen;
1438 params->dataReq.numIsoPackets = 0;
1439 params->dataReq.directon = static_cast<UsbRequestDirection>((pipe->pipeDirection >> USB_PIPE_DIR_OFFSET) & 0x1);
1440 params->dataReq.length = pipe->maxPacketSize;
1444 params->dataReq.buffer = buffer;
1500 params.dataReq.length = readLen;