Home
last modified time | relevance | path

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

/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_reply); in AcmSpeedRead()
159 HDF_LOGE("%{public}s: Dispatch USB_SERIAL_OPEN err", __func__); in AcmSpeedRead()
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_reply); in AcmSpeedWrite()
161 HDF_LOGE("%{public}s: Dispatch USB_SERIAL_OPEN err", __func__); in AcmSpeedWrite()
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_reply); in AcmTest()
152 HDF_LOGE("%{public}s: Dispatch USB_SERIAL_OPEN err", __func__); in AcmTest()
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_reply); in TestPropRegist()
129 HDF_LOGE("%{public}s: Dispatch USB_SERIAL_OPEN err", __func__); in TestPropRegist()
/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_reply); in AcmOpen()
72 HDF_LOGE("%{public}s: Dispatch USB_SERIAL_OPEN err", __func__); in AcmOpen()
/drivers/peripheral/usb/gadget/function/include/
H A Dcdcacm.h31 USB_SERIAL_OPEN = 0, enumerator
/drivers/peripheral/usb/sample/device/linux/
H A Dacm_read.c84 status = g_acmService->dispatcher->Dispatch(g_acmService, USB_SERIAL_OPEN, g_data, g_reply); in AcmRead()
86 HDF_LOGE("%{public}s: Dispatch USB_SERIAL_OPEN err", __func__); in AcmRead()
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_speed_read.c108 status = g_acmService->dispatcher->Dispatch(g_acmService, USB_SERIAL_OPEN, g_data, g_reply); in AcmSpeedRead()
110 HDF_LOGE("%{public}s: Dispatch USB_SERIAL_OPEN err", __func__); in AcmSpeedRead()
H A Dacm_speed_write.c110 status = g_acmService->dispatcher->Dispatch(g_acmService, USB_SERIAL_OPEN, g_data, g_reply); in AcmSpeedWrite()
112 HDF_LOGE("%{public}s: Dispatch USB_SERIAL_OPEN err", __func__); in AcmSpeedWrite()
H A Dacm_test.c186 status = g_acmService->dispatcher->Dispatch(g_acmService, USB_SERIAL_OPEN, g_data, g_reply); in AcmTest()
188 HDF_LOGE("%{public}s: Dispatch USB_SERIAL_OPEN err", __func__); in AcmTest()
H A Dprop_test.c119 status = g_acmService->dispatcher->Dispatch(g_acmService, USB_SERIAL_OPEN, g_data, g_reply); in TestPropRegist()
121 HDF_LOGE("%{public}s: Dispatch USB_SERIAL_OPEN err", __func__); in TestPropRegist()
/drivers/peripheral/usb/sample/host/liteos_test/include/
H A Dusbhost_sdkapi_speed.h62 USB_SERIAL_OPEN = 0, enumerator
H A Dusbhost_nosdk_speed.h59 USB_SERIAL_OPEN = 0, enumerator
H A Dusbhost_sdkraw_speed.h57 USB_SERIAL_OPEN = 0, enumerator
/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()
113 printf("%s: Dispatch USB_SERIAL_OPEN err status = %d\n", __func__, status); 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()
/drivers/peripheral/usb/gadget/function/acm/
H A Dcdcacm.c854 case USB_SERIAL_OPEN: in AcmSerialCmd()

Completed in 11 milliseconds