Lines Matching full:children
142 for_each_child_of_node(phy_provider->children, child) in of_phy_provider_lookup()
1080 * @children: device node containing children (if different from dev->of_node)
1088 * If the PHY provider doesn't nest children directly but uses a separate
1089 * child node to contain the individual children, the @children parameter
1096 struct device_node *children, struct module *owner, in __of_phy_provider_register() argument
1103 * If specified, the device node containing the children must itself in __of_phy_provider_register()
1107 if (children) { in __of_phy_provider_register()
1108 struct device_node *parent = of_node_get(children), *next; in __of_phy_provider_register()
1124 children = dev->of_node; in __of_phy_provider_register()
1132 phy_provider->children = of_node_get(children); in __of_phy_provider_register()
1148 * @children: device node containing children (if different from dev->of_node)
1159 struct device_node *children, struct module *owner, in __devm_of_phy_provider_register() argument
1169 phy_provider = __of_phy_provider_register(dev, children, owner, in __devm_of_phy_provider_register()
1195 of_node_put(phy_provider->children); in of_phy_provider_unregister()