Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath12k/
H A Dcore.c1863 if (ag->wsi_node[i] == ab->dev->of_node) in ath12k_core_hw_group_find_by_dt()
1882 ag->wsi_node[device_count] = next_wsi_dev; in ath12k_core_get_wsi_info()
1930 control = of_property_read_bool(ag->wsi_node[i], "qcom,wsi-controller"); in ath12k_core_get_wsi_index()
1934 if (ag->wsi_node[i] == ab->dev->of_node) in ath12k_core_get_wsi_index()
1990 memset(ag->wsi_node, 0, sizeof(ag->wsi_node)); in ath12k_core_hw_group_assign()
H A Dcore.h918 struct device_node *wsi_node[ATH12K_MAX_DEVICES]; member