Home
last modified time | relevance | path

Searched refs:ath10k_wmi_cmd_send (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/wireless/ath/ath10k/
H A Dwmi-ops.h235 int ath10k_wmi_cmd_send(struct ath10k *ar, struct sk_buff *skb, u32 cmd_id);
480 ret = ath10k_wmi_cmd_send(ar, skb, in ath10k_wmi_mgmt_tx_send()
502 ret = ath10k_wmi_cmd_send(ar, skb, in ath10k_wmi_mgmt_tx()
531 return ath10k_wmi_cmd_send(ar, skb, in ath10k_wmi_pdev_set_regdomain()
547 return ath10k_wmi_cmd_send(ar, skb, in ath10k_wmi_pdev_set_base_macaddr()
563 return ath10k_wmi_cmd_send(ar, skb, ar->wmi.cmd->pdev_suspend_cmdid); in ath10k_wmi_pdev_suspend_target()
578 return ath10k_wmi_cmd_send(ar, skb, ar->wmi.cmd->pdev_resume_cmdid); in ath10k_wmi_pdev_resume_target()
593 return ath10k_wmi_cmd_send(ar, skb, ar->wmi.cmd->pdev_set_param_cmdid); in ath10k_wmi_pdev_set_param()
608 return ath10k_wmi_cmd_send(ar, skb, ar->wmi.cmd->init_cmdid); in ath10k_wmi_cmd_init()
624 return ath10k_wmi_cmd_send(ar, skb, ar->wmi.cmd->start_scan_cmdid); in ath10k_wmi_start_scan()
[all …]
H A Dtestmode.c413 ret = ath10k_wmi_cmd_send(ar, skb, cmd_id); in ath10k_tm_cmd_wmi()
H A Ddebug.c518 return ath10k_wmi_cmd_send(ar, skb, in ath10k_debug_fw_assert()
H A Dwmi.h7436 int ath10k_wmi_cmd_send(struct ath10k *ar, struct sk_buff *skb, u32 cmd_id);
H A Dwmi.c1931 int ath10k_wmi_cmd_send(struct ath10k *ar, struct sk_buff *skb, u32 cmd_id) in ath10k_wmi_cmd_send() function