Lines Matching refs:qmi_hdl
2435 static void ath11k_qmi_msg_mem_request_cb(struct qmi_handle *qmi_hdl, in ath11k_qmi_msg_mem_request_cb() argument
2440 struct ath11k_qmi *qmi = container_of(qmi_hdl, struct ath11k_qmi, handle); in ath11k_qmi_msg_mem_request_cb()
2480 static void ath11k_qmi_msg_mem_ready_cb(struct qmi_handle *qmi_hdl, in ath11k_qmi_msg_mem_ready_cb() argument
2485 struct ath11k_qmi *qmi = container_of(qmi_hdl, struct ath11k_qmi, handle); in ath11k_qmi_msg_mem_ready_cb()
2492 static void ath11k_qmi_msg_fw_ready_cb(struct qmi_handle *qmi_hdl, in ath11k_qmi_msg_fw_ready_cb() argument
2497 struct ath11k_qmi *qmi = container_of(qmi_hdl, struct ath11k_qmi, handle); in ath11k_qmi_msg_fw_ready_cb()
2543 static int ath11k_qmi_ops_new_server(struct qmi_handle *qmi_hdl, in ath11k_qmi_ops_new_server() argument
2546 struct ath11k_qmi *qmi = container_of(qmi_hdl, struct ath11k_qmi, handle); in ath11k_qmi_ops_new_server()
2555 ret = kernel_connect(qmi_hdl->sock, (struct sockaddr *)sq, in ath11k_qmi_ops_new_server()
2568 static void ath11k_qmi_ops_del_server(struct qmi_handle *qmi_hdl, in ath11k_qmi_ops_del_server() argument
2571 struct ath11k_qmi *qmi = container_of(qmi_hdl, struct ath11k_qmi, handle); in ath11k_qmi_ops_del_server()