Lines Matching refs:qmi_hdl

134 	ret = qmi_txn_init(&qmi->qmi_hdl, &txn,
139 ret = qmi_send_request(&qmi->qmi_hdl, NULL, &txn,
207 ret = qmi_txn_init(&qmi->qmi_hdl, &txn,
212 ret = qmi_send_request(&qmi->qmi_hdl, NULL, &txn,
274 ret = qmi_txn_init(&qmi->qmi_hdl, &txn,
280 ret = qmi_send_request(&qmi->qmi_hdl, NULL, &txn,
339 ret = qmi_txn_init(&qmi->qmi_hdl, &txn, wlfw_cal_report_resp_msg_v01_ei,
353 ret = qmi_send_request(&qmi->qmi_hdl, NULL, &txn,
390 ret = qmi_txn_init(&qmi->qmi_hdl, &txn,
400 ret = qmi_send_request(&qmi->qmi_hdl, NULL, &txn,
444 ret = qmi_txn_init(&qmi->qmi_hdl, &txn,
486 ret = qmi_send_request(&qmi->qmi_hdl, NULL, &txn,
585 ret = qmi_txn_init(&qmi->qmi_hdl, &txn, wlfw_cap_resp_msg_v01_ei, resp);
589 ret = qmi_send_request(&qmi->qmi_hdl, NULL, &txn,
666 ret = qmi_txn_init(&qmi->qmi_hdl, &txn, wlfw_host_cap_resp_msg_v01_ei,
676 ret = qmi_send_request(&qmi->qmi_hdl, NULL, &txn,
717 ret = qmi_txn_init(&qmi->qmi_hdl, &txn, wlfw_ini_resp_msg_v01_ei,
722 ret = qmi_send_request(&qmi->qmi_hdl, NULL, &txn,
772 ret = qmi_txn_init(&qmi->qmi_hdl, &txn,
777 ret = qmi_send_request(&qmi->qmi_hdl, NULL, &txn,
939 static void ath10k_qmi_fw_ready_ind(struct qmi_handle *qmi_hdl,
943 struct ath10k_qmi *qmi = container_of(qmi_hdl, struct ath10k_qmi, qmi_hdl);
948 static void ath10k_qmi_msa_ready_ind(struct qmi_handle *qmi_hdl,
952 struct ath10k_qmi *qmi = container_of(qmi_hdl, struct ath10k_qmi, qmi_hdl);
975 static int ath10k_qmi_new_server(struct qmi_handle *qmi_hdl,
978 struct ath10k_qmi *qmi = container_of(qmi_hdl, struct ath10k_qmi, qmi_hdl);
989 ret = kernel_connect(qmi_hdl->sock, (struct sockaddr *)&qmi->sq,
1002 static void ath10k_qmi_del_server(struct qmi_handle *qmi_hdl,
1006 container_of(qmi_hdl, struct ath10k_qmi, qmi_hdl);
1091 ret = qmi_handle_init(&qmi->qmi_hdl,
1108 ret = qmi_add_lookup(&qmi->qmi_hdl, WLFW_SERVICE_ID_V01,
1120 qmi_handle_release(&qmi->qmi_hdl);
1133 qmi_handle_release(&qmi->qmi_hdl);