Searched refs:g_mtpExtConfigDesc (Results 1 – 1 of 1) sorted by relevance
62 } g_mtpExtConfigDesc = { variable64 .dwLength = CPU_TO_LE32(sizeof(g_mtpExtConfigDesc)),535 … responseBytes = (wLength < sizeof(g_mtpExtConfigDesc)) ? wLength : sizeof(g_mtpExtConfigDesc); in UsbMtpDeviceVendorRequest()536 if (memcpy_s(req->buf, responseBytes, &g_mtpExtConfigDesc, responseBytes) != EOK) { in UsbMtpDeviceVendorRequest()