Home
last modified time | relevance | path

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

/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_sdkraw_speed.c61 static int32_t UsbIoThread(void *data) in UsbIoThread() function
128 ret = OsalThreadCreate(&acm->ioThread, (OsalThreadEntry)UsbIoThread, (void *)acm); in UsbStartIo()
/drivers/peripheral/usb/sample/host/liteos_test/src/
H A Dusbhost_sdkraw_speed.c64 static int32_t UsbIoThread(void *data) in UsbIoThread() function
133 ret = OsalThreadCreate(&acm->ioThread, (OsalThreadEntry)UsbIoThread, (void *)acm); in UsbStartIo()
/drivers/hdf_core/framework/test/unittest/model/usb/host/src/
H A Dusb_raw_io.c38 int32_t UsbIoThread(void *data) in UsbIoThread() function
95 (OsalThreadEntry)UsbIoThread, (void *)g_acm); in UsbStartIo()
/drivers/hdf_core/framework/test/unittest/model/usb/host/include/
H A Dusb_raw_test.h369 int32_t UsbIoThread(void *data);
/drivers/peripheral/usb/net/src/
H A Dusb_net_host.c632 static int32_t UsbIoThread(void *data) in UsbIoThread() function
652 HDF_LOGE("%{public}s:%{public}d UsbIoThread failed, usbNet->usbIoStatus =%{public}d ret=%{public}d ", in UsbIoThread()
684 ret = OsalThreadCreate(&usbNet->ioThread, (OsalThreadEntry)UsbIoThread, (void *)usbNet); in UsbStartIo()
/drivers/peripheral/usb/serial/src/
H A Dusb_serial_rawapi.c42 static int32_t UsbIoThread(void *data) in UsbIoThread() function
62 HDF_LOGE("%{public}s:%{public}d UsbIoThread failed, g_stopIoStatus=%{public}d ret=%{public}d ", in UsbIoThread()
96 ret = OsalThreadCreate(&acm->ioThread, (OsalThreadEntry)UsbIoThread, (void *)acm); in UsbStartIo()
/drivers/peripheral/usb/test/unittest/host_sdk/
H A Dusb_raw_sdk_if_test_io.cpp50 static int32_t UsbIoThread(void *data) in UsbIoThread() function
101 (OsalThreadEntry)UsbIoThread, (void *)acm); in UsbStartIo()
H A Dusb_raw_sdk_if_test.cpp51 static int32_t UsbIoThread(void *data) in UsbIoThread() function
101 ret = OsalThreadCreate(&acm->ioThread, (OsalThreadEntry)UsbIoThread, (void *)acm); in UsbStartIo()

Completed in 19 milliseconds