Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dusb_io_manage.c37 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()
H A Dusb_interface_pool.c147 interfacePool->ioProcessStopStatus = USB_POOL_PROCESS_RUNNING; in IfInterfacePoolInit()
/ohos5.0/drivers/peripheral/usb/ddk/host/include/
H A Dusb_interface_pool.h79 UsbPoolProcessStatusType ioProcessStopStatus; member