Lines Matching refs:qmi_hdl
3156 static void ath12k_qmi_msg_mem_request_cb(struct qmi_handle *qmi_hdl, in ath12k_qmi_msg_mem_request_cb() argument
3161 struct ath12k_qmi *qmi = container_of(qmi_hdl, struct ath12k_qmi, handle); in ath12k_qmi_msg_mem_request_cb()
3192 static void ath12k_qmi_msg_mem_ready_cb(struct qmi_handle *qmi_hdl, in ath12k_qmi_msg_mem_ready_cb() argument
3197 struct ath12k_qmi *qmi = container_of(qmi_hdl, struct ath12k_qmi, handle); in ath12k_qmi_msg_mem_ready_cb()
3204 static void ath12k_qmi_msg_fw_ready_cb(struct qmi_handle *qmi_hdl, in ath12k_qmi_msg_fw_ready_cb() argument
3209 struct ath12k_qmi *qmi = container_of(qmi_hdl, struct ath12k_qmi, handle); in ath12k_qmi_msg_fw_ready_cb()
3243 static int ath12k_qmi_ops_new_server(struct qmi_handle *qmi_hdl, in ath12k_qmi_ops_new_server() argument
3246 struct ath12k_qmi *qmi = container_of(qmi_hdl, struct ath12k_qmi, handle); in ath12k_qmi_ops_new_server()
3255 ret = kernel_connect(qmi_hdl->sock, (struct sockaddr *)sq, in ath12k_qmi_ops_new_server()
3268 static void ath12k_qmi_ops_del_server(struct qmi_handle *qmi_hdl, in ath12k_qmi_ops_del_server() argument
3271 struct ath12k_qmi *qmi = container_of(qmi_hdl, struct ath12k_qmi, handle); in ath12k_qmi_ops_del_server()