Home
last modified time | relevance | path

Searched refs:USB_DDK_FUNCTION_SUPPORT (Results 1 – 2 of 2) sorted by relevance

/drivers/peripheral/usb/hdi_service/src/
Dusbd_function.cpp185 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()
/drivers/peripheral/usb/hdi_service/include/
Dusbd_function.h59 #define USB_DDK_FUNCTION_SUPPORT (USB_FUNCTION_ACM | USB_FUNCTION_ECM | USB_FUNCTION_MTP | USB_FUNC… macro