Lines Matching defs:child
298 * The regulators are tied to child node device and not to the
391 struct device_node *child;
490 for_each_child_of_node(dev->of_node, child) {
494 if (!of_device_is_available(child))
497 if (of_property_read_u32(child, "reg", &port)) {
499 of_node_put(child);
510 of_platform_device_create(child, NULL, NULL);
512 port_dev = of_find_device_by_node(child);
518 of_node_put(child);
524 rc = ahci_platform_get_phy(hpriv, port, dev, child);
526 of_node_put(child);