Lines Matching defs:child
205 * @cdev: child node device
1002 struct device_node *child;
1035 * Number of cores is decided by number of child nodes of
1037 * 2 child nodes are expected.
1038 * In lockstep mode if two child nodes are available,
1039 * only use first child node and consider it as core0
1066 for_each_available_child_of_node(dev_node, child) {
1067 child_pdev = of_find_device_by_node(child);
1069 of_node_put(child);
1079 of_node_put(child);
1096 * If two child nodes are available in dts in lockstep mode,
1097 * then ignore second child node.
1100 of_node_put(child);