Searched refs:fdt_node_check_compatible (Results 1 – 6 of 6) sorted by relevance
| /rk3399_ARM-atf/plat/arm/common/fconf/ |
| H A D | fconf_ethosn_getter.c | 92 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 D | version.lds | 29 fdt_node_check_compatible;
|
| H A D | fdt_ro.c | 852 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 D | libfdt.h | 1121 int fdt_node_check_compatible(const void *fdt, int nodeoffset,
|
| /rk3399_ARM-atf/plat/allwinner/sun50i_h616/ |
| H A D | sunxi_power.c | 183 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 D | spmc_setup.c | 527 if (fdt_node_check_compatible(sp_manifest, node, in populate_sp_regions()
|