Searched refs:USB_DDK_FUNCTION_SUPPORT (Results 1 - 2 of 2) sorted by relevance
/drivers/peripheral/usb/hdi_service/src/ |
H A D | usbd_function.cpp | 265 uint32_t ddkFuns = currentFuncs_ & USB_DDK_FUNCTION_SUPPORT;
in SetFunctionToNone() 281 UsbdFunction::SendCmdToService(DEV_SERVICE_NAME, FUNCTION_DEL, USB_DDK_FUNCTION_SUPPORT);
in SetFunctionToNone() 301 uint32_t ddkFuns = static_cast<uint32_t>(funcs) & USB_DDK_FUNCTION_SUPPORT;
in SetDDKFunction() 384 UsbdFunction::SendCmdToService(DEV_SERVICE_NAME, FUNCTION_DEL, USB_DDK_FUNCTION_SUPPORT);
in UsbdEnableDevice() 392 UsbdFunction::SendCmdToService(DEV_SERVICE_NAME, FUNCTION_DEL, USB_DDK_FUNCTION_SUPPORT);
in UsbdEnableDevice() 401 UsbdFunction::SendCmdToService(DEV_SERVICE_NAME, FUNCTION_DEL, USB_DDK_FUNCTION_SUPPORT);
in UsbdEnableDevice() 553 uint32_t kfuns = static_cast<uint32_t>(funcs) & (~USB_DDK_FUNCTION_SUPPORT);
in UsbdSetFunction() 585 UsbdFunction::SendCmdToService(DEV_SERVICE_NAME, FUNCTION_DEL, USB_DDK_FUNCTION_SUPPORT);
in UsbdSetFunction()
|
/drivers/peripheral/usb/hdi_service/include/ |
H A D | usbd_function.h | 70 #define USB_DDK_FUNCTION_SUPPORT (USB_FUNCTION_ACM | USB_FUNCTION_ECM | USB_FUNCTION_MTP | USB_FUNCTION_PTP)
macro
|
Completed in 2 milliseconds