Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/ath/wcn36xx/
Dmain.c1291 struct device_node *iris_node; in wcn36xx_platform_get_resources() local
1355 iris_node = of_get_child_by_name(mmio_node, "iris"); in wcn36xx_platform_get_resources()
1356 if (iris_node) { in wcn36xx_platform_get_resources()
1357 if (of_device_is_compatible(iris_node, "qcom,wcn3620")) in wcn36xx_platform_get_resources()
1359 if (of_device_is_compatible(iris_node, "qcom,wcn3680")) in wcn36xx_platform_get_resources()
1361 of_node_put(iris_node); in wcn36xx_platform_get_resources()