Searched refs:gen_set_ap_ps (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/drivers/net/wireless/ath/ath10k/ |
D | wmi-ops.h | 114 struct sk_buff *(*gen_set_ap_ps)(struct ath10k *ar, u32 vdev_id, member 964 if (!ar->wmi.ops->gen_set_ap_ps) in ath10k_wmi_set_ap_ps_param() 967 skb = ar->wmi.ops->gen_set_ap_ps(ar, vdev_id, mac, param_id, value); in ath10k_wmi_set_ap_ps_param()
|
D | wmi.c | 9135 .gen_set_ap_ps = ath10k_wmi_op_gen_set_ap_ps, 9206 .gen_set_ap_ps = ath10k_wmi_op_gen_set_ap_ps, 9279 .gen_set_ap_ps = ath10k_wmi_op_gen_set_ap_ps, 9346 .gen_set_ap_ps = ath10k_wmi_op_gen_set_ap_ps, 9417 .gen_set_ap_ps = ath10k_wmi_op_gen_set_ap_ps,
|
D | wmi-tlv.c | 4547 .gen_set_ap_ps = ath10k_wmi_tlv_op_gen_set_ap_ps,
|