Searched refs:device_find_any_child (Results 1 – 5 of 5) sorted by relevance
1068 struct device *device_find_any_child(struct device *parent);
4066 struct device *device_find_any_child(struct device *parent) in device_find_any_child() function4070 EXPORT_SYMBOL_GPL(device_find_any_child);
2799 child = device_find_any_child(&ctlr->dev); in slave_show()2817 child = device_find_any_child(&ctlr->dev); in slave_store()
3932 child_dev = device_find_any_child(&pdev->dev); in of_unittest_pci_node_verify()
1517 while ((dev = device_find_any_child(dev))) { in ptp_ocp_find_flash()