Searched refs:ath10k_wmi_cmd_send (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/net/wireless/ath/ath10k/ |
D | wmi-ops.h | 222 int ath10k_wmi_cmd_send(struct ath10k *ar, struct sk_buff *skb, u32 cmd_id); 448 ret = ath10k_wmi_cmd_send(ar, skb, in ath10k_wmi_mgmt_tx_send() 470 ret = ath10k_wmi_cmd_send(ar, skb, in ath10k_wmi_mgmt_tx() 499 return ath10k_wmi_cmd_send(ar, skb, in ath10k_wmi_pdev_set_regdomain() 515 return ath10k_wmi_cmd_send(ar, skb, ar->wmi.cmd->pdev_suspend_cmdid); in ath10k_wmi_pdev_suspend_target() 530 return ath10k_wmi_cmd_send(ar, skb, ar->wmi.cmd->pdev_resume_cmdid); in ath10k_wmi_pdev_resume_target() 545 return ath10k_wmi_cmd_send(ar, skb, ar->wmi.cmd->pdev_set_param_cmdid); in ath10k_wmi_pdev_set_param() 560 return ath10k_wmi_cmd_send(ar, skb, ar->wmi.cmd->init_cmdid); in ath10k_wmi_cmd_init() 576 return ath10k_wmi_cmd_send(ar, skb, ar->wmi.cmd->start_scan_cmdid); in ath10k_wmi_start_scan() 591 return ath10k_wmi_cmd_send(ar, skb, ar->wmi.cmd->stop_scan_cmdid); in ath10k_wmi_stop_scan() [all …]
|
D | testmode.c | 409 ret = ath10k_wmi_cmd_send(ar, skb, cmd_id); in ath10k_tm_cmd_wmi()
|
D | debug.c | 524 return ath10k_wmi_cmd_send(ar, skb, in ath10k_debug_fw_assert()
|
D | wmi.h | 7067 int ath10k_wmi_cmd_send(struct ath10k *ar, struct sk_buff *skb, u32 cmd_id);
|
D | wmi.c | 1845 int ath10k_wmi_cmd_send(struct ath10k *ar, struct sk_buff *skb, u32 cmd_id) in ath10k_wmi_cmd_send() function
|