Searched refs:qmi_hdl (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/drivers/net/wireless/ath/ath10k/ |
D | qmi.c | 133 ret = qmi_txn_init(&qmi->qmi_hdl, &txn, in ath10k_qmi_msa_mem_info_send_sync_msg() 138 ret = qmi_send_request(&qmi->qmi_hdl, NULL, &txn, in ath10k_qmi_msa_mem_info_send_sync_msg() 206 ret = qmi_txn_init(&qmi->qmi_hdl, &txn, in ath10k_qmi_msa_ready_send_sync_msg() 211 ret = qmi_send_request(&qmi->qmi_hdl, NULL, &txn, in ath10k_qmi_msa_ready_send_sync_msg() 273 ret = qmi_txn_init(&qmi->qmi_hdl, &txn, in ath10k_qmi_bdf_dnld_send_sync() 279 ret = qmi_send_request(&qmi->qmi_hdl, NULL, &txn, in ath10k_qmi_bdf_dnld_send_sync() 338 ret = qmi_txn_init(&qmi->qmi_hdl, &txn, wlfw_cal_report_resp_msg_v01_ei, in ath10k_qmi_send_cal_report_req() 352 ret = qmi_send_request(&qmi->qmi_hdl, NULL, &txn, in ath10k_qmi_send_cal_report_req() 389 ret = qmi_txn_init(&qmi->qmi_hdl, &txn, in ath10k_qmi_mode_send_sync_msg() 399 ret = qmi_send_request(&qmi->qmi_hdl, NULL, &txn, in ath10k_qmi_mode_send_sync_msg() [all …]
|
D | qmi.h | 93 struct qmi_handle qmi_hdl; member
|
/Linux-v6.6/drivers/net/wireless/ath/ath11k/ |
D | qmi.c | 2992 static void ath11k_qmi_msg_mem_request_cb(struct qmi_handle *qmi_hdl, in ath11k_qmi_msg_mem_request_cb() argument 2997 struct ath11k_qmi *qmi = container_of(qmi_hdl, struct ath11k_qmi, handle); in ath11k_qmi_msg_mem_request_cb() 3038 static void ath11k_qmi_msg_mem_ready_cb(struct qmi_handle *qmi_hdl, in ath11k_qmi_msg_mem_ready_cb() argument 3043 struct ath11k_qmi *qmi = container_of(qmi_hdl, struct ath11k_qmi, handle); in ath11k_qmi_msg_mem_ready_cb() 3050 static void ath11k_qmi_msg_fw_ready_cb(struct qmi_handle *qmi_hdl, in ath11k_qmi_msg_fw_ready_cb() argument 3055 struct ath11k_qmi *qmi = container_of(qmi_hdl, struct ath11k_qmi, handle); in ath11k_qmi_msg_fw_ready_cb() 3068 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 3073 struct ath11k_qmi *qmi = container_of(qmi_hdl, in ath11k_qmi_msg_cold_boot_cal_done_cb() 3082 static void ath11k_qmi_msg_fw_init_done_cb(struct qmi_handle *qmi_hdl, in ath11k_qmi_msg_fw_init_done_cb() argument 3087 struct ath11k_qmi *qmi = container_of(qmi_hdl, in ath11k_qmi_msg_fw_init_done_cb() [all …]
|
/Linux-v6.6/drivers/net/wireless/ath/ath12k/ |
D | qmi.c | 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 [all …]
|