Searched refs:UsbIoThread (Results 1 - 8 of 8) sorted by relevance
/drivers/peripheral/usb/sample/host/src/ |
H A D | usbhost_sdkraw_speed.c | 61 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 D | usbhost_sdkraw_speed.c | 64 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 D | usb_raw_io.c | 38 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 D | usb_raw_test.h | 369 int32_t UsbIoThread(void *data);
|
/drivers/peripheral/usb/net/src/ |
H A D | usb_net_host.c | 632 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 D | usb_serial_rawapi.c | 42 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 D | usb_raw_sdk_if_test_io.cpp | 50 static int32_t UsbIoThread(void *data) in UsbIoThread() function 101 (OsalThreadEntry)UsbIoThread, (void *)acm); in UsbStartIo()
|
H A D | usb_raw_sdk_if_test.cpp | 51 static int32_t UsbIoThread(void *data) in UsbIoThread() function 101 ret = OsalThreadCreate(&acm->ioThread, (OsalThreadEntry)UsbIoThread, (void *)acm); in UsbStartIo()
|
Completed in 19 milliseconds