Lines Matching refs:child_node
23 * child_node - Previous child that was found.
37 *child_node)
41 if (!child_node) {
50 return (child_node->peer);
60 * child_node - Previous child that was found.
78 *child_node)
84 next_node = acpi_ns_get_next_node(parent_node, child_node);
160 struct acpi_namespace_node *child_node;
180 child_node = acpi_ns_get_next_node(parent_node, NULL);
189 while (level > 0 && child_node) {
195 child_type = child_node->type;
206 if ((child_node->flags & ANOBJ_TEMPORARY) &&
233 descending_callback(child_node,
240 ascending_callback(child_node,
283 if (child_node->child) {
288 parent_node = child_node;
289 child_node =
304 child_node = acpi_ns_get_next_node(parent_node, child_node);
305 if (child_node) {
317 child_node = parent_node;