Searched refs:device_find_any_child (Results 1 – 5 of 5) sorted by relevance
1070 struct device *device_find_any_child(struct device *parent);
2803 child = device_find_any_child(&ctlr->dev); in slave_show()2821 child = device_find_any_child(&ctlr->dev); in slave_store()
4073 struct device *device_find_any_child(struct device *parent) in device_find_any_child() function4077 EXPORT_SYMBOL_GPL(device_find_any_child);
3950 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()