Searched refs:gen_set_ap_ps (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/wireless/ath/ath10k/ |
H A D | wmi-ops.h | 114 struct sk_buff *(*gen_set_ap_ps)(struct ath10k *ar, u32 vdev_id, member 967 if (!ar->wmi.ops->gen_set_ap_ps) in ath10k_wmi_set_ap_ps_param() 970 skb = ar->wmi.ops->gen_set_ap_ps(ar, vdev_id, mac, param_id, value); in ath10k_wmi_set_ap_ps_param()
|
H A D | wmi.c | 9185 .gen_set_ap_ps = ath10k_wmi_op_gen_set_ap_ps, 9259 .gen_set_ap_ps = ath10k_wmi_op_gen_set_ap_ps, 9334 .gen_set_ap_ps = ath10k_wmi_op_gen_set_ap_ps, 9403 .gen_set_ap_ps = ath10k_wmi_op_gen_set_ap_ps, 9476 .gen_set_ap_ps = ath10k_wmi_op_gen_set_ap_ps,
|
H A D | wmi-tlv.c | 4575 .gen_set_ap_ps = ath10k_wmi_tlv_op_gen_set_ap_ps,
|