Searched refs:dt_host (Results 1 – 5 of 5) sorted by relevance
46 dt_for_each_device_node(dt_host, np) in iommu_hardware_setup()
31 struct dt_device_node *dt_host; variable251 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()277 dt_for_each_device_node(dt_host, np) in dt_find_node_by_path()364 dt = from ? from->allnext : dt_host; in dt_find_compatible_node()384 dt = from ? from->allnext : dt_host; in dt_find_matching_node()952 dt_for_each_device_node(dt_host, np) in dt_find_node_by_phandle()2043 __unflatten_device_tree(device_tree_flattened, &dt_host); in dt_unflatten_host_device_tree()
213 extern struct dt_device_node *dt_host;
1280 if ( node == dt_host ) in handle_node()1312 ASSERT(dt_host && (dt_host->sibling == NULL)); in prepare_dtb()1327 ret = handle_node(d, kinfo, dt_host, default_p2mt); in prepare_dtb()
260 dt_for_each_device_node( dt_host, node ) in gic_dt_preinit()
Completed in 13 milliseconds