Searched refs:pVerString (Results 1 – 4 of 4) sorted by relevance
285 void UsbGetVerStringPort4(U8 *pVerString) in UsbGetVerStringPort4() argument288 memcpy(pVerString, &USB_VBuf_Port4[0], sizeof(USB_VBuf_Port4)); in UsbGetVerStringPort4()
285 void UsbGetVerStringPort3(U8 *pVerString) in UsbGetVerStringPort3() argument288 memcpy(pVerString, &USB_VBuf_Port3[0], sizeof(USB_VBuf_Port3)); in UsbGetVerStringPort3()
285 void UsbGetVerStringPort2(U8 *pVerString) in UsbGetVerStringPort2() argument288 memcpy(pVerString, &USB_VBuf_Port2[0], sizeof(USB_VBuf_Port2)); in UsbGetVerStringPort2()
337 void UsbGetVerString(U8 *pVerString) in UsbGetVerString() argument341 memcpy(pVerString, &USB_VBuf[0], sizeof(USB_VBuf)); in UsbGetVerString()