Home
last modified time | relevance | path

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

/drivers/peripheral/usb/hdi_service/src/
H A Dusbd_dispatcher.cpp500 HostDevice *tempPort = nullptr; in RemoveDevFromService() local
504 tempPort = reinterpret_cast<HostDevice *>(HdfSListIteratorNext(&it)); in RemoveDevFromService()
505 if (tempPort == nullptr) { in RemoveDevFromService()
508 if (tempPort->busNum == port->busNum && tempPort->devAddr == port->devAddr) { in RemoveDevFromService()
999 HostDevice *tempPort = nullptr; in UsbdFindDevForBusNum() local
1003 tempPort = reinterpret_cast<HostDevice *>(HdfSListIteratorNext(&it)); in UsbdFindDevForBusNum()
1004 if (!tempPort) { in UsbdFindDevForBusNum()
1007 if (tempPort->busNum == busNum) { in UsbdFindDevForBusNum()
1015 return tempPort; in UsbdFindDevForBusNum()
1022 HostDevice *tempPort = nullptr; UsbdRemoveBusDev() local
[all...]

Completed in 3 milliseconds