• 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()
270 struct node *child, *child2; in check_duplicate_node_names() local
272 for_each_child(node, child) in check_duplicate_node_names()
273 for (child2 = child->next_sibling; in check_duplicate_node_names()
276 if (streq(child->name, child2->name)) in check_duplicate_node_names()
1003 struct node *child; in check_i2c_bus_bridge() local
1004 for_each_child(node, child) { in check_i2c_bus_bridge()
1005 if (strprefixeq(child->name, node->basenamelen, "i2c-bus")) in check_i2c_bus_bridge()
1082 struct node *child; in check_spi_bus_bridge() local
1087 for_each_child(node, child) { in check_spi_bus_bridge()
1089 for_each_property(child, prop) { in check_spi_bus_bridge()
1198 struct node *child; in check_avoid_unnecessary_addr_size() local
1207 for_each_child(node, child) { in check_avoid_unnecessary_addr_size()
1208 prop = get_property(child, "reg"); in check_avoid_unnecessary_addr_size()
1661 struct node *child; in check_graph_nodes() local
1663 for_each_child(node, child) { in check_graph_nodes()
1664 if (!(strprefixeq(child->name, child->basenamelen, "endpoint") || in check_graph_nodes()
1665 get_property(child, "remote-endpoint"))) in check_graph_nodes()
1685 struct node *child; in check_graph_child_address() local
1690 for_each_child(node, child) { in check_graph_child_address()
1691 struct property *prop = get_property(child, "reg"); in check_graph_child_address()