Searched refs:gen_set_ap_ps (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/net/wireless/ath/ath10k/ |
D | wmi-ops.h | 109 struct sk_buff *(*gen_set_ap_ps)(struct ath10k *ar, u32 vdev_id, member 808 if (!ar->wmi.ops->gen_set_ap_ps) in ath10k_wmi_set_ap_ps_param() 811 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 | 7277 .gen_set_ap_ps = ath10k_wmi_op_gen_set_ap_ps, 7345 .gen_set_ap_ps = ath10k_wmi_op_gen_set_ap_ps, 7413 .gen_set_ap_ps = ath10k_wmi_op_gen_set_ap_ps, 7476 .gen_set_ap_ps = ath10k_wmi_op_gen_set_ap_ps, 7541 .gen_set_ap_ps = ath10k_wmi_op_gen_set_ap_ps,
|
D | wmi-tlv.c | 3456 .gen_set_ap_ps = ath10k_wmi_tlv_op_gen_set_ap_ps,
|