• Home
  • Raw
  • Download

Lines Matching refs:child

136 	struct node *child;  in check_nodes_props()  local
142 for_each_child(node, child) in check_nodes_props()
143 check_nodes_props(c, dti, child); in check_nodes_props()
278 struct node *child, *child2; in check_duplicate_node_names() local
280 for_each_child(node, child) in check_duplicate_node_names()
281 for (child2 = child->next_sibling; in check_duplicate_node_names()
284 if (streq(child->name, child2->name)) in check_duplicate_node_names()
1024 struct node *child; in check_i2c_bus_bridge() local
1025 for_each_child(node, child) { in check_i2c_bus_bridge()
1026 if (strprefixeq(child->name, node->basenamelen, "i2c-bus")) in check_i2c_bus_bridge()
1103 struct node *child; in check_spi_bus_bridge() local
1108 for_each_child(node, child) { in check_spi_bus_bridge()
1110 for_each_property(child, prop) { in check_spi_bus_bridge()
1219 struct node *child; in check_avoid_unnecessary_addr_size() local
1228 for_each_child(node, child) { in check_avoid_unnecessary_addr_size()
1229 prop = get_property(child, "reg"); in check_avoid_unnecessary_addr_size()
1761 struct node *child; in check_graph_nodes() local
1763 for_each_child(node, child) { in check_graph_nodes()
1764 if (!(strprefixeq(child->name, child->basenamelen, "endpoint") || in check_graph_nodes()
1765 get_property(child, "remote-endpoint"))) in check_graph_nodes()
1785 struct node *child; in check_graph_child_address() local
1790 for_each_child(node, child) { in check_graph_child_address()
1791 struct property *prop = get_property(child, "reg"); in check_graph_child_address()