Home
last modified time | relevance | path

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

/drivers/peripheral/usb/ddk/host/src/
H A Dusb_interface_pool.c190 struct UsbInterfacePool *interfacePoolPos = NULL; in IfDestroyInterfacePool() local
207 interfacePoolPos, interfacePoolTemp, &session->ifacePoolList, struct UsbInterfacePool, object.entry) { in IfDestroyInterfacePool()
208 if (interfacePoolPos->object.objectId == interfacePool->object.objectId) { in IfDestroyInterfacePool()
210 DListRemove(&interfacePoolPos->object.entry); in IfDestroyInterfacePool()
211 ret = IfFreeInterfacePool(interfacePoolPos); in IfDestroyInterfacePool()
216 interfacePoolPos = NULL; in IfDestroyInterfacePool()
344 HDF_LOGE("%{public}s:%{public}d interfacePoolPos object entry not initialized", __func__, __LINE__); in CheckInterfacePoolValid()
350 bool FoundInterfacePool(struct UsbInterfacePool *interfacePoolPos, struct UsbPoolQueryPara queryPara, in FoundInterfacePool() argument
356 if ((interfacePoolPos->busNum == queryPara.busNum) && in FoundInterfacePool()
357 (interfacePoolPos in FoundInterfacePool()
382 struct UsbInterfacePool *interfacePoolPos = NULL; IfFindInterfacePool() local
[all...]

Completed in 2 milliseconds