Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/quectelCM/
H A DMPQMI.h289 } __attribute__ ((packed)) QMI_TLV_HDR, *PQMI_TLV_HDR; typedef
H A DQMIThread.c72 while (Length >= sizeof(QMI_TLV_HDR)) { in GetTLV()
81 Length -= (le16_to_cpu((pTLVHdr->TLVLength)) + sizeof(QMI_TLV_HDR)); in GetTLV()
82 …LVHdr = (PQMI_TLV_HDR)(((UCHAR *)pTLVHdr) + le16_to_cpu(pTLVHdr->TLVLength) + sizeof(QMI_TLV_HDR)); in GetTLV()