Searched refs:qmi_hdl (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | qmi.c | 3021 static void ath11k_qmi_msg_mem_request_cb(struct qmi_handle *qmi_hdl, 3026 struct ath11k_qmi *qmi = container_of(qmi_hdl, struct ath11k_qmi, handle); in ath11k_qmi_msg_mem_request_cb() 3067 static void ath11k_qmi_msg_mem_ready_cb(struct qmi_handle *qmi_hdl, 3072 struct ath11k_qmi *qmi = container_of(qmi_hdl, struct ath11k_qmi, handle); in ath11k_qmi_msg_mem_ready_cb() 3079 static void ath11k_qmi_msg_fw_ready_cb(struct qmi_handle *qmi_hdl, 3084 struct ath11k_qmi *qmi = container_of(qmi_hdl, struct ath11k_qmi, handle); in ath11k_qmi_msg_fw_ready_cb() 3097 static void ath11k_qmi_msg_cold_boot_cal_done_cb(struct qmi_handle *qmi_hdl, 3102 struct ath11k_qmi *qmi = container_of(qmi_hdl, in ath11k_qmi_msg_cold_boot_cal_done_cb() 3111 static void ath11k_qmi_msg_fw_init_done_cb(struct qmi_handle *qmi_hdl, 3116 struct ath11k_qmi *qmi = container_of(qmi_hdl, in ath11k_qmi_msg_fw_init_done_cb() 3022 ath11k_qmi_msg_mem_request_cb(struct qmi_handle * qmi_hdl,struct sockaddr_qrtr * sq,struct qmi_txn * txn,const void * data) ath11k_qmi_msg_mem_request_cb() argument 3068 ath11k_qmi_msg_mem_ready_cb(struct qmi_handle * qmi_hdl,struct sockaddr_qrtr * sq,struct qmi_txn * txn,const void * decoded) ath11k_qmi_msg_mem_ready_cb() argument 3080 ath11k_qmi_msg_fw_ready_cb(struct qmi_handle * qmi_hdl,struct sockaddr_qrtr * sq,struct qmi_txn * txn,const void * decoded) ath11k_qmi_msg_fw_ready_cb() argument 3098 ath11k_qmi_msg_cold_boot_cal_done_cb(struct qmi_handle * qmi_hdl,struct sockaddr_qrtr * sq,struct qmi_txn * txn,const void * decoded) ath11k_qmi_msg_cold_boot_cal_done_cb() argument 3112 ath11k_qmi_msg_fw_init_done_cb(struct qmi_handle * qmi_hdl,struct sockaddr_qrtr * sq,struct qmi_txn * txn,const void * decoded) ath11k_qmi_msg_fw_init_done_cb() argument 3168 ath11k_qmi_ops_new_server(struct qmi_handle * qmi_hdl,struct qmi_service * service) ath11k_qmi_ops_new_server() argument 3193 ath11k_qmi_ops_del_server(struct qmi_handle * qmi_hdl,struct qmi_service * service) ath11k_qmi_ops_del_server() argument [all...] |
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | qmi.h | 93 struct qmi_handle qmi_hdl; member
|