Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/sample/host/include/
H A Dusbhost_sdkraw_speed.h67 CMD_STD_CTRL_GET_STATUS_CMD, enumerator
H A Dusbhost_sdkapi_speed.h70 CMD_STD_CTRL_GET_STATUS_CMD, enumerator
/ohos5.0/drivers/peripheral/usb/test/unittest/host_sdk/
H A Dusb_host_sdk_if_test.h38 CMD_STD_CTRL_GET_STATUS_CMD, enumerator
H A Dusb_raw_sdk_if_test.h39 CMD_STD_CTRL_GET_STATUS_CMD, enumerator
/ohos5.0/drivers/peripheral/usb/serial/include/
H A Dusb_serial_rawapi.h43 CMD_STD_CTRL_GET_STATUS_CMD, enumerator
H A Dusb_serial.h46 CMD_STD_CTRL_GET_STATUS_CMD, enumerator
/ohos5.0/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_ddk_test.c35 CMD_STD_CTRL_GET_STATUS_CMD, enumerator
403 …g_acmService->dispatcher->Dispatch(&g_acmService->object, CMD_STD_CTRL_GET_STATUS_CMD, g_data, g_r… in UsbHostDdkTestStdGetStatus()
405 …int32_t status = g_acmService->dispatcher->Dispatch(g_acmService, CMD_STD_CTRL_GET_STATUS_CMD, g_d… in UsbHostDdkTestStdGetStatus()
/ohos5.0/drivers/peripheral/usb/hdi_service/include/
H A Dusbd_type.h88 CMD_STD_CTRL_GET_STATUS_CMD, enumerator
/ohos5.0/drivers/peripheral/usb/serial/src/
H A Dusb_serial.c781 case CMD_STD_CTRL_GET_STATUS_CMD: in UsbStdCtrlCmd()
1069 case CMD_STD_CTRL_GET_STATUS_CMD: in UsbSerialCheckCmd()
1070 return UsbStdCtrlCmd(port, CMD_STD_CTRL_GET_STATUS_CMD, (struct HdfSBuf *)reply); in UsbSerialCheckCmd()