Searched refs:ioProcessStopStatus (Results 1 – 3 of 3) sorted by relevance
37 if (interfacePool->ioProcessStopStatus != USB_POOL_PROCESS_RUNNING) { in IoCancelRequest()61 if (interfacePool->ioProcessStopStatus != USB_POOL_PROCESS_RUNNING) { in IoSendProcess()142 if (interfacePool->ioProcessStopStatus != USB_POOL_PROCESS_RUNNING || in IoAsyncReceiveProcess()161 interfacePool->ioProcessStopStatus = USB_POOL_PROCESS_STOPED; in IoAsyncReceiveProcess()273 interfacePool->ioProcessStopStatus = USB_POOL_PROCESS_RUNNING; in UsbIoStart()349 if ((interfacePool->ioProcessStopStatus != USB_POOL_PROCESS_STOPED)) { in UsbIoStop()351 interfacePool->ioProcessStopStatus = USB_POOL_PROCESS_STOP; in UsbIoStop()363 while (interfacePool->ioProcessStopStatus != USB_POOL_PROCESS_STOPED) { in UsbIoStop()
147 interfacePool->ioProcessStopStatus = USB_POOL_PROCESS_RUNNING; in IfInterfacePoolInit()
79 UsbPoolProcessStatusType ioProcessStopStatus; member