Searched refs:iris_node (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/net/wireless/ath/wcn36xx/
H A Dmain.c1475 struct device_node *iris_node; local
1535 iris_node = of_get_child_by_name(mmio_node, "iris");
1536 if (iris_node) {
1537 if (of_device_is_compatible(iris_node, "qcom,wcn3620"))
1539 if (of_device_is_compatible(iris_node, "qcom,wcn3660") ||
1540 of_device_is_compatible(iris_node, "qcom,wcn3660b"))
1542 if (of_device_is_compatible(iris_node, "qcom,wcn3680"))
1544 of_node_put(iris_node);

Completed in 257 milliseconds