Home
last modified time | relevance | path

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

/drivers/peripheral/usb/sample/host/include/
H A Dusbhost_sdkapi_speed.h72 CMD_STD_CTRL_GET_INTERFACE, enumerator
H A Dusbhost_sdkraw_speed.h69 CMD_STD_CTRL_GET_INTERFACE, enumerator
/drivers/peripheral/usb/serial/include/
H A Dusb_serial_rawapi.h45 CMD_STD_CTRL_GET_INTERFACE, enumerator
H A Dusb_serial.h48 CMD_STD_CTRL_GET_INTERFACE, enumerator
/drivers/peripheral/usb/test/unittest/host_sdk/
H A Dusb_host_sdk_if_test.h40 CMD_STD_CTRL_GET_INTERFACE, enumerator
H A Dusb_raw_sdk_if_test.h41 CMD_STD_CTRL_GET_INTERFACE, enumerator
/drivers/peripheral/usb/hdi_service/include/
H A Dusbd_type.h84 CMD_STD_CTRL_GET_INTERFACE, enumerator
/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_ddk_test.c37 CMD_STD_CTRL_GET_INTERFACE, enumerator
466 g_acmService->dispatcher->Dispatch(&g_acmService->object, CMD_STD_CTRL_GET_INTERFACE, g_data, g_reply); in TestStdGetInterface()
468 int32_t status = g_acmService->dispatcher->Dispatch(g_acmService, CMD_STD_CTRL_GET_INTERFACE, g_data, g_reply); in TestStdGetInterface()
472 printf("%s:%d Dispatch CMD_STD_CTRL_GET_INTERFACE failed status = %d\n", __func__, __LINE__, status); in TestStdGetInterface()
473 HDF_LOGE("%{public}s:%{public}d Dispatch CMD_STD_CTRL_GET_INTERFACE failed status = %{public}d", in TestStdGetInterface()
477 printf("%s:%d usb serial control CMD_STD_CTRL_GET_INTERFACE command done\n", __func__, __LINE__); in TestStdGetInterface()
478 TestModuleWriteLog(HOST_ACM_CTRL_WRITE, "CMD_STD_CTRL_GET_INTERFACE"); in TestStdGetInterface()
/drivers/peripheral/usb/serial/src/
H A Dusb_serial.c797 case CMD_STD_CTRL_GET_INTERFACE: in UsbStdCtrlCmd()
1073 case CMD_STD_CTRL_GET_INTERFACE: in UsbSerialCheckCmd()
1074 return UsbStdCtrlCmd(port, CMD_STD_CTRL_GET_INTERFACE, (struct HdfSBuf *)reply); in UsbSerialCheckCmd()

Completed in 12 milliseconds