Searched refs:gen_set_sta_ps (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | wmi-ops.h | 111 struct sk_buff *(*gen_set_sta_ps)(struct ath10k *ar, u32 vdev_id, member 947 if (!ar->wmi.ops->gen_set_sta_ps) in ath10k_wmi_set_sta_ps_param() 950 skb = ar->wmi.ops->gen_set_sta_ps(ar, vdev_id, param_id, value); in ath10k_wmi_set_sta_ps_param()
|
H A D | wmi.c | 9245 .gen_set_sta_ps = ath10k_wmi_op_gen_set_sta_ps, 9316 .gen_set_sta_ps = ath10k_wmi_op_gen_set_sta_ps, 9389 .gen_set_sta_ps = ath10k_wmi_op_gen_set_sta_ps, 9456 .gen_set_sta_ps = ath10k_wmi_op_gen_set_sta_ps, 9527 .gen_set_sta_ps = ath10k_wmi_op_gen_set_sta_ps,
|
H A D | wmi-tlv.c | 5003 .gen_set_sta_ps = ath10k_wmi_tlv_op_gen_set_sta_ps,
|