Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/quectelCM/
H A DMPQMUX.c23 PQMI_TLV_HDR GetTLV (PQCQMUX_MSG_HDR pQMUXMsgHdr, int TLVType);
317 void dump_tlv(PQCQMUX_MSG_HDR pQMUXMsgHdr) { in dump_tlv() argument
324 PQMI_TLV_HDR TLVHdr = GetTLV(pQMUXMsgHdr, 0x1000 + (++TLVFind)); in dump_tlv()
H A DQMIThread.c67 PQMI_TLV_HDR GetTLV (PQCQMUX_MSG_HDR pQMUXMsgHdr, int TLVType) { in GetTLV() argument
69 USHORT Length = le16_to_cpu(pQMUXMsgHdr->Length); in GetTLV()
70 PQMI_TLV_HDR pTLVHdr = (PQMI_TLV_HDR)(pQMUXMsgHdr + 1); in GetTLV()