Searched refs:USB_FUNCTION_STORAGE (Results 1 – 6 of 6) sorted by relevance
29 #define USB_FUNCTION_STORAGE (1 << 9) macro34 … USB_FUNCTION_RNDIS | USB_FUNCTION_STORAGE | USB_FUNCTION_MANUFACTURE | USB_FUNCTION_ACCESSORY)
32 #define USB_FUNCTION_STORAGE (1 << 9) macro
538 case USB_FUNCTION_STORAGE: in UsbdSetKernelFunction()544 case USB_FUNCTION_STORAGE | USB_FUNCTION_HDC: in UsbdSetKernelFunction()615 funcs != (USB_FUNCTION_HDC + USB_FUNCTION_STORAGE)) { in UsbdUpdateFunction()
66 {HDC_CONFIG_STORAGE, USB_FUNCTION_STORAGE},68 {HDC_CONFIG_STORAGE_HDC, USB_FUNCTION_HDC + USB_FUNCTION_STORAGE},
229 auto ret = g_usbInterface->SetCurrentFunctions(USB_FUNCTION_STORAGE);258 int32_t funcs = USB_FUNCTION_STORAGE | USB_FUNCTION_HDC;
211 … currentFunctions_ = currentFunctions_ == 0 ? USB_FUNCTION_STORAGE : currentFunctions_; in HandleEvent()227 currentFunctions_ = currentFunctions_ == 0 ? USB_FUNCTION_STORAGE : currentFunctions_; in UserChangeProcess()