Home
last modified time | relevance | path

Searched refs:allnext (Results 1 – 2 of 2) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/xen/
A Ddevice_tree.h91 struct dt_device_node *allnext; member
247 for ( dn = dt; dn != NULL; dn = dn->allnext )
/xen-4.10.0-shim-comet/xen/common/
A Ddevice_tree.c251 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 8 milliseconds