Home
last modified time | relevance | path

Searched defs:txn (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dqmi.c126 struct qmi_txn txn; in ath10k_qmi_msa_mem_info_send_sync_msg() local
203 struct qmi_txn txn; in ath10k_qmi_msa_ready_send_sync_msg() local
243 struct qmi_txn txn; in ath10k_qmi_bdf_dnld_send_sync() local
329 struct qmi_txn txn; in ath10k_qmi_send_cal_report_req() local
386 struct qmi_txn txn; in ath10k_qmi_mode_send_sync_msg() local
435 struct qmi_txn txn; in ath10k_qmi_cfg_send_sync_msg() local
577 struct qmi_txn txn; in ath10k_qmi_cap_send_sync_msg() local
659 struct qmi_txn txn; in ath10k_qmi_host_cap_send_sync() local
710 struct qmi_txn txn; in ath10k_qmi_set_fw_log_mode() local
756 struct qmi_txn txn; in ath10k_qmi_ind_register_send_sync_msg() local
[all …]
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dqmi.c1725 struct qmi_txn txn; in ath11k_qmi_host_cap_send() local
1809 struct qmi_txn txn; in ath11k_qmi_fw_ind_register_send() local
1887 struct qmi_txn txn; in ath11k_qmi_respond_fw_mem_request() local
2140 struct qmi_txn txn; in ath11k_qmi_request_device_info() local
2219 struct qmi_txn txn; in ath11k_qmi_request_target_cap() local
2320 struct qmi_txn txn; in ath11k_qmi_load_file_target_mem() local
2588 struct qmi_txn txn; in ath11k_qmi_wlanfw_m3_info_send() local
2647 struct qmi_txn txn; in ath11k_qmi_wlanfw_mode_send() local
2708 struct qmi_txn txn; in ath11k_qmi_wlanfw_wlan_cfg_send() local
2801 struct qmi_txn txn; in ath11k_qmi_wlanfw_wlan_ini_send() local
[all …]
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dqmi.c1932 struct qmi_txn txn = {}; in ath12k_qmi_host_cap_send() local
2012 struct qmi_txn txn; in ath12k_qmi_fw_ind_register_send() local
2080 struct qmi_txn txn = {}; in ath12k_qmi_respond_fw_mem_request() local
2221 struct qmi_txn txn = {}; in ath12k_qmi_request_target_cap() local
2323 struct qmi_txn txn = {}; in ath12k_qmi_load_file_target_mem() local
2559 struct qmi_txn txn = {}; in ath12k_qmi_wlanfw_m3_info_send() local
2610 struct qmi_txn txn = {}; in ath12k_qmi_wlanfw_mode_send() local
2668 struct qmi_txn txn = {}; in ath12k_qmi_wlanfw_wlan_cfg_send() local
2882 struct qmi_txn *txn, in ath12k_qmi_msg_mem_request_cb()
2918 struct qmi_txn *txn, in ath12k_qmi_msg_mem_ready_cb()
[all …]
/freebsd/sys/compat/linuxkpi/common/include/linux/soc/qcom/
H A Dqmi.h141 qmi_send_request(struct qmi_handle *handle, void *x, struct qmi_txn *txn, in qmi_send_request()
150 qmi_txn_cancel(struct qmi_txn *txn) in qmi_txn_cancel()
157 qmi_txn_init(struct qmi_handle *handle, struct qmi_txn *txn, in qmi_txn_init()
166 qmi_txn_wait(struct qmi_txn *txn, uint64_t jiffies) in qmi_txn_wait()