Searched refs:of_child (Results 1 – 1 of 1) sorted by relevance
1640 struct device_node *of_child; in rcar_canfd_probe() local1648 of_child = of_get_child_by_name(pdev->dev.of_node, "channel0"); in rcar_canfd_probe()1649 if (of_child && of_device_is_available(of_child)) in rcar_canfd_probe()1652 of_child = of_get_child_by_name(pdev->dev.of_node, "channel1"); in rcar_canfd_probe()1653 if (of_child && of_device_is_available(of_child)) in rcar_canfd_probe()