• Home
  • Raw
  • Download

Lines Matching refs:child

134     struct node *child;  in check_nodes_props()  local
141 for_each_child(node, child) check_nodes_props(c, dti, child); in check_nodes_props()
265 struct node *child, *child2; in check_duplicate_node_names() local
267 for_each_child(node, child) { in check_duplicate_node_names()
268 for (child2 = child->next_sibling; child2; in check_duplicate_node_names()
270 if (streq(child->name, child2->name)) in check_duplicate_node_names()
646 struct node *child; in fixup_omit_unused_nodes() local
654 for_each_child(parent, child) return; in fixup_omit_unused_nodes()
1059 struct node *child; in check_i2c_bus_bridge() local
1060 for_each_child(node, child) in check_i2c_bus_bridge()
1062 if (strprefixeq(child->name, node->basenamelen, "i2c-bus")) { in check_i2c_bus_bridge()
1147 struct node *child; in check_spi_bus_bridge() local
1153 for_each_child(node, child) in check_spi_bus_bridge()
1156 for_each_property(child, prop) in check_spi_bus_bridge()
1276 struct node *child; in check_avoid_unnecessary_addr_size() local
1287 for_each_child(node, child) in check_avoid_unnecessary_addr_size()
1289 prop = get_property(child, "reg"); in check_avoid_unnecessary_addr_size()
1744 struct node *child; in check_graph_nodes() local
1746 for_each_child(node, child) in check_graph_nodes()
1748 …if (!(strprefixeq(child->name, child->basenamelen, "endpoint") || get_property(child, "remote-endp… in check_graph_nodes()
1767 struct node *child; in check_graph_child_address() local
1773 for_each_child(node, child) in check_graph_child_address()
1775 struct property *prop = get_property(child, "reg"); in check_graph_child_address()