Lines Matching defs:tempPort
500 HostDevice *tempPort = nullptr;
504 tempPort = reinterpret_cast<HostDevice *>(HdfSListIteratorNext(&it));
505 if (tempPort == nullptr) {
508 if (tempPort->busNum == port->busNum && tempPort->devAddr == port->devAddr) {
999 HostDevice *tempPort = nullptr;
1003 tempPort = reinterpret_cast<HostDevice *>(HdfSListIteratorNext(&it));
1004 if (!tempPort) {
1007 if (tempPort->busNum == busNum) {
1015 return tempPort;
1022 HostDevice *tempPort = nullptr;
1027 tempPort = UsbdDispatcher::UsbdFindDevForBusNum(service, busNum);
1028 if (!tempPort) {
1031 info = {ACT_DEVDOWN, tempPort->busNum, tempPort->devAddr};
1037 UsbdRelease(tempPort);
1038 UsbdFreeFifo(&tempPort->readFifo);
1039 OsalMemFree(tempPort);