Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/quectelCM/
H A DQmiWwanCM.c37 static PQCQMIMSG ComposeQCTLMsg(USHORT QMICTLType, CUSTOMQCTL customQctlMsgFunction, void *arg) { in ComposeQCTLMsg() argument
50 if (customQctlMsgFunction) in ComposeQCTLMsg()
51 …pRequest->CTLMsg.QMICTLMsgHdr.Length = cpu_to_le16(customQctlMsgFunction(&pRequest->CTLMsg, arg) -… in ComposeQCTLMsg()