Home
last modified time | relevance | path

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

/optee_os/core/drivers/clk/sam/
H A Dat91_cpu_opp.c109 if (fdt_node_check_compatible(fdt, offset, compatible)) in opp_rates_setup()
/optee_os/core/lib/scmi-server/
H A Dscmi_server_scpfw.c137 if (!fdt_node_check_compatible(fdt, agent_node, "linaro,scmi-optee")) { in optee_scmi_server_probe_agent()
/optee_os/core/lib/libfdt/
H A Dfdt_ro.c809 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 Dlibfdt.h1023 int fdt_node_check_compatible(const void *fdt, int nodeoffset,
/optee_os/core/kernel/
H A Ddt.c37 if (!fdt_node_check_compatible(fdt, offs, in dt_find_compatible_driver()
/optee_os/core/arch/arm/kernel/
H A Dsecure_partition.c683 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 Dboot.c1342 ret = fdt_node_check_compatible(fdt, 0, "arm,ffa-manifest-1.0"); in get_sec_mem_from_manifest()
H A Dthread_spmc.c2784 ret = fdt_node_check_compatible(fdt, 0, "arm,ffa-manifest-1.0"); in get_ffa_version_from_manifest()