Searched refs:dump_qmi (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/app/forlinx/quectelCM/ |
| H A D | quectel-qmi-proxy.c | 597 static void dump_qmi(PQCQMIMSG pQMI, int fd, const char flag) in dump_qmi() function 623 dump_qmi(pQMI, cdc_wdm_fd, 'w'); in send_qmi_to_cdc_wdm() 640 dump_qmi(pQMI, clientFd, 'w'); in send_qmi_to_client() 886 dump_qmi(pQMI, fd, 'r'); in qmi_proxy_loop() 905 dump_qmi(pQMI, fd, 'r'); in qmi_proxy_loop()
|
| H A D | QMIThread.h | 276 extern void dump_qmi(void *dataBuffer, int dataLen);
|
| H A D | MPQMUX.c | 413 void dump_qmi(void *dataBuffer, int dataLen) in dump_qmi() function
|
| H A D | QMIThread.c | 600 dump_qmi(pRequest, le16_to_cpu(pRequest->QMIHdr.Length) + 1); in QmiThreadSendQMITimeout() 640 dump_qmi(pResponse, le16_to_cpu(pResponse->QMIHdr.Length) + 1); in QmiThreadRecvQMI()
|