Home
last modified time | relevance | path

Searched refs:CMD_STD_CTRL_GET_DESCRIPTOR_ASYNC (Results 1 - 9 of 9) sorted by relevance

/drivers/peripheral/usb/sample/host/include/
H A Dusbhost_sdkapi_speed.h73 CMD_STD_CTRL_GET_DESCRIPTOR_ASYNC, enumerator
H A Dusbhost_sdkraw_speed.h70 CMD_STD_CTRL_GET_DESCRIPTOR_ASYNC, enumerator
/drivers/peripheral/usb/serial/include/
H A Dusb_serial_rawapi.h46 CMD_STD_CTRL_GET_DESCRIPTOR_ASYNC, enumerator
H A Dusb_serial.h49 CMD_STD_CTRL_GET_DESCRIPTOR_ASYNC, enumerator
/drivers/peripheral/usb/test/unittest/host_sdk/
H A Dusb_host_sdk_if_test.h41 CMD_STD_CTRL_GET_DESCRIPTOR_ASYNC, enumerator
H A Dusb_raw_sdk_if_test.h42 CMD_STD_CTRL_GET_DESCRIPTOR_ASYNC, enumerator
/drivers/peripheral/usb/hdi_service/include/
H A Dusbd_type.h82 CMD_STD_CTRL_GET_DESCRIPTOR_ASYNC, enumerator
/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_ddk_test.c38 CMD_STD_CTRL_GET_DESCRIPTOR_ASYNC, enumerator
365 g_acmService->dispatcher->Dispatch(&g_acmService->object, CMD_STD_CTRL_GET_DESCRIPTOR_ASYNC, g_data, g_reply); in UsbHostDdkTestStdGetDesAsync()
368 g_acmService->dispatcher->Dispatch(g_acmService, CMD_STD_CTRL_GET_DESCRIPTOR_ASYNC, g_data, g_reply); in UsbHostDdkTestStdGetDesAsync()
372 printf("%s:%d Dispatch CMD_STD_CTRL_GET_DESCRIPTOR_ASYNC failed status = %d\n", __func__, __LINE__, status); in UsbHostDdkTestStdGetDesAsync()
373 HDF_LOGE("%{public}s:%{public}d Dispatch CMD_STD_CTRL_GET_DESCRIPTOR_ASYNC failed status = %{public}d", in UsbHostDdkTestStdGetDesAsync()
378 printf("%s:%d usb serial control CMD_STD_CTRL_GET_DESCRIPTOR_ASYNC command done\n", __func__, __LINE__); in UsbHostDdkTestStdGetDesAsync()
379 TestModuleWriteLog(HOST_ACM_CTRL_WRITE, "CMD_STD_CTRL_GET_DESCRIPTOR_ASYNC"); in UsbHostDdkTestStdGetDesAsync()
/drivers/peripheral/usb/serial/src/
H A Dusb_serial.c765 case CMD_STD_CTRL_GET_DESCRIPTOR_ASYNC: in UsbStdCtrlCmd()
1075 case CMD_STD_CTRL_GET_DESCRIPTOR_ASYNC: in UsbSerialCheckCmd()
1076 return UsbStdCtrlCmd(port, CMD_STD_CTRL_GET_DESCRIPTOR_ASYNC, (struct HdfSBuf *)reply); in UsbSerialCheckCmd()

Completed in 7 milliseconds