Searched refs:of_child (Results 1 – 1 of 1) sorted by relevance
1759 struct device_node *of_child; in rcar_canfd_probe() local1771 of_child = of_get_child_by_name(pdev->dev.of_node, "channel0"); in rcar_canfd_probe()1772 if (of_child && of_device_is_available(of_child)) in rcar_canfd_probe()1775 of_child = of_get_child_by_name(pdev->dev.of_node, "channel1"); in rcar_canfd_probe()1776 if (of_child && of_device_is_available(of_child)) in rcar_canfd_probe()