Searched refs:fdt_node_check_compatible (Results 1 – 4 of 4) sorted by relevance
/optee_os-3.20.0/core/kernel/ |
A D | dt.c | 26 if (!fdt_node_check_compatible(fdt, offs, in dt_find_compatible_driver()
|
/optee_os-3.20.0/core/lib/libfdt/ |
A D | fdt_ro.c | 799 int fdt_node_check_compatible(const void *fdt, int nodeoffset, in fdt_node_check_compatible() function 827 err = fdt_node_check_compatible(fdt, offset, compatible); in fdt_node_offset_by_compatible()
|
/optee_os-3.20.0/core/lib/libfdt/include/ |
A D | libfdt.h | 1023 int fdt_node_check_compatible(const void *fdt, int nodeoffset,
|
/optee_os-3.20.0/core/arch/arm/kernel/ |
A D | secure_partition.c | 420 if (fdt_node_check_compatible(fdt, 0, "arm,ffa-manifest-1.0")) { in check_fdt() 1225 if (fdt_node_check_compatible(fdt, root, "arm,ffa-core-manifest-1.0")) in fip_sp_map_all()
|
Completed in 9 milliseconds