Home
last modified time | relevance | path

Searched refs:fdt_stringlist_get (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/kernel/
H A Ddt_driver.c589 compat = fdt_stringlist_get(fdt, nodeoffset, "compatible", in dt_driver_probe_device_by_node()
783 compat = fdt_stringlist_get(fdt, node, "compatible", idx, &len); in dt_driver_maybe_add_probe_node()
/optee_os/core/lib/libfdt/include/
H A Dlibfdt.h1135 const char *fdt_stringlist_get(const void *fdt, int nodeoffset,
/optee_os/core/arch/arm/plat-stm32mp1/
H A Dmain.c567 compat = fdt_stringlist_get(fdt, node, "compatible", 0, NULL); in stm32mp_allow_probe_shared_device()
/optee_os/core/lib/libfdt/
H A Dfdt_ro.c764 const char *fdt_stringlist_get(const void *fdt, int nodeoffset, in fdt_stringlist_get() function