Lines Matching refs:child
24 struct udevice *child;
38 debug("* Found child node: '%s'\n", node_name);
40 child = NULL;
61 debug(" - found child driver: '%s'\n", drv->name);
64 0, node, &child);
66 debug(" - child binding error: %d\n", ret);
70 debug(" - bound child device: '%s'\n", child->name);
72 child->driver_data = trailing_strtol(node_name);
74 debug(" - set 'child->driver_data': %lu\n",
75 child->driver_data);
79 if (child)