Searched refs:tmpIf (Results 1 – 2 of 2) sorted by relevance
105 …UsbInterface *tmpIf = UsbClaimInterface(dev->service->session_, dev->busNum, dev->devAddr, interfa… in GetUsbInterfaceById() local106 if (tmpIf == nullptr) { in GetUsbInterfaceById()109 return tmpIf; in GetUsbInterfaceById()
519 struct UsbInterface *tmpIf = NULL;521 …tmpIf = (struct UsbInterface *)UsbClaimInterface(acm->session, acm->busNum, acm->devAddr, interfac…522 return tmpIf;