Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/sample/host/include/
H A Dusbhost_sdkraw_speed.h70 CMD_STD_CTRL_GET_DESCRIPTOR_ASYNC, enumerator
H A Dusbhost_sdkapi_speed.h73 CMD_STD_CTRL_GET_DESCRIPTOR_ASYNC, enumerator
/ohos5.0/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
/ohos5.0/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
/ohos5.0/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_dat… in UsbHostDdkTestStdGetDesAsync()
368 …g_acmService->dispatcher->Dispatch(g_acmService, CMD_STD_CTRL_GET_DESCRIPTOR_ASYNC, g_data, g_repl… in UsbHostDdkTestStdGetDesAsync()
/ohos5.0/drivers/peripheral/usb/hdi_service/include/
H A Dusbd_type.h85 CMD_STD_CTRL_GET_DESCRIPTOR_ASYNC, enumerator
/ohos5.0/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()