Searched refs:USB_FUNCTION_PTP (Results 1 – 3 of 3) sorted by relevance
27 #define USB_FUNCTION_PTP (1 << 4) macro31 … (USB_FUNCTION_ACM | USB_FUNCTION_ECM | USB_FUNCTION_HDC | USB_FUNCTION_MTP | USB_FUNCTION_PTP | \59 …SB_DDK_FUNCTION_SUPPORT (USB_FUNCTION_ACM | USB_FUNCTION_ECM | USB_FUNCTION_MTP | USB_FUNCTION_PTP)
282 int32_t funcs = USB_FUNCTION_PTP;312 int32_t funcs = USB_FUNCTION_PTP | USB_FUNCTION_HDC;342 int32_t funcs = USB_FUNCTION_PTP | USB_FUNCTION_RNDIS;
195 if ((ddkFuns & USB_FUNCTION_MTP) != 0 || (ddkFuns & USB_FUNCTION_PTP) != 0) { in SetFunctionToNone()320 if ((funcs & USB_FUNCTION_MTP) != 0 || (funcs & USB_FUNCTION_PTP) != 0) { in UsbdInitDDKFunction()