Searched refs:PQCQMIMSG (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/app/forlinx/quectelCM/ |
| H A D | QMIThread.c | 95 static PQCQMIMSG ComposeQMUXMsg(UCHAR QMIType, USHORT Type, CUSTOMQMUX customQmuxMsgFunction, void … in ComposeQMUXMsg() 97 PQCQMIMSG pRequest = (PQCQMIMSG)QMIBuf; in ComposeQMUXMsg() 117 pRequest = (PQCQMIMSG)malloc(Length); in ComposeQMUXMsg() 568 static PQCQMIMSG s_pRequest; 569 static PQCQMIMSG s_pResponse; 571 static int is_response(const PQCQMIMSG pRequest, const PQCQMIMSG pResponse) { in is_response() 587 int (*qmidev_send)(PQCQMIMSG pRequest); 589 int QmiThreadSendQMITimeout(PQCQMIMSG pRequest, PQCQMIMSG *ppResponse, unsigned msecs, const char *… in QmiThreadSendQMITimeout() 628 void QmiThreadRecvQMI(PQCQMIMSG pResponse) { in QmiThreadRecvQMI() 673 PQCQMIMSG pRequest; in requestSetEthMode() [all …]
|
| H A D | QmiWwanCM.c | 37 static PQCQMIMSG ComposeQCTLMsg(USHORT QMICTLType, CUSTOMQCTL customQctlMsgFunction, void *arg) { in ComposeQCTLMsg() 39 PQCQMIMSG pRequest = (PQCQMIMSG)QMIBuf; in ComposeQCTLMsg() 58 pRequest = (PQCQMIMSG)malloc(Length); in ComposeQCTLMsg() 106 PQCQMIMSG pResponse; in libqmi_proxy_open() 125 static int QmiWwanSendQMI(PQCQMIMSG pRequest) { in QmiWwanSendQMI() 165 PQCQMIMSG pResponse; in QmiWwanGetClientID() 203 PQCQMIMSG pResponse; in QmiWwanInit() 400 PQCQMIMSG pResponse = (PQCQMIMSG)cm_recv_buf; in QmiWwanThread()
|
| H A D | QMIThread.h | 77 } __attribute__ ((packed)) QCQMIMSG, *PQCQMIMSG; typedef 141 int (*send)(PQCQMIMSG pRequest); 148 extern int (*qmidev_send)(PQCQMIMSG pRequest); 268 extern int QmiThreadSendQMITimeout(PQCQMIMSG pRequest, PQCQMIMSG *ppResponse, unsigned msecs, const… 270 extern void QmiThreadRecvQMI(PQCQMIMSG pResponse);
|
| H A D | quectel-qmi-proxy.c | 305 } __attribute__ ((packed)) QCQMIMSG, *PQCQMIMSG; typedef 597 static void dump_qmi(PQCQMIMSG pQMI, int fd, const char flag) in dump_qmi() 612 static int send_qmi_to_cdc_wdm(PQCQMIMSG pQMI) { in send_qmi_to_cdc_wdm() 629 static int send_qmi_to_client(PQCQMIMSG pQMI, int clientFd) { in send_qmi_to_client() 646 static void recv_qmi_from_dev(PQCQMIMSG pQMI) { in recv_qmi_from_dev() 709 static int recv_qmi_from_client(PQCQMIMSG pQMI, unsigned size, int clientfd) { in recv_qmi_from_client() 740 PQCQMIMSG pQMI = &_QMI; in qmi_proxy_init() 790 PQCQMIMSG pQMI = (PQCQMIMSG)qmi_buf; in qmi_proxy_loop()
|
| H A D | GobiNetCM.c | 35 static int GobiNetSendQMI(PQCQMIMSG pRequest) { in GobiNetSendQMI() 200 PQCQMIMSG pResponse = (PQCQMIMSG)cm_recv_buf; in GobiNetThread()
|