Home
last modified time | relevance | path

Searched refs:qmi_hdl (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/ath/ath10k/
H A Dqmi.c134 ret = qmi_txn_init(&qmi->qmi_hdl, &txn, in ath10k_qmi_msa_mem_info_send_sync_msg()
139 ret = qmi_send_request(&qmi->qmi_hdl, NULL, &txn, in ath10k_qmi_msa_mem_info_send_sync_msg()
207 ret = qmi_txn_init(&qmi->qmi_hdl, &txn, in ath10k_qmi_msa_ready_send_sync_msg()
212 ret = qmi_send_request(&qmi->qmi_hdl, NULL, &txn, in ath10k_qmi_msa_ready_send_sync_msg()
274 ret = qmi_txn_init(&qmi->qmi_hdl, &txn, in ath10k_qmi_bdf_dnld_send_sync()
280 ret = qmi_send_request(&qmi->qmi_hdl, NULL, &txn, in ath10k_qmi_bdf_dnld_send_sync()
339 ret = qmi_txn_init(&qmi->qmi_hdl, &txn, wlfw_cal_report_resp_msg_v01_ei, in ath10k_qmi_send_cal_report_req()
353 ret = qmi_send_request(&qmi->qmi_hdl, NULL, &txn, in ath10k_qmi_send_cal_report_req()
390 ret = qmi_txn_init(&qmi->qmi_hdl, &txn, in ath10k_qmi_mode_send_sync_msg()
400 ret = qmi_send_request(&qmi->qmi_hdl, NULL, &txn, in ath10k_qmi_mode_send_sync_msg()
[all …]
H A Dqmi.h93 struct qmi_handle qmi_hdl; member
/linux/drivers/net/wireless/ath/ath11k/
H A Dqmi.c3010 static void ath11k_qmi_msg_mem_request_cb(struct qmi_handle *qmi_hdl, in ath11k_qmi_msg_mem_request_cb() argument
3015 struct ath11k_qmi *qmi = container_of(qmi_hdl, struct ath11k_qmi, handle); in ath11k_qmi_msg_mem_request_cb()
3056 static void ath11k_qmi_msg_mem_ready_cb(struct qmi_handle *qmi_hdl, in ath11k_qmi_msg_mem_ready_cb() argument
3061 struct ath11k_qmi *qmi = container_of(qmi_hdl, struct ath11k_qmi, handle); in ath11k_qmi_msg_mem_ready_cb()
3068 static void ath11k_qmi_msg_fw_ready_cb(struct qmi_handle *qmi_hdl, in ath11k_qmi_msg_fw_ready_cb() argument
3073 struct ath11k_qmi *qmi = container_of(qmi_hdl, struct ath11k_qmi, handle); in ath11k_qmi_msg_fw_ready_cb()
3086 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
3091 struct ath11k_qmi *qmi = container_of(qmi_hdl, in ath11k_qmi_msg_cold_boot_cal_done_cb()
3100 static void ath11k_qmi_msg_fw_init_done_cb(struct qmi_handle *qmi_hdl, in ath11k_qmi_msg_fw_init_done_cb() argument
3105 struct ath11k_qmi *qmi = container_of(qmi_hdl, in ath11k_qmi_msg_fw_init_done_cb()
[all …]
/linux/drivers/net/wireless/ath/ath12k/
H A Dqmi.c3156 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
[all …]