Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/quectelCM/
H A DQmiWwanCM.c96 QCTLMsg->LibQmiProxyOpenReq.TLVType = 0x01; in CtlLibQmiProxyOpenReq()
97 QCTLMsg->LibQmiProxyOpenReq.TLVLength = cpu_to_le16(strlen(device_path)); in CtlLibQmiProxyOpenReq()
100 memcpy(QCTLMsg->LibQmiProxyOpenReq.device_path, device_path, strlen(device_path)); in CtlLibQmiProxyOpenReq()
H A DMPQCTL.h385 QMICTL_LIBQMI_PROXY_OPEN_MSG LibQmiProxyOpenReq; member