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.c1837 of_node_put(ag->wsi_node[i]); in ath12k_core_free_wsi_info()
1838 ag->wsi_node[i] = NULL; in ath12k_core_free_wsi_info()
1864 if (ag->wsi_node[i] == ab->dev->of_node) in ath12k_core_hw_group_find_by_dt()
1889 ag->wsi_node[device_count++] = of_node_get(wsi_dev); in ath12k_core_get_wsi_info()
1917 of_node_put(ag->wsi_node[device_count]); in ath12k_core_get_wsi_info()
1918 ag->wsi_node[device_count] = NULL; in ath12k_core_get_wsi_info()
1938 control = of_property_read_bool(ag->wsi_node[i], "qcom,wsi-controller"); in ath12k_core_get_wsi_index()
1942 if (ag->wsi_node[i] == ab->dev->of_node) in ath12k_core_get_wsi_index()
H A Dcore.h920 struct device_node *wsi_node[ATH12K_MAX_DEVICES]; member