Home
last modified time | relevance | path

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

/drivers/peripheral/usb/interfaces/ddk/host/
H A Dusb_session.h57 struct DListHead ifacePoolList; member
/drivers/peripheral/usb/ddk/host/src/
H A Dusb_interface_pool.c201 if (DListIsEmpty(&session->ifacePoolList)) { in IfDestroyInterfacePool()
207 interfacePoolPos, interfacePoolTemp, &session->ifacePoolList, struct UsbInterfacePool, object.entry) { in IfDestroyInterfacePool()
384 struct DListHead *ifacePoolList = NULL; in IfFindInterfacePool() local
393 ifacePoolList = (struct DListHead *)&session->ifacePoolList; in IfFindInterfacePool()
394 if (ifacePoolList == NULL || DListIsEmpty(ifacePoolList) == true) { in IfFindInterfacePool()
400 interfacePoolPos = CONTAINER_OF(ifacePoolList->next, struct UsbInterfacePool, object.entry); in IfFindInterfacePool()
407 while (&(interfacePoolPos->object.entry) != (ifacePoolList)) { in IfFindInterfacePool()
964 DListInsertTail(&interfacePoolTemp->object.entry, (struct DListHead *)&session->ifacePoolList); in UsbIfCreatInterfacePool()
[all...]
H A Dusb_raw_api_library.c733 DListHeadInit(&tempSession->ifacePoolList); in RawInit()

Completed in 6 milliseconds