Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/sample/host/include/
H A Dusbhost_sdkraw_speed.h72 CMD_REMOVE_INTERFACE, enumerator
H A Dusbhost_sdkapi_speed.h75 CMD_REMOVE_INTERFACE, enumerator
/ohos5.0/drivers/peripheral/usb/serial/include/
H A Dusb_serial_rawapi.h48 CMD_REMOVE_INTERFACE, enumerator
H A Dusb_serial.h51 CMD_REMOVE_INTERFACE, enumerator
/ohos5.0/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_ddk_test.c40 CMD_REMOVE_INTERFACE, enumerator
582 …int32_t status = g_acmService->dispatcher->Dispatch(&g_acmService->object, CMD_REMOVE_INTERFACE, g… in UsbHostDdkTestRemoveInterface()
584 …int32_t status = g_acmService->dispatcher->Dispatch(g_acmService, CMD_REMOVE_INTERFACE, g_data, g_… in UsbHostDdkTestRemoveInterface()
/ohos5.0/drivers/peripheral/usb/hdi_service/include/
H A Dusbd_type.h77 CMD_REMOVE_INTERFACE, enumerator
/ohos5.0/drivers/peripheral/usb/serial/src/
H A Dusb_serial.c1035 } else if (cmd == CMD_REMOVE_INTERFACE) { in SerialAddOrRemoveInterface()
1078 case CMD_REMOVE_INTERFACE: in UsbSerialCheckCmd()
H A Dusb_serial_rawapi.c958 case CMD_REMOVE_INTERFACE: in UsbSerialDeviceDispatch()