Home
last modified time | relevance | path

Searched refs:USB_RAW_IO_PROCESS_STOPED (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/peripheral/usb/serial/include/
H A Dusb_serial_rawapi.h74 USB_RAW_IO_PROCESS_STOPED enumerator
/ohos5.0/drivers/peripheral/usb/net/include/
H A Dusb_net_host.h80 USB_RAW_IO_PROCESS_STOPED enumerator
/ohos5.0/drivers/peripheral/usb/net/src/
H A Dusb_net_host.c644 usbNet->usbIoStatus = USB_RAW_IO_PROCESS_STOPED; in UsbIoThread()
688 if (usbNet->usbIoStatus != USB_RAW_IO_PROCESS_STOPED) { in UsbStopIo()
697 while (usbNet->usbIoStatus != USB_RAW_IO_PROCESS_STOPED) { in UsbStopIo()
/ohos5.0/drivers/peripheral/usb/serial/src/
H A Dusb_serial_rawapi.c69 g_stopIoStatus = USB_RAW_IO_PROCESS_STOPED; in UsbIoThread()
116 if (g_stopIoStatus != USB_RAW_IO_PROCESS_STOPED) { in UsbStopIo()
125 while (g_stopIoStatus != USB_RAW_IO_PROCESS_STOPED) { in UsbStopIo()