Searched refs:of_get_flat_dt_subnode_by_name (Results 1 – 7 of 7) sorted by relevance
53 extern int of_get_flat_dt_subnode_by_name(unsigned long node,
39 dn = of_get_flat_dt_subnode_by_name(node, "dump"); in opal_fadump_dt_scan()645 dn = of_get_flat_dt_subnode_by_name(node, "dump"); in opal_fadump_dt_scan()
433 chosen = of_get_flat_dt_subnode_by_name(root, "chosen"); in early_check_vec5()
246 if ((of_get_flat_dt_subnode_by_name(node, "uefi") > 0) && in fdt_find_hyper_node()
770 chosen = of_get_flat_dt_subnode_by_name(root, "chosen"); in get_vec5_feature()
826 chosen = of_get_flat_dt_subnode_by_name(root, "chosen"); in disabled_on_cmdline()
733 int __init of_get_flat_dt_subnode_by_name(unsigned long node, const char *uname) in of_get_flat_dt_subnode_by_name() function