Home
last modified time | relevance | path

Searched refs:CMD_READ_DATA_SYNC (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/drivers/peripheral/usb/sample/host/include/
H A Dusbhost_sdkraw_speed.h64 CMD_READ_DATA_SYNC, enumerator
H A Dusbhost_sdkapi_speed.h67 CMD_READ_DATA_SYNC, enumerator
/ohos5.0/drivers/peripheral/usb/test/unittest/host_sdk/
H A Dusb_host_sdk_if_test.h35 CMD_READ_DATA_SYNC, enumerator
H A Dusb_raw_sdk_if_test.h36 CMD_READ_DATA_SYNC, enumerator
/ohos5.0/drivers/peripheral/usb/serial/include/
H A Dusb_serial_rawapi.h40 CMD_READ_DATA_SYNC, enumerator
H A Dusb_serial.h43 CMD_READ_DATA_SYNC, enumerator
/ohos5.0/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_ddk_test.c32 CMD_READ_DATA_SYNC, enumerator
245 …int32_t status = g_acmService->dispatcher->Dispatch(&g_acmService->object, CMD_READ_DATA_SYNC, g_d… in UsbHostDdkTestSyncRead()
247 …int32_t status = g_acmService->dispatcher->Dispatch(g_acmService, CMD_READ_DATA_SYNC, g_data, g_re… in UsbHostDdkTestSyncRead()
/ohos5.0/drivers/peripheral/usb/hdi_service/include/
H A Dusbd_type.h81 CMD_READ_DATA_SYNC, enumerator
/ohos5.0/drivers/peripheral/usb/serial/src/
H A Dusb_serial_rawapi.c955 case CMD_READ_DATA_SYNC: in UsbSerialDeviceDispatch()
H A Dusb_serial.c1063 case CMD_READ_DATA_SYNC: in UsbSerialCheckCmd()