Searched refs:customQctlMsgFunction (Results 1 – 1 of 1) sorted by relevance
37 static PQCQMIMSG ComposeQCTLMsg(USHORT QMICTLType, CUSTOMQCTL customQctlMsgFunction, void *arg) { in ComposeQCTLMsg() argument50 if (customQctlMsgFunction) in ComposeQCTLMsg()51 …pRequest->CTLMsg.QMICTLMsgHdr.Length = cpu_to_le16(customQctlMsgFunction(&pRequest->CTLMsg, arg) -… in ComposeQCTLMsg()