Home
last modified time | relevance | path

Searched refs:CMD_CLASS_CTRL_SYNC (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/drivers/peripheral/usb/sample/host/include/
H A Dusbhost_sdkraw_speed.h65 CMD_CLASS_CTRL_SYNC, enumerator
H A Dusbhost_sdkapi_speed.h68 CMD_CLASS_CTRL_SYNC, enumerator
/ohos5.0/drivers/peripheral/usb/test/unittest/host_sdk/
H A Dusb_host_sdk_if_test.h36 CMD_CLASS_CTRL_SYNC, enumerator
H A Dusb_raw_sdk_if_test.h37 CMD_CLASS_CTRL_SYNC, enumerator
/ohos5.0/drivers/peripheral/usb/serial/include/
H A Dusb_serial_rawapi.h41 CMD_CLASS_CTRL_SYNC, enumerator
H A Dusb_serial.h44 CMD_CLASS_CTRL_SYNC, enumerator
/ohos5.0/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_ddk_test.c33 CMD_CLASS_CTRL_SYNC, enumerator
304 …int32_t status = g_acmService->dispatcher->Dispatch(&g_acmService->object, CMD_CLASS_CTRL_SYNC, g_… in UsbHostDdkTestCtrlClass()
306 …int32_t status = g_acmService->dispatcher->Dispatch(g_acmService, CMD_CLASS_CTRL_SYNC, g_data, g_r… in UsbHostDdkTestCtrlClass()
/ohos5.0/drivers/peripheral/usb/hdi_service/include/
H A Dusbd_type.h57 CMD_CLASS_CTRL_SYNC, enumerator
/ohos5.0/drivers/peripheral/usb/serial/src/
H A Dusb_serial.c1065 case CMD_CLASS_CTRL_SYNC: in UsbSerialCheckCmd()