Home
last modified time | relevance | path

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

/drivers/peripheral/usb/ddk/host/src/
H A Dusb_interface_pool.c191 struct UsbInterfacePool *interfacePoolTemp = NULL; in IfDestroyInterfacePool() local
207 interfacePoolPos, interfacePoolTemp, &session->ifacePoolList, struct UsbInterfacePool, object.entry) { in IfDestroyInterfacePool()
383 struct UsbInterfacePool *interfacePoolTemp = NULL; in IfFindInterfacePool() local
406 interfacePoolTemp = CONTAINER_OF(interfacePoolPos->object.entry.next, struct UsbInterfacePool, object.entry); in IfFindInterfacePool()
412 if (!CheckInterfacePoolValid(interfacePoolTemp)) { in IfFindInterfacePool()
416 interfacePoolPos = interfacePoolTemp; in IfFindInterfacePool()
417 interfacePoolTemp = CONTAINER_OF(interfacePoolPos->object.entry.next, struct UsbInterfacePool, object.entry); in IfFindInterfacePool()
938 struct UsbInterfacePool *interfacePoolTemp = NULL; in UsbIfCreatInterfacePool() local
946 interfacePoolTemp = (struct UsbInterfacePool *)RawUsbMemAlloc(sizeof(struct UsbInterfacePool)); in UsbIfCreatInterfacePool()
947 if (interfacePoolTemp in UsbIfCreatInterfacePool()
[all...]

Completed in 3 milliseconds