Home
last modified time | relevance | path

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

/drivers/peripheral/usb/ddk/host/src/
H A Dusb_io_manage.c39 if (interfacePool->ioProcessStopStatus != USB_POOL_PROCESS_RUNNING) { in IoCancelRequest()
64 if (interfacePool->ioProcessStopStatus != USB_POOL_PROCESS_RUNNING) { in IoSendProcess()
139 if (interfacePool->ioProcessStopStatus != USB_POOL_PROCESS_RUNNING || in IoAsyncReceiveProcess()
153 interfacePool->ioProcessStopStatus = USB_POOL_PROCESS_STOPED; in IoAsyncReceiveProcess()
264 interfacePool->ioProcessStopStatus = USB_POOL_PROCESS_RUNNING; in UsbIoStart()
340 if ((interfacePool->ioProcessStopStatus != USB_POOL_PROCESS_STOPED)) { in UsbIoStop()
342 interfacePool->ioProcessStopStatus = USB_POOL_PROCESS_STOP; in UsbIoStop()
354 while (interfacePool->ioProcessStopStatus != USB_POOL_PROCESS_STOPED) { in UsbIoStop()
H A Dusb_interface_pool.c147 interfacePool->ioProcessStopStatus = USB_POOL_PROCESS_RUNNING; in IfInterfacePoolInit()
/drivers/peripheral/usb/ddk/host/include/
H A Dusb_interface_pool.h79 UsbPoolProcessStatusType ioProcessStopStatus; member

Completed in 5 milliseconds