Searched refs:USB_FUNCTION_PTP (Results 1 – 5 of 5) sorted by relevance
27 #define USB_FUNCTION_PTP (1 << 4) macro33 … (USB_FUNCTION_ACM | USB_FUNCTION_ECM | USB_FUNCTION_HDC | USB_FUNCTION_MTP | USB_FUNCTION_PTP | \66 …SB_DDK_FUNCTION_SUPPORT (USB_FUNCTION_ACM | USB_FUNCTION_ECM | USB_FUNCTION_MTP | USB_FUNCTION_PTP)
208 … if ((currentFunctions_ & USB_FUNCTION_MTP) != 0 || (currentFunctions_ & USB_FUNCTION_PTP) != 0) { in HandleEvent()209 currentFunctions_ = currentFunctions_ & (~USB_FUNCTION_MTP) & (~USB_FUNCTION_PTP); in HandleEvent()225 … if ((currentFunctions_ & USB_FUNCTION_MTP) != 0 || (currentFunctions_ & USB_FUNCTION_PTP) != 0) { in UserChangeProcess()226 currentFunctions_ = currentFunctions_ & (~USB_FUNCTION_MTP) & (~USB_FUNCTION_PTP); in UserChangeProcess()
288 int32_t funcs = USB_FUNCTION_PTP;318 int32_t funcs = USB_FUNCTION_PTP | USB_FUNCTION_HDC;348 int32_t funcs = USB_FUNCTION_PTP | USB_FUNCTION_RNDIS;
31 #define USB_FUNCTION_PTP (1 << 4) macro
286 if ((ddkFuns & USB_FUNCTION_MTP) != 0 || (ddkFuns & USB_FUNCTION_PTP) != 0) { in SetFunctionToNone()519 if ((funcs & USB_FUNCTION_MTP) != 0 || (funcs & USB_FUNCTION_PTP) != 0) { in UsbdInitDDKFunction()