Home
last modified time | relevance | path

Searched refs:cpyCount (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/usb/GobiNet/
H A DQMI.c380 u16 cpyCount; in GetTLV() local
399 for (cpyCount = 0; cpyCount < tlvSize; cpyCount++) in GetTLV()
401 *((char*)(pOutDataBuf + cpyCount)) = *((char*)(pQMIMessage + pos + 3 + cpyCount)); in GetTLV()