Lines Matching refs:pipePos
52 struct UsbPipe *pipePos = NULL;
76 DLIST_FOR_EACH_ENTRY_SAFE(pipePos, pipeTemp, &interfaceObj->pipeList, struct UsbPipe, object.entry) {
77 if (destroyFlag || pipePos->object.objectId == pipeObj->object.objectId) {
79 DListRemove(&pipePos->object.entry);
80 ret = IfFreePipeObj(pipePos);
249 struct UsbPipe *pipePos = NULL;
261 DLIST_FOR_EACH_ENTRY_SAFE(pipePos, pipeTemp, &interfaceObj->pipeList, struct UsbPipe, object.entry) {
264 if (pipePos->info.pipeId == queryPara.pipeId) {
269 if (pipePos->info.pipeDirection == queryPara.pipeDirection) {
287 return pipePos;