Lines Matching full:children
147 for_each_child_of_node(phy_provider->children, child) in of_phy_provider_lookup()
1107 * @children: device node containing children (if different from dev->of_node)
1115 * If the PHY provider doesn't nest children directly but uses a separate
1116 * child node to contain the individual children, the @children parameter
1123 struct device_node *children, struct module *owner, in __of_phy_provider_register() argument
1130 * If specified, the device node containing the children must itself in __of_phy_provider_register()
1134 if (children) { in __of_phy_provider_register()
1135 struct device_node *parent = of_node_get(children), *next; in __of_phy_provider_register()
1151 children = dev->of_node; in __of_phy_provider_register()
1159 phy_provider->children = of_node_get(children); in __of_phy_provider_register()
1175 * @children: device node containing children (if different from dev->of_node)
1186 struct device_node *children, struct module *owner, in __devm_of_phy_provider_register() argument
1196 phy_provider = __of_phy_provider_register(dev, children, owner, in __devm_of_phy_provider_register()
1222 of_node_put(phy_provider->children); in of_phy_provider_unregister()