Searched refs:of_child (Results 1 – 1 of 1) sorted by relevance
1638 struct device_node *of_child; in rcar_canfd_probe() local1646 of_child = of_get_child_by_name(pdev->dev.of_node, "channel0"); in rcar_canfd_probe()1647 if (of_child && of_device_is_available(of_child)) in rcar_canfd_probe()1650 of_child = of_get_child_by_name(pdev->dev.of_node, "channel1"); in rcar_canfd_probe()1651 if (of_child && of_device_is_available(of_child)) in rcar_canfd_probe()