Home
last modified time | relevance | path

Searched refs:UsbHostDdkTestAddInterface (Results 1 – 4 of 4) sorted by relevance

/drivers/peripheral/usb/sample/host/include/
Dusbhost_ddk_test.h75 void UsbHostDdkTestAddInterface(uint32_t value);
/drivers/peripheral/usb/test/moduletest/common/liteos/
Dusb_host_serial_func_test.cpp552 UsbHostDdkTestAddInterface(acmInterface);
603 UsbHostDdkTestAddInterface(acmInterface);
654 UsbHostDdkTestAddInterface(ecmInterface);
/drivers/peripheral/usb/sample/host/src/
Dusbhost_test.c215 UsbHostDdkTestAddInterface((uint32_t)(strtoul(param, NULL, STRTOL_BASE))); in TestCmdLoopOther()
Dusbhost_ddk_test.c536 void UsbHostDdkTestAddInterface(uint32_t value) in UsbHostDdkTestAddInterface() function