Searched refs:qmi_hdl (Results 1 - 4 of 4) sorted by last modified time

/linux-master/drivers/net/wireless/ath/ath12k/
H A Dqmi.c3156 static void ath12k_qmi_msg_mem_request_cb(struct qmi_handle *qmi_hdl, argument
3161 struct ath12k_qmi *qmi = container_of(qmi_hdl, struct ath12k_qmi, handle);
3192 static void ath12k_qmi_msg_mem_ready_cb(struct qmi_handle *qmi_hdl, argument
3197 struct ath12k_qmi *qmi = container_of(qmi_hdl, struct ath12k_qmi, handle);
3204 static void ath12k_qmi_msg_fw_ready_cb(struct qmi_handle *qmi_hdl, argument
3209 struct ath12k_qmi *qmi = container_of(qmi_hdl, struct ath12k_qmi, handle);
3243 static int ath12k_qmi_ops_new_server(struct qmi_handle *qmi_hdl, argument
3246 struct ath12k_qmi *qmi = container_of(qmi_hdl, struct ath12k_qmi, handle);
3255 ret = kernel_connect(qmi_hdl->sock, (struct sockaddr *)sq,
3268 static void ath12k_qmi_ops_del_server(struct qmi_handle *qmi_hdl, argument
[all...]
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dqmi.c3010 static void ath11k_qmi_msg_mem_request_cb(struct qmi_handle *qmi_hdl, argument
3015 struct ath11k_qmi *qmi = container_of(qmi_hdl, struct ath11k_qmi, handle);
3056 static void ath11k_qmi_msg_mem_ready_cb(struct qmi_handle *qmi_hdl, argument
3061 struct ath11k_qmi *qmi = container_of(qmi_hdl, struct ath11k_qmi, handle);
3068 static void ath11k_qmi_msg_fw_ready_cb(struct qmi_handle *qmi_hdl, argument
3073 struct ath11k_qmi *qmi = container_of(qmi_hdl, struct ath11k_qmi, handle);
3086 static void ath11k_qmi_msg_cold_boot_cal_done_cb(struct qmi_handle *qmi_hdl, argument
3091 struct ath11k_qmi *qmi = container_of(qmi_hdl,
3100 static void ath11k_qmi_msg_fw_init_done_cb(struct qmi_handle *qmi_hdl, argument
3105 struct ath11k_qmi *qmi = container_of(qmi_hdl,
3156 ath11k_qmi_ops_new_server(struct qmi_handle *qmi_hdl, struct qmi_service *service) argument
3181 ath11k_qmi_ops_del_server(struct qmi_handle *qmi_hdl, struct qmi_service *service) argument
[all...]
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dqmi.c134 ret = qmi_txn_init(&qmi->qmi_hdl, &txn,
139 ret = qmi_send_request(&qmi->qmi_hdl, NULL, &txn,
207 ret = qmi_txn_init(&qmi->qmi_hdl, &txn,
212 ret = qmi_send_request(&qmi->qmi_hdl, NULL, &txn,
274 ret = qmi_txn_init(&qmi->qmi_hdl, &txn,
280 ret = qmi_send_request(&qmi->qmi_hdl, NULL, &txn,
339 ret = qmi_txn_init(&qmi->qmi_hdl, &txn, wlfw_cal_report_resp_msg_v01_ei,
353 ret = qmi_send_request(&qmi->qmi_hdl, NULL, &txn,
390 ret = qmi_txn_init(&qmi->qmi_hdl, &txn,
400 ret = qmi_send_request(&qmi->qmi_hdl, NUL
939 ath10k_qmi_fw_ready_ind(struct qmi_handle *qmi_hdl, struct sockaddr_qrtr *sq, struct qmi_txn *txn, const void *data) argument
948 ath10k_qmi_msa_ready_ind(struct qmi_handle *qmi_hdl, struct sockaddr_qrtr *sq, struct qmi_txn *txn, const void *data) argument
975 ath10k_qmi_new_server(struct qmi_handle *qmi_hdl, struct qmi_service *service) argument
1002 ath10k_qmi_del_server(struct qmi_handle *qmi_hdl, struct qmi_service *service) argument
[all...]
H A Dqmi.h93 struct qmi_handle qmi_hdl; member in struct:ath10k_qmi

Completed in 383 milliseconds