Lines Matching refs:qmi_hdl
2540 static void ath11k_qmi_msg_mem_request_cb(struct qmi_handle *qmi_hdl, in ath11k_qmi_msg_mem_request_cb() argument
2545 struct ath11k_qmi *qmi = container_of(qmi_hdl, struct ath11k_qmi, handle); in ath11k_qmi_msg_mem_request_cb()
2585 static void ath11k_qmi_msg_mem_ready_cb(struct qmi_handle *qmi_hdl, in ath11k_qmi_msg_mem_ready_cb() argument
2590 struct ath11k_qmi *qmi = container_of(qmi_hdl, struct ath11k_qmi, handle); in ath11k_qmi_msg_mem_ready_cb()
2597 static void ath11k_qmi_msg_fw_ready_cb(struct qmi_handle *qmi_hdl, in ath11k_qmi_msg_fw_ready_cb() argument
2602 struct ath11k_qmi *qmi = container_of(qmi_hdl, struct ath11k_qmi, handle); in ath11k_qmi_msg_fw_ready_cb()
2609 static void ath11k_qmi_msg_cold_boot_cal_done_cb(struct qmi_handle *qmi_hdl, in ath11k_qmi_msg_cold_boot_cal_done_cb() argument
2614 struct ath11k_qmi *qmi = container_of(qmi_hdl, in ath11k_qmi_msg_cold_boot_cal_done_cb()
2655 static int ath11k_qmi_ops_new_server(struct qmi_handle *qmi_hdl, in ath11k_qmi_ops_new_server() argument
2658 struct ath11k_qmi *qmi = container_of(qmi_hdl, struct ath11k_qmi, handle); in ath11k_qmi_ops_new_server()
2667 ret = kernel_connect(qmi_hdl->sock, (struct sockaddr *)sq, in ath11k_qmi_ops_new_server()
2680 static void ath11k_qmi_ops_del_server(struct qmi_handle *qmi_hdl, in ath11k_qmi_ops_del_server() argument
2683 struct ath11k_qmi *qmi = container_of(qmi_hdl, struct ath11k_qmi, handle); in ath11k_qmi_ops_del_server()