Home
last modified time | relevance | path

Searched refs:fdt_node_check_compatible (Results 1 – 6 of 6) sorted by relevance

/rk3399_ARM-atf/plat/arm/common/fconf/
H A Dfconf_ethosn_getter.c92 if (fdt_node_check_compatible(fdt, sub_node, "ethosn-memory") != 0) { in fdt_node_populate_sub_allocators()
215 if (fdt_node_check_compatible(fdt, in fdt_node_populate_core()
299 if (fdt_node_check_compatible(hw_conf_dtb, in fconf_populate_ethosn_config()
319 } else if (fdt_node_check_compatible(hw_conf_dtb, in fconf_populate_ethosn_config()
/rk3399_ARM-atf/lib/libfdt/
H A Dversion.lds29 fdt_node_check_compatible;
H A Dfdt_ro.c852 int fdt_node_check_compatible(const void *fdt, int nodeoffset, in fdt_node_check_compatible() function
880 err = fdt_node_check_compatible(fdt, offset, compatible); in fdt_node_offset_by_compatible()
H A Dlibfdt.h1121 int fdt_node_check_compatible(const void *fdt, int nodeoffset,
/rk3399_ARM-atf/plat/allwinner/sun50i_h616/
H A Dsunxi_power.c183 ret = fdt_node_check_compatible(fdt, parent, "allwinner,sun8i-a23-rsb"); in sunxi_pmic_setup()
/rk3399_ARM-atf/services/std_svc/spm/el3_spmc/
H A Dspmc_setup.c527 if (fdt_node_check_compatible(sp_manifest, node, in populate_sp_regions()