Searched refs:USB_FUNCTION_ACM (Results 1 – 6 of 6) sorted by relevance
73 int32_t funcs = USB_FUNCTION_ACM | USB_FUNCTION_MTP;86 int32_t funcs = USB_FUNCTION_ACM | USB_FUNCTION_PTP;99 int32_t funcs = USB_FUNCTION_ACM | USB_FUNCTION_RNDIS;112 int32_t funcs = USB_FUNCTION_ACM | USB_FUNCTION_STORAGE;218 ret = g_usbInterface->SetCurrentFunctions(USB_FUNCTION_ACM);301 auto ret = g_usbInterface->SetCurrentFunctions(USB_FUNCTION_ACM);305 ASSERT_EQ(USB_FUNCTION_ACM, funcs);
34 #define USB_FUNCTION_ACM (1 << 0) macro
33 #define USB_FUNCTION_ACM (1 << 0) macro
92 auto ret = g_usbInterface->SetCurrentFunctions(USB_FUNCTION_ACM);113 auto ret = g_usbInterface->SetCurrentFunctions(USB_FUNCTION_ACM);156 int32_t funcs = USB_FUNCTION_ACM | USB_FUNCTION_ECM;185 int32_t funcs = USB_FUNCTION_ACM | USB_FUNCTION_HDC;
93 int32_t funcs = USB_FUNCTION_ACM; in BENCHMARK_F()