Searched refs:interfacePoolPos (Results 1 – 1 of 1) sorted by relevance
190 struct UsbInterfacePool *interfacePoolPos = NULL; in IfDestroyInterfacePool() local210 DListRemove(&interfacePoolPos->object.entry); in IfDestroyInterfacePool()211 ret = IfFreeInterfacePool(interfacePoolPos); in IfDestroyInterfacePool()216 interfacePoolPos = NULL; in IfDestroyInterfacePool()356 if ((interfacePoolPos->busNum == queryPara.busNum) && in FoundInterfacePool()372 AdapterAtomicInc(&interfacePoolPos->refCount); in FoundInterfacePool()382 struct UsbInterfacePool *interfacePoolPos = NULL; in IfFindInterfacePool() local401 if (!CheckInterfacePoolValid(interfacePoolPos)) { in IfFindInterfacePool()407 while (&(interfacePoolPos->object.entry) != (ifacePoolList)) { in IfFindInterfacePool()416 interfacePoolPos = interfacePoolTemp; in IfFindInterfacePool()[all …]