Lines Matching defs:child
440 struct fwnode_handle *child)
443 struct swnode *c = to_swnode(child);
447 fwnode_handle_put(child);
456 fwnode_handle_put(child);
465 struct swnode *child;
470 list_for_each_entry(child, &swnode->children, entry) {
471 if (!strcmp(childname, kobject_name(&child->kobj))) {
472 kobject_get(&child->kobj);
473 return &child->fwnode;
567 * The function will find a node that is child of @parent and that is named
725 * individually, in the correct order (child before parent) instead of relying