Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/sample/host/include/
H A Dusbhost_sdkraw_speed.h66 CMD_STD_CTRL_GET_DESCRIPTOR_CMD, enumerator
H A Dusbhost_sdkapi_speed.h69 CMD_STD_CTRL_GET_DESCRIPTOR_CMD, enumerator
/ohos5.0/drivers/peripheral/usb/test/unittest/host_sdk/
H A Dusb_host_sdk_if_test.h37 CMD_STD_CTRL_GET_DESCRIPTOR_CMD, enumerator
H A Dusb_raw_sdk_if_test.h38 CMD_STD_CTRL_GET_DESCRIPTOR_CMD, enumerator
/ohos5.0/drivers/peripheral/usb/serial/include/
H A Dusb_serial_rawapi.h42 CMD_STD_CTRL_GET_DESCRIPTOR_CMD, enumerator
H A Dusb_serial.h45 CMD_STD_CTRL_GET_DESCRIPTOR_CMD, enumerator
/ohos5.0/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_ddk_test.c34 CMD_STD_CTRL_GET_DESCRIPTOR_CMD, enumerator
331 …g_acmService->dispatcher->Dispatch(&g_acmService->object, CMD_STD_CTRL_GET_DESCRIPTOR_CMD, g_data,… in UsbHostDdkTestStdGetDes()
333 …_t status = g_acmService->dispatcher->Dispatch(g_acmService, CMD_STD_CTRL_GET_DESCRIPTOR_CMD, g_da… in UsbHostDdkTestStdGetDes()
/ohos5.0/drivers/peripheral/usb/hdi_service/include/
H A Dusbd_type.h86 CMD_STD_CTRL_GET_DESCRIPTOR_CMD, enumerator
/ohos5.0/drivers/peripheral/usb/serial/src/
H A Dusb_serial.c749 case CMD_STD_CTRL_GET_DESCRIPTOR_CMD: in UsbStdCtrlCmd()
1067 case CMD_STD_CTRL_GET_DESCRIPTOR_CMD: in UsbSerialCheckCmd()
1068 return UsbStdCtrlCmd(port, CMD_STD_CTRL_GET_DESCRIPTOR_CMD, (struct HdfSBuf *)reply); in UsbSerialCheckCmd()