Home
last modified time | relevance | path

Searched refs:of_child (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/can/rcar/
H A Drcar_canfd.c1638 struct device_node *of_child; in rcar_canfd_probe() local
1646 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()