Home
last modified time | relevance | path

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

/drivers/peripheral/usb/serial/src/
H A Dusb_serial_rawapi.c33 static UsbRawIoProcessStatusType g_stopIoStatus = USB_RAW_IO_PROCESS_RUNNING; variable
61 if ((ret < 0) || (g_stopIoStatus != USB_RAW_IO_PROCESS_RUNNING)) { in UsbIoThread()
62 HDF_LOGE("%{public}s:%{public}d UsbIoThread failed, g_stopIoStatus=%{public}d ret=%{public}d ", in UsbIoThread()
63 __func__, __LINE__, g_stopIoStatus, ret); in UsbIoThread()
69 g_stopIoStatus = USB_RAW_IO_PROCESS_STOPED; in UsbIoThread()
87 g_stopIoStatus = USB_RAW_IO_PROCESS_RUNNING; in UsbStartIo()
116 if (g_stopIoStatus != USB_RAW_IO_PROCESS_STOPED) { in UsbStopIo()
119 g_stopIoStatus = USB_RAW_IO_PROCESS_STOP; in UsbStopIo()
125 while (g_stopIoStatus != USB_RAW_IO_PROCESS_STOPED) { in UsbStopIo()

Completed in 2 milliseconds