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 D | usbhost_sdkraw_speed.h | 66 CMD_STD_CTRL_GET_DESCRIPTOR_CMD, enumerator
|
H A D | usbhost_sdkapi_speed.h | 69 CMD_STD_CTRL_GET_DESCRIPTOR_CMD, enumerator
|
/ohos5.0/drivers/peripheral/usb/test/unittest/host_sdk/ |
H A D | usb_host_sdk_if_test.h | 37 CMD_STD_CTRL_GET_DESCRIPTOR_CMD, enumerator
|
H A D | usb_raw_sdk_if_test.h | 38 CMD_STD_CTRL_GET_DESCRIPTOR_CMD, enumerator
|
/ohos5.0/drivers/peripheral/usb/serial/include/ |
H A D | usb_serial_rawapi.h | 42 CMD_STD_CTRL_GET_DESCRIPTOR_CMD, enumerator
|
H A D | usb_serial.h | 45 CMD_STD_CTRL_GET_DESCRIPTOR_CMD, enumerator
|
/ohos5.0/drivers/peripheral/usb/sample/host/src/ |
H A D | usbhost_ddk_test.c | 34 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 D | usbd_type.h | 86 CMD_STD_CTRL_GET_DESCRIPTOR_CMD, enumerator
|
/ohos5.0/drivers/peripheral/usb/serial/src/ |
H A D | usb_serial.c | 749 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()
|