Searched refs:ComposeQCTLMsg (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/app/forlinx/quectelCM/ |
| H A D | QmiWwanCM.c | 37 static PQCQMIMSG ComposeQCTLMsg(USHORT QMICTLType, CUSTOMQCTL customQctlMsgFunction, void *arg) { in ComposeQCTLMsg() function 108 ret = QmiThreadSendQMI(ComposeQCTLMsg(QMI_MESSAGE_CTL_INTERNAL_PROXY_OPEN, in libqmi_proxy_open() 167 …QmiThreadSendQMI(ComposeQCTLMsg(QMICTL_GET_CLIENT_ID_REQ, CtlGetClientIdReq, &QMIType), &pResponse… in QmiWwanGetClientID() 196 … QmiThreadSendQMI(ComposeQCTLMsg(QMICTL_RELEASE_CLIENT_ID_REQ, CtlReleaseClientIdReq, argv), NULL); in QmiWwanReleaseClientID() 213 …ret = QmiThreadSendQMITimeout(ComposeQCTLMsg(QMICTL_SYNC_REQ, NULL, NULL), NULL, 1 * 1000, __func_… in QmiWwanInit() 222 QmiThreadSendQMI(ComposeQCTLMsg(QMICTL_GET_VERSION_REQ, CtlGetVersionReq, NULL), &pResponse); in QmiWwanInit()
|