Searched refs:gen_set_ap_ps (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.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 | 9144 .gen_set_ap_ps = ath10k_wmi_op_gen_set_ap_ps, 9215 .gen_set_ap_ps = ath10k_wmi_op_gen_set_ap_ps, 9288 .gen_set_ap_ps = ath10k_wmi_op_gen_set_ap_ps, 9355 .gen_set_ap_ps = ath10k_wmi_op_gen_set_ap_ps, 9426 .gen_set_ap_ps = ath10k_wmi_op_gen_set_ap_ps,
|
D | wmi-tlv.c | 4558 .gen_set_ap_ps = ath10k_wmi_tlv_op_gen_set_ap_ps,
|