Lines Matching refs:ar
4870 int ath10k_wmi_attach(struct ath10k *ar);
4871 void ath10k_wmi_detach(struct ath10k *ar);
4872 int ath10k_wmi_wait_for_service_ready(struct ath10k *ar);
4873 int ath10k_wmi_wait_for_unified_ready(struct ath10k *ar);
4875 struct sk_buff *ath10k_wmi_alloc_skb(struct ath10k *ar, u32 len);
4876 int ath10k_wmi_connect(struct ath10k *ar);
4878 struct sk_buff *ath10k_wmi_alloc_skb(struct ath10k *ar, u32 len);
4879 int ath10k_wmi_cmd_send(struct ath10k *ar, struct sk_buff *skb, u32 cmd_id);
4880 int ath10k_wmi_cmd_send_nowait(struct ath10k *ar, struct sk_buff *skb,
4882 void ath10k_wmi_start_scan_init(struct ath10k *ar, struct wmi_start_scan_arg *);
4894 void ath10k_wmi_put_host_mem_chunks(struct ath10k *ar,
4904 int ath10k_wmi_event_scan(struct ath10k *ar, struct sk_buff *skb);
4905 int ath10k_wmi_event_mgmt_rx(struct ath10k *ar, struct sk_buff *skb);
4906 void ath10k_wmi_event_chan_info(struct ath10k *ar, struct sk_buff *skb);
4907 void ath10k_wmi_event_echo(struct ath10k *ar, struct sk_buff *skb);
4908 int ath10k_wmi_event_debug_mesg(struct ath10k *ar, struct sk_buff *skb);
4909 void ath10k_wmi_event_update_stats(struct ath10k *ar, struct sk_buff *skb);
4910 void ath10k_wmi_event_vdev_start_resp(struct ath10k *ar, struct sk_buff *skb);
4911 void ath10k_wmi_event_vdev_stopped(struct ath10k *ar, struct sk_buff *skb);
4912 void ath10k_wmi_event_peer_sta_kickout(struct ath10k *ar, struct sk_buff *skb);
4913 void ath10k_wmi_event_host_swba(struct ath10k *ar, struct sk_buff *skb);
4914 void ath10k_wmi_event_tbttoffset_update(struct ath10k *ar, struct sk_buff *skb);
4915 void ath10k_wmi_event_dfs(struct ath10k *ar,
4917 void ath10k_wmi_event_spectral_scan(struct ath10k *ar,
4920 void ath10k_wmi_event_phyerr(struct ath10k *ar, struct sk_buff *skb);
4921 void ath10k_wmi_event_roam(struct ath10k *ar, struct sk_buff *skb);
4922 void ath10k_wmi_event_profile_match(struct ath10k *ar, struct sk_buff *skb);
4923 void ath10k_wmi_event_debug_print(struct ath10k *ar, struct sk_buff *skb);
4924 void ath10k_wmi_event_pdev_qvit(struct ath10k *ar, struct sk_buff *skb);
4925 void ath10k_wmi_event_wlan_profile_data(struct ath10k *ar, struct sk_buff *skb);
4926 void ath10k_wmi_event_rtt_measurement_report(struct ath10k *ar,
4928 void ath10k_wmi_event_tsf_measurement_report(struct ath10k *ar,
4930 void ath10k_wmi_event_rtt_error_report(struct ath10k *ar, struct sk_buff *skb);
4931 void ath10k_wmi_event_wow_wakeup_host(struct ath10k *ar, struct sk_buff *skb);
4932 void ath10k_wmi_event_dcs_interference(struct ath10k *ar, struct sk_buff *skb);
4933 void ath10k_wmi_event_pdev_tpc_config(struct ath10k *ar, struct sk_buff *skb);
4934 void ath10k_wmi_event_pdev_ftm_intg(struct ath10k *ar, struct sk_buff *skb);
4935 void ath10k_wmi_event_gtk_offload_status(struct ath10k *ar,
4937 void ath10k_wmi_event_gtk_rekey_fail(struct ath10k *ar, struct sk_buff *skb);
4938 void ath10k_wmi_event_delba_complete(struct ath10k *ar, struct sk_buff *skb);
4939 void ath10k_wmi_event_addba_complete(struct ath10k *ar, struct sk_buff *skb);
4940 void ath10k_wmi_event_vdev_install_key_complete(struct ath10k *ar,
4942 void ath10k_wmi_event_inst_rssi_stats(struct ath10k *ar, struct sk_buff *skb);
4943 void ath10k_wmi_event_vdev_standby_req(struct ath10k *ar, struct sk_buff *skb);
4944 void ath10k_wmi_event_vdev_resume_req(struct ath10k *ar, struct sk_buff *skb);
4945 void ath10k_wmi_event_service_ready(struct ath10k *ar, struct sk_buff *skb);
4946 int ath10k_wmi_event_ready(struct ath10k *ar, struct sk_buff *skb);