Searched refs:of_child (Results 1 – 1 of 1) sorted by relevance
1824 struct device_node *of_child; in rcar_canfd_probe() local1842 of_child = of_get_child_by_name(pdev->dev.of_node, name); in rcar_canfd_probe()1843 if (of_child && of_device_is_available(of_child)) in rcar_canfd_probe()1845 of_node_put(of_child); in rcar_canfd_probe()