Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/quectelCM/
H A DMPQMUX.c318 int TLVFind = 0; in dump_tlv() local
324 PQMI_TLV_HDR TLVHdr = GetTLV(pQMUXMsgHdr, 0x1000 + (++TLVFind)); in dump_tlv()
H A DQMIThread.c68 int TLVFind = 0; in GetTLV() local
73 TLVFind++; in GetTLV()
75 if ((TLVFind + 0x1000) == TLVType) in GetTLV()