Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/ath/wcn36xx/
Dmain.c1471 struct device_node *iris_node; in wcn36xx_platform_get_resources() local
1531 iris_node = of_get_child_by_name(mmio_node, "iris"); in wcn36xx_platform_get_resources()
1532 if (iris_node) { in wcn36xx_platform_get_resources()
1533 if (of_device_is_compatible(iris_node, "qcom,wcn3620")) in wcn36xx_platform_get_resources()
1535 if (of_device_is_compatible(iris_node, "qcom,wcn3660") || in wcn36xx_platform_get_resources()
1536 of_device_is_compatible(iris_node, "qcom,wcn3660b")) in wcn36xx_platform_get_resources()
1538 if (of_device_is_compatible(iris_node, "qcom,wcn3680")) in wcn36xx_platform_get_resources()
1540 of_node_put(iris_node); in wcn36xx_platform_get_resources()