Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wireless/ath/wcn36xx/
Dmain.c1384 struct device_node *iris_node; in wcn36xx_platform_get_resources() local
1448 iris_node = of_get_child_by_name(mmio_node, "iris"); in wcn36xx_platform_get_resources()
1449 if (iris_node) { in wcn36xx_platform_get_resources()
1450 if (of_device_is_compatible(iris_node, "qcom,wcn3620")) in wcn36xx_platform_get_resources()
1452 if (of_device_is_compatible(iris_node, "qcom,wcn3680")) in wcn36xx_platform_get_resources()
1454 of_node_put(iris_node); in wcn36xx_platform_get_resources()