Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Dcore.c1840 if (ag->wsi_node[i] == ab->dev->of_node) in ath12k_core_hw_group_find_by_dt()
1859 ag->wsi_node[device_count] = next_wsi_dev; in ath12k_core_get_wsi_info()
1907 control = of_property_read_bool(ag->wsi_node[i], "qcom,wsi-controller"); in ath12k_core_get_wsi_index()
1911 if (ag->wsi_node[i] == ab->dev->of_node) in ath12k_core_get_wsi_index()
1967 memset(ag->wsi_node, 0, sizeof(ag->wsi_node)); in ath12k_core_hw_group_assign()
H A Dcore.h897 struct device_node *wsi_node[ATH12K_MAX_DEVICES]; member