Home
last modified time | relevance | path

Searched refs:gen_pdev_get_tpc_config (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dwmi-ops.h180 struct sk_buff *(*gen_pdev_get_tpc_config)(struct ath10k *ar, member
1287 if (!ar->wmi.ops->gen_pdev_get_tpc_config) in ath10k_wmi_pdev_get_tpc_config()
1290 skb = ar->wmi.ops->gen_pdev_get_tpc_config(ar, param); in ath10k_wmi_pdev_get_tpc_config()
Dwmi.c7491 .gen_pdev_get_tpc_config = ath10k_wmi_10_2_4_op_gen_pdev_get_tpc_config,