Searched refs:fdt_node_check_compatible (Results 1 – 3 of 3) sorted by relevance
/trusted-firmware-a-latest/plat/arm/common/fconf/ |
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()
|
/trusted-firmware-a-latest/lib/libfdt/ |
D | fdt_ro.c | 823 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/ |
D | libfdt.h | 1060 int fdt_node_check_compatible(const void *fdt, int nodeoffset,
|