Lines Matching refs:dataInPipe
69 len = DataFifoRead(&port->writeFifo, req->buf, port->acm->dataInPipe.maxPacketSize);
350 req = UsbFnAllocRequest(acm->dataIface.handle, acm->dataInPipe.id, acm->dataInPipe.maxPacketSize);
550 port->acm->dataIface.handle, port->acm->dataInPipe.id, port->acm->dataInPipe.maxPacketSize);
556 g_req[i]->length = port->acm->dataInPipe.maxPacketSize;
558 memset_s(g_req[i]->buf, port->acm->dataInPipe.maxPacketSize, 'a', port->acm->dataInPipe.maxPacketSize);
1356 acm->dataInPipe.id = pipeInfo.id;
1357 acm->dataInPipe.maxPacketSize = pipeInfo.maxPacketSize;