Searched refs:qmi_txn (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/compat/linuxkpi/common/include/linux/soc/qcom/ |
H A D | qmi.h | 77 struct qmi_txn { struct 90 void (*fn)(struct qmi_handle *, struct sockaddr_qrtr *, struct qmi_txn *, const void *); 141 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()
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | qmi.c | 126 struct qmi_txn txn; in ath10k_qmi_msa_mem_info_send_sync_msg() 203 struct qmi_txn txn; in ath10k_qmi_msa_ready_send_sync_msg() 243 struct qmi_txn txn; in ath10k_qmi_bdf_dnld_send_sync() 329 struct qmi_txn txn; in ath10k_qmi_send_cal_report_req() 386 struct qmi_txn txn; in ath10k_qmi_mode_send_sync_msg() 435 struct qmi_txn txn; in ath10k_qmi_cfg_send_sync_msg() 577 struct qmi_txn txn; in ath10k_qmi_cap_send_sync_msg() 659 struct qmi_txn txn; in ath10k_qmi_host_cap_send_sync() 710 struct qmi_txn txn; in ath10k_qmi_set_fw_log_mode() 756 struct qmi_txn txn; in ath10k_qmi_ind_register_send_sync_msg() [all …]
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | qmi.c | 1725 struct qmi_txn txn; in ath11k_qmi_host_cap_send() 1809 struct qmi_txn txn; in ath11k_qmi_fw_ind_register_send() 1887 struct qmi_txn txn; in ath11k_qmi_respond_fw_mem_request() 2140 struct qmi_txn txn; in ath11k_qmi_request_device_info() 2219 struct qmi_txn txn; in ath11k_qmi_request_target_cap() 2320 struct qmi_txn txn; in ath11k_qmi_load_file_target_mem() 2588 struct qmi_txn txn; in ath11k_qmi_wlanfw_m3_info_send() 2647 struct qmi_txn txn; in ath11k_qmi_wlanfw_mode_send() 2708 struct qmi_txn txn; in ath11k_qmi_wlanfw_wlan_cfg_send() 2801 struct qmi_txn txn; in ath11k_qmi_wlanfw_wlan_ini_send() [all …]
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | qmi.c | 1932 struct qmi_txn txn = {}; in ath12k_qmi_host_cap_send() 2012 struct qmi_txn txn; in ath12k_qmi_fw_ind_register_send() 2080 struct qmi_txn txn = {}; in ath12k_qmi_respond_fw_mem_request() 2221 struct qmi_txn txn = {}; in ath12k_qmi_request_target_cap() 2323 struct qmi_txn txn = {}; in ath12k_qmi_load_file_target_mem() 2559 struct qmi_txn txn = {}; in ath12k_qmi_wlanfw_m3_info_send() 2610 struct qmi_txn txn = {}; in ath12k_qmi_wlanfw_mode_send() 2668 struct qmi_txn txn = {}; in ath12k_qmi_wlanfw_wlan_cfg_send() 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 …]
|