Home
last modified time | relevance | path

Searched refs:interfacePoolPos (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dusb_interface_pool.c190 struct UsbInterfacePool *interfacePoolPos = NULL; in IfDestroyInterfacePool() local
210 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() local
401 if (!CheckInterfacePoolValid(interfacePoolPos)) { in IfFindInterfacePool()
407 while (&(interfacePoolPos->object.entry) != (ifacePoolList)) { in IfFindInterfacePool()
416 interfacePoolPos = interfacePoolTemp; in IfFindInterfacePool()
[all …]