Searched refs:allnext (Results 1 – 2 of 2) sorted by relevance
91 struct dt_device_node *allnext; member247 for ( dn = dt; dn != NULL; dn = dn->allnext )
251 dt = from ? from->allnext : dt_host; in dt_find_node_by_name()265 dt = from ? from->allnext : dt_host; in dt_find_node_by_type()364 dt = from ? from->allnext : dt_host; in dt_find_compatible_node()384 dt = from ? from->allnext : dt_host; in dt_find_matching_node()1765 *allnextpp = &np->allnext; in unflatten_dt_node()
Completed in 7 milliseconds