Home
last modified time | relevance | path

Searched refs:of_get_flat_dt_subnode_by_name (Results 1 – 7 of 7) sorted by relevance

/linux/include/linux/
H A Dof_fdt.h54 extern int of_get_flat_dt_subnode_by_name(unsigned long node,
/linux/arch/powerpc/platforms/powernv/
H A Dopal-fadump.c39 dn = of_get_flat_dt_subnode_by_name(node, "dump"); in opal_fadump_dt_scan()
636 dn = of_get_flat_dt_subnode_by_name(node, "dump"); in opal_fadump_dt_scan()
/linux/arch/powerpc/mm/
H A Dinit_64.c437 chosen = of_get_flat_dt_subnode_by_name(root, "chosen"); in early_check_vec5()
/linux/arch/arm/xen/
H A Denlighten.c243 if ((of_get_flat_dt_subnode_by_name(node, "uefi") > 0) && in fdt_find_hyper_node()
/linux/arch/powerpc/sysdev/xive/
H A Dspapr.c771 chosen = of_get_flat_dt_subnode_by_name(root, "chosen"); in get_vec5_feature()
/linux/arch/powerpc/kernel/
H A Ddt_cpu_ftrs.c836 chosen = of_get_flat_dt_subnode_by_name(root, "chosen"); in disabled_on_cmdline()
/linux/drivers/of/
H A Dfdt.c596 * of_get_flat_dt_subnode_by_name - get the subnode by given name
603 int __init of_get_flat_dt_subnode_by_name(unsigned long node, const char *uname) in of_get_flat_dt_subnode_by_name() function