Lines Matching refs:qmi_hdl
2880 static void ath12k_qmi_msg_mem_request_cb(struct qmi_handle *qmi_hdl, in ath12k_qmi_msg_mem_request_cb() argument
2885 struct ath12k_qmi *qmi = container_of(qmi_hdl, struct ath12k_qmi, handle); in ath12k_qmi_msg_mem_request_cb()
2916 static void ath12k_qmi_msg_mem_ready_cb(struct qmi_handle *qmi_hdl, in ath12k_qmi_msg_mem_ready_cb() argument
2921 struct ath12k_qmi *qmi = container_of(qmi_hdl, struct ath12k_qmi, handle); in ath12k_qmi_msg_mem_ready_cb()
2928 static void ath12k_qmi_msg_fw_ready_cb(struct qmi_handle *qmi_hdl, in ath12k_qmi_msg_fw_ready_cb() argument
2933 struct ath12k_qmi *qmi = container_of(qmi_hdl, struct ath12k_qmi, handle); in ath12k_qmi_msg_fw_ready_cb()
2964 static int ath12k_qmi_ops_new_server(struct qmi_handle *qmi_hdl, in ath12k_qmi_ops_new_server() argument
2967 struct ath12k_qmi *qmi = container_of(qmi_hdl, struct ath12k_qmi, handle); in ath12k_qmi_ops_new_server()
2976 ret = kernel_connect(qmi_hdl->sock, (struct sockaddr *)sq, in ath12k_qmi_ops_new_server()
2989 static void ath12k_qmi_ops_del_server(struct qmi_handle *qmi_hdl, in ath12k_qmi_ops_del_server() argument
2992 struct ath12k_qmi *qmi = container_of(qmi_hdl, struct ath12k_qmi, handle); in ath12k_qmi_ops_del_server()