Searched refs:fdt_node_check_compatible (Results 1 – 8 of 8) sorted by relevance
| /optee_os/core/drivers/clk/sam/ |
| H A D | at91_cpu_opp.c | 109 if (fdt_node_check_compatible(fdt, offset, compatible)) in opp_rates_setup()
|
| /optee_os/core/lib/scmi-server/ |
| H A D | scmi_server_scpfw.c | 137 if (!fdt_node_check_compatible(fdt, agent_node, "linaro,scmi-optee")) { in optee_scmi_server_probe_agent()
|
| /optee_os/core/lib/libfdt/ |
| H A D | fdt_ro.c | 809 int fdt_node_check_compatible(const void *fdt, int nodeoffset, in fdt_node_check_compatible() function 837 err = fdt_node_check_compatible(fdt, offset, compatible); in fdt_node_offset_by_compatible()
|
| /optee_os/core/lib/libfdt/include/ |
| H A D | libfdt.h | 1023 int fdt_node_check_compatible(const void *fdt, int nodeoffset,
|
| /optee_os/core/kernel/ |
| H A D | dt.c | 37 if (!fdt_node_check_compatible(fdt, offs, in dt_find_compatible_driver()
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | secure_partition.c | 683 if (fdt_node_check_compatible(fdt, 0, "arm,ffa-manifest-1.0")) { in fdt_get_uuid() 1993 if (fdt_node_check_compatible(fdt, root, "arm,ffa-core-manifest-1.0")) in fip_sp_init_all()
|
| H A D | boot.c | 1342 ret = fdt_node_check_compatible(fdt, 0, "arm,ffa-manifest-1.0"); in get_sec_mem_from_manifest()
|
| H A D | thread_spmc.c | 2784 ret = fdt_node_check_compatible(fdt, 0, "arm,ffa-manifest-1.0"); in get_ffa_version_from_manifest()
|