Lines Matching refs:qmi_hdl
2856 static void ath12k_qmi_msg_mem_request_cb(struct qmi_handle *qmi_hdl, in ath12k_qmi_msg_mem_request_cb() argument
2861 struct ath12k_qmi *qmi = container_of(qmi_hdl, struct ath12k_qmi, handle); in ath12k_qmi_msg_mem_request_cb()
2892 static void ath12k_qmi_msg_mem_ready_cb(struct qmi_handle *qmi_hdl, in ath12k_qmi_msg_mem_ready_cb() argument
2897 struct ath12k_qmi *qmi = container_of(qmi_hdl, struct ath12k_qmi, handle); in ath12k_qmi_msg_mem_ready_cb()
2904 static void ath12k_qmi_msg_fw_ready_cb(struct qmi_handle *qmi_hdl, in ath12k_qmi_msg_fw_ready_cb() argument
2909 struct ath12k_qmi *qmi = container_of(qmi_hdl, struct ath12k_qmi, handle); in ath12k_qmi_msg_fw_ready_cb()
2940 static int ath12k_qmi_ops_new_server(struct qmi_handle *qmi_hdl, in ath12k_qmi_ops_new_server() argument
2943 struct ath12k_qmi *qmi = container_of(qmi_hdl, struct ath12k_qmi, handle); in ath12k_qmi_ops_new_server()
2952 ret = kernel_connect(qmi_hdl->sock, (struct sockaddr *)sq, in ath12k_qmi_ops_new_server()
2965 static void ath12k_qmi_ops_del_server(struct qmi_handle *qmi_hdl, in ath12k_qmi_ops_del_server() argument
2968 struct ath12k_qmi *qmi = container_of(qmi_hdl, struct ath12k_qmi, handle); in ath12k_qmi_ops_del_server()