Lines Matching full:children
140 for_each_child_of_node(phy_provider->children, child) in of_phy_provider_lookup()
997 * @children: device node containing children (if different from dev->of_node)
1005 * If the PHY provider doesn't nest children directly but uses a separate
1006 * child node to contain the individual children, the @children parameter
1013 struct device_node *children, struct module *owner, in __of_phy_provider_register() argument
1020 * If specified, the device node containing the children must itself in __of_phy_provider_register()
1024 if (children) { in __of_phy_provider_register()
1025 struct device_node *parent = of_node_get(children), *next; in __of_phy_provider_register()
1041 children = dev->of_node; in __of_phy_provider_register()
1049 phy_provider->children = of_node_get(children); in __of_phy_provider_register()
1065 * @children: device node containing children (if different from dev->of_node)
1076 struct device_node *children, struct module *owner, in __devm_of_phy_provider_register() argument
1086 phy_provider = __of_phy_provider_register(dev, children, owner, in __devm_of_phy_provider_register()
1112 of_node_put(phy_provider->children); in of_phy_provider_unregister()