Searched refs:USB_DDK_FUNCTION_SUPPORT (Results 1 – 2 of 2) sorted by relevance
185 uint32_t ddkFuns = currentFuncs_ & USB_DDK_FUNCTION_SUPPORT; in SetFunctionToNone()200 UsbdFunction::SendCmdToService(DEV_SERVICE_NAME, FUNCTION_DEL, USB_DDK_FUNCTION_SUPPORT); in SetFunctionToNone()215 uint32_t ddkFuns = static_cast<uint32_t>(funcs) & USB_DDK_FUNCTION_SUPPORT; in SetDDKFunction()362 uint32_t kfuns = static_cast<uint32_t>(funcs) & (~USB_DDK_FUNCTION_SUPPORT); in UsbdSetFunction()389 UsbdFunction::SendCmdToService(DEV_SERVICE_NAME, FUNCTION_DEL, USB_DDK_FUNCTION_SUPPORT); in UsbdSetFunction()
59 #define USB_DDK_FUNCTION_SUPPORT (USB_FUNCTION_ACM | USB_FUNCTION_ECM | USB_FUNCTION_MTP | USB_FUNC… macro