Home
last modified time | relevance | path

Searched refs:CMD_ADD_INTERFACE (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/drivers/peripheral/usb/sample/host/include/
H A Dusbhost_sdkraw_speed.h71 CMD_ADD_INTERFACE, enumerator
H A Dusbhost_sdkapi_speed.h74 CMD_ADD_INTERFACE, enumerator
/ohos5.0/drivers/peripheral/usb/serial/include/
H A Dusb_serial_rawapi.h47 CMD_ADD_INTERFACE, enumerator
H A Dusb_serial.h50 CMD_ADD_INTERFACE, enumerator
/ohos5.0/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_ddk_test.c39 CMD_ADD_INTERFACE, enumerator
558 …int32_t status = g_acmService->dispatcher->Dispatch(&g_acmService->object, CMD_ADD_INTERFACE, g_da… in UsbHostDdkTestAddInterface()
560 …int32_t status = g_acmService->dispatcher->Dispatch(g_acmService, CMD_ADD_INTERFACE, g_data, g_rep… in UsbHostDdkTestAddInterface()
/ohos5.0/drivers/peripheral/usb/hdi_service/include/
H A Dusbd_type.h76 CMD_ADD_INTERFACE, enumerator
/ohos5.0/drivers/peripheral/usb/serial/src/
H A Dusb_serial.c1033 if (cmd == CMD_ADD_INTERFACE) { in SerialAddOrRemoveInterface()
1077 case CMD_ADD_INTERFACE: in UsbSerialCheckCmd()
H A Dusb_serial_rawapi.c957 case CMD_ADD_INTERFACE: in UsbSerialDeviceDispatch()