Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/arm/common/fconf/
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()
/trusted-firmware-a-latest/lib/libfdt/
Dfdt_ro.c823 int fdt_node_check_compatible(const void *fdt, int nodeoffset, in fdt_node_check_compatible() function
851 err = fdt_node_check_compatible(fdt, offset, compatible); in fdt_node_offset_by_compatible()
/trusted-firmware-a-latest/include/lib/libfdt/
Dlibfdt.h1060 int fdt_node_check_compatible(const void *fdt, int nodeoffset,