Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dcore.c1553 if (ag->wsi_node[i] == ab->dev->of_node) in ath12k_core_hw_group_find_by_dt()
1572 ag->wsi_node[device_count] = next_wsi_dev; in ath12k_core_get_wsi_info()
1620 control = of_property_read_bool(ag->wsi_node[i], "qcom,wsi-controller"); in ath12k_core_get_wsi_index()
1624 if (ag->wsi_node[i] == ab->dev->of_node) in ath12k_core_get_wsi_index()
1680 memset(ag->wsi_node, 0, sizeof(ag->wsi_node)); in ath12k_core_hw_group_assign()
H A Dcore.h890 struct device_node *wsi_node[ATH12K_MAX_SOCS]; member