Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/ath/ath10k/
Dwmi-ops.h210 struct sk_buff *(*ext_resource_config)(struct ath10k *ar, member
1554 if (!ar->wmi.ops->ext_resource_config) in ath10k_wmi_ext_resource_config()
1557 skb = ar->wmi.ops->ext_resource_config(ar, type, in ath10k_wmi_ext_resource_config()
Dwmi.c9441 .ext_resource_config = ath10k_wmi_10_4_ext_resource_config,