Home
last modified time | relevance | path

Searched refs:USB_SERIAL_OPEN (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/drivers/peripheral/usb/sample/device/liteos/
H A Dacm_speed_read.c34 USB_SERIAL_OPEN = 0, enumerator
157 …status = g_acmService->dispatcher->Dispatch(&g_acmService->object, USB_SERIAL_OPEN, g_data, g_repl… in AcmSpeedRead()
H A Dacm_test.c33 USB_SERIAL_OPEN = 0, enumerator
150 …status = g_acmService->dispatcher->Dispatch(&g_acmService->object, USB_SERIAL_OPEN, g_data, g_repl… in AcmTest()
H A Dacm_speed_write.c36 USB_SERIAL_OPEN = 0, enumerator
159 …status = g_acmService->dispatcher->Dispatch(&g_acmService->object, USB_SERIAL_OPEN, g_data, g_repl… in AcmSpeedWrite()
H A Dprop_test.c33 USB_SERIAL_OPEN = 0, enumerator
127 …status = g_acmService->dispatcher->Dispatch(&g_acmService->object, USB_SERIAL_OPEN, g_data, g_repl… in TestPropRegist()
/ohos5.0/drivers/peripheral/usb/sample/device/liteos/lib/src/
H A Dlib_acm_test.c30 USB_SERIAL_OPEN = 0, enumerator
70 …status = g_acmService->dispatcher->Dispatch(&g_acmService->object, USB_SERIAL_OPEN, g_data, g_repl… in AcmOpen()
/ohos5.0/drivers/peripheral/usb/sample/host/liteos_test/src/
H A Dusbhost_speed_test.c36 USB_SERIAL_OPEN = 0, enumerator
111 status = g_service->dispatcher->Dispatch(&g_service->object, USB_SERIAL_OPEN, g_data, g_reply); in SpeedInit()
H A Dusbhost_nosdk_speed.c445 case USB_SERIAL_OPEN: in AcmDeviceDispatch()
H A Dusbhost_sdkapi_speed.c550 case USB_SERIAL_OPEN: in AcmDeviceDispatch()
H A Dusbhost_sdkraw_speed.c751 case USB_SERIAL_OPEN: in AcmDeviceDispatch()
/ohos5.0/drivers/peripheral/usb/gadget/function/include/
H A Dcdcacm.h31 USB_SERIAL_OPEN = 0, enumerator
/ohos5.0/drivers/peripheral/usb/sample/device/linux/
H A Dacm_write.c64 …int32_t status = g_acmService->dispatcher->Dispatch(g_acmService, USB_SERIAL_OPEN, g_data, g_reply… in AcmWrite()
H A Dacm_read.c84 status = g_acmService->dispatcher->Dispatch(g_acmService, USB_SERIAL_OPEN, g_data, g_reply); in AcmRead()
H A Dacm_speed_read.c108 status = g_acmService->dispatcher->Dispatch(g_acmService, USB_SERIAL_OPEN, g_data, g_reply); in AcmSpeedRead()
H A Dacm_speed_write.c110 status = g_acmService->dispatcher->Dispatch(g_acmService, USB_SERIAL_OPEN, g_data, g_reply); in AcmSpeedWrite()
H A Dprop_test.c119 status = g_acmService->dispatcher->Dispatch(g_acmService, USB_SERIAL_OPEN, g_data, g_reply); in TestPropRegist()
H A Dacm_test.c186 status = g_acmService->dispatcher->Dispatch(g_acmService, USB_SERIAL_OPEN, g_data, g_reply); in AcmTest()
/ohos5.0/drivers/peripheral/usb/sample/host/liteos_test/include/
H A Dusbhost_sdkraw_speed.h57 USB_SERIAL_OPEN = 0, enumerator
H A Dusbhost_nosdk_speed.h59 USB_SERIAL_OPEN = 0, enumerator
H A Dusbhost_sdkapi_speed.h62 USB_SERIAL_OPEN = 0, enumerator
/ohos5.0/drivers/peripheral/usb/gadget/function/acm/
H A Dcdcacm.c854 case USB_SERIAL_OPEN: in AcmSerialCmd()