Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath11k/
H A Dqmi.c3021 static void ath11k_qmi_msg_mem_request_cb(struct qmi_handle *qmi_hdl, in ath11k_qmi_msg_mem_request_cb() argument
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, in ath11k_qmi_msg_mem_ready_cb() argument
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, in ath11k_qmi_msg_fw_ready_cb() argument
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, in ath11k_qmi_msg_cold_boot_cal_done_cb() argument
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, in ath11k_qmi_msg_fw_init_done_cb() argument
3116 struct ath11k_qmi *qmi = container_of(qmi_hdl, in ath11k_qmi_msg_fw_init_done_cb()
[all …]
/linux/drivers/net/wireless/ath/ath10k/
H A Dqmi.h93 struct qmi_handle qmi_hdl; member
/linux/drivers/net/wireless/ath/ath12k/
H A Dqmi.c3841 static void ath12k_qmi_msg_mem_request_cb(struct qmi_handle *qmi_hdl, in ath12k_qmi_msg_mem_request_cb() argument
3846 struct ath12k_qmi *qmi = container_of(qmi_hdl, struct ath12k_qmi, handle); in ath12k_qmi_msg_mem_request_cb()
3886 static void ath12k_qmi_msg_mem_ready_cb(struct qmi_handle *qmi_hdl, in ath12k_qmi_msg_mem_ready_cb() argument
3891 struct ath12k_qmi *qmi = container_of(qmi_hdl, struct ath12k_qmi, handle); in ath12k_qmi_msg_mem_ready_cb()
3898 static void ath12k_qmi_msg_fw_ready_cb(struct qmi_handle *qmi_hdl, in ath12k_qmi_msg_fw_ready_cb() argument
3903 struct ath12k_qmi *qmi = container_of(qmi_hdl, struct ath12k_qmi, handle); in ath12k_qmi_msg_fw_ready_cb()
3937 static int ath12k_qmi_ops_new_server(struct qmi_handle *qmi_hdl, in ath12k_qmi_ops_new_server() argument
3940 struct ath12k_qmi *qmi = container_of(qmi_hdl, struct ath12k_qmi, handle); in ath12k_qmi_ops_new_server()
3949 ret = kernel_connect(qmi_hdl->sock, (struct sockaddr_unsized *)sq, in ath12k_qmi_ops_new_server()
3962 static void ath12k_qmi_ops_del_server(struct qmi_handle *qmi_hdl, in ath12k_qmi_ops_del_server() argument
[all …]