Home
last modified time | relevance | path

Searched refs:fdt_find_cached_node_phandle (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/include/kernel/
H A Ddt.h541 int fdt_find_cached_node_phandle(const void *fdt, uint32_t phandle,
559 static inline int fdt_find_cached_node_phandle(const void *fdt __unused, in fdt_find_cached_node_phandle() function
/optee_os/core/lib/libfdt/
H A Dfdt_ro.c671 if (fdt_find_cached_node_phandle(fdt, phandle, &offset) == 0) in fdt_node_offset_by_phandle()
/optee_os/core/kernel/
H A Ddt.c557 int fdt_find_cached_node_phandle(const void *fdt, uint32_t phandle, in fdt_find_cached_node_phandle() function