Searched refs:device_find_any_child (Results 1 – 4 of 4) sorted by relevance
908 struct device *device_find_any_child(struct device *parent);
2769 child = device_find_any_child(&ctlr->dev); in slave_show()2788 child = device_find_any_child(&ctlr->dev); in slave_store()
3949 struct device *device_find_any_child(struct device *parent) in device_find_any_child() function3953 EXPORT_SYMBOL_GPL(device_find_any_child);
1322 while ((dev = device_find_any_child(dev))) { in ptp_ocp_find_flash()