Searched refs:USB_FUNCTION_ECM (Results 1 – 3 of 3) sorted by relevance
24 #define USB_FUNCTION_ECM (1 << 1) macro33 … (USB_FUNCTION_ACM | USB_FUNCTION_ECM | USB_FUNCTION_HDC | USB_FUNCTION_MTP | USB_FUNCTION_PTP | \66 #define USB_DDK_FUNCTION_SUPPORT (USB_FUNCTION_ACM | USB_FUNCTION_ECM | USB_FUNCTION_MTP | USB_FUNC…
142 auto ret = g_usbInterface->SetCurrentFunctions(USB_FUNCTION_ECM);156 int32_t funcs = USB_FUNCTION_ACM | USB_FUNCTION_ECM;200 int32_t funcs = USB_FUNCTION_ECM | USB_FUNCTION_HDC;
282 if ((ddkFuns & USB_FUNCTION_ECM) != 0) { in SetFunctionToNone()283 UsbdFunction::SendCmdToService(ECM_SERVICE_NAME, ECM_RELEASE, USB_FUNCTION_ECM); in SetFunctionToNone()506 if ((funcs & USB_FUNCTION_ECM) != 0) { in UsbdInitDDKFunction()512 if (SendCmdToService(ECM_SERVICE_NAME, ECM_INIT, USB_FUNCTION_ECM) != 0) { in UsbdInitDDKFunction()