Lines Matching defs:pipe
59 static UsbFnRequestType GetReqType(struct UsbHandleMgr *handle, uint8_t pipe)
63 if (pipe > 0) {
64 int32_t ret = UsbFnIoMgrInterfaceGetPipeInfo(&(handle->intfMgr->interface), pipe - 1, &info);
78 struct UsbFnRequest *UsbFnIoMgrRequestAlloc(struct UsbHandleMgr *handle, uint8_t pipe, uint32_t len)
84 if (pipe == 0) {
92 } else if (pipe <= MAX_EP) {
93 ep = handle->fds[pipe - 1];
110 if (pipe == 0) {
118 reqList->pipe = pipe;
123 req->type = GetReqType(handle, pipe);