Lines Matching refs:ar

7392 int ath10k_wmi_attach(struct ath10k *ar);
7393 void ath10k_wmi_detach(struct ath10k *ar);
7394 void ath10k_wmi_free_host_mem(struct ath10k *ar);
7395 int ath10k_wmi_wait_for_service_ready(struct ath10k *ar);
7396 int ath10k_wmi_wait_for_unified_ready(struct ath10k *ar);
7398 struct sk_buff *ath10k_wmi_alloc_skb(struct ath10k *ar, u32 len);
7399 int ath10k_wmi_connect(struct ath10k *ar);
7401 int ath10k_wmi_cmd_send(struct ath10k *ar, struct sk_buff *skb, u32 cmd_id);
7402 int ath10k_wmi_cmd_send_nowait(struct ath10k *ar, struct sk_buff *skb,
7404 void ath10k_wmi_start_scan_init(struct ath10k *ar, struct wmi_start_scan_arg *arg);
7416 void ath10k_wmi_put_host_mem_chunks(struct ath10k *ar,
7422 void ath10k_wmi_put_wmi_channel(struct ath10k *ar, struct wmi_channel *ch,
7426 int ath10k_wmi_event_scan(struct ath10k *ar, struct sk_buff *skb);
7427 int ath10k_wmi_event_mgmt_rx(struct ath10k *ar, struct sk_buff *skb);
7428 int ath10k_wmi_event_mgmt_tx_compl(struct ath10k *ar, struct sk_buff *skb);
7429 int ath10k_wmi_event_mgmt_tx_bundle_compl(struct ath10k *ar, struct sk_buff *skb);
7430 void ath10k_wmi_event_chan_info(struct ath10k *ar, struct sk_buff *skb);
7431 void ath10k_wmi_event_echo(struct ath10k *ar, struct sk_buff *skb);
7432 int ath10k_wmi_event_debug_mesg(struct ath10k *ar, struct sk_buff *skb);
7433 void ath10k_wmi_event_update_stats(struct ath10k *ar, struct sk_buff *skb);
7434 void ath10k_wmi_event_vdev_start_resp(struct ath10k *ar, struct sk_buff *skb);
7435 void ath10k_wmi_event_vdev_stopped(struct ath10k *ar, struct sk_buff *skb);
7436 void ath10k_wmi_event_peer_sta_kickout(struct ath10k *ar, struct sk_buff *skb);
7437 void ath10k_wmi_event_host_swba(struct ath10k *ar, struct sk_buff *skb);
7438 void ath10k_wmi_event_tbttoffset_update(struct ath10k *ar, struct sk_buff *skb);
7439 void ath10k_wmi_event_dfs(struct ath10k *ar,
7441 void ath10k_wmi_event_spectral_scan(struct ath10k *ar,
7444 void ath10k_wmi_event_phyerr(struct ath10k *ar, struct sk_buff *skb);
7445 void ath10k_wmi_event_roam(struct ath10k *ar, struct sk_buff *skb);
7446 void ath10k_wmi_event_profile_match(struct ath10k *ar, struct sk_buff *skb);
7447 void ath10k_wmi_event_debug_print(struct ath10k *ar, struct sk_buff *skb);
7448 void ath10k_wmi_event_pdev_qvit(struct ath10k *ar, struct sk_buff *skb);
7449 void ath10k_wmi_event_wlan_profile_data(struct ath10k *ar, struct sk_buff *skb);
7450 void ath10k_wmi_event_rtt_measurement_report(struct ath10k *ar,
7452 void ath10k_wmi_event_tsf_measurement_report(struct ath10k *ar,
7454 void ath10k_wmi_event_rtt_error_report(struct ath10k *ar, struct sk_buff *skb);
7455 void ath10k_wmi_event_wow_wakeup_host(struct ath10k *ar, struct sk_buff *skb);
7456 void ath10k_wmi_event_dcs_interference(struct ath10k *ar, struct sk_buff *skb);
7457 void ath10k_wmi_event_pdev_tpc_config(struct ath10k *ar, struct sk_buff *skb);
7458 void ath10k_wmi_event_pdev_ftm_intg(struct ath10k *ar, struct sk_buff *skb);
7459 void ath10k_wmi_event_gtk_offload_status(struct ath10k *ar,
7461 void ath10k_wmi_event_gtk_rekey_fail(struct ath10k *ar, struct sk_buff *skb);
7462 void ath10k_wmi_event_delba_complete(struct ath10k *ar, struct sk_buff *skb);
7463 void ath10k_wmi_event_addba_complete(struct ath10k *ar, struct sk_buff *skb);
7464 void ath10k_wmi_event_vdev_install_key_complete(struct ath10k *ar,
7466 void ath10k_wmi_event_inst_rssi_stats(struct ath10k *ar, struct sk_buff *skb);
7467 void ath10k_wmi_event_vdev_standby_req(struct ath10k *ar, struct sk_buff *skb);
7468 void ath10k_wmi_event_vdev_resume_req(struct ath10k *ar, struct sk_buff *skb);
7469 void ath10k_wmi_event_service_ready(struct ath10k *ar, struct sk_buff *skb);
7470 int ath10k_wmi_event_ready(struct ath10k *ar, struct sk_buff *skb);
7471 void ath10k_wmi_event_service_available(struct ath10k *ar, struct sk_buff *skb);
7472 int ath10k_wmi_op_pull_phyerr_ev(struct ath10k *ar, const void *phyerr_buf,
7474 void ath10k_wmi_main_op_fw_stats_fill(struct ath10k *ar,
7477 void ath10k_wmi_10x_op_fw_stats_fill(struct ath10k *ar,
7480 void ath10k_wmi_10_4_op_fw_stats_fill(struct ath10k *ar,
7483 int ath10k_wmi_op_get_vdev_subtype(struct ath10k *ar,
7485 int ath10k_wmi_barrier(struct ath10k *ar);
7488 void ath10k_wmi_event_tpc_final_table(struct ath10k *ar, struct sk_buff *skb);