Home
last modified time | relevance | path

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

/optee_os/core/include/kernel/
H A Ddt.h521 int fdt_find_cached_parent_node(const void *fdt, int node_offset,
544 static inline int fdt_find_cached_parent_node(const void *fdt __unused, in fdt_find_cached_parent_node() function
/optee_os/core/lib/libfdt/
H A Dfdt_ro.c626 if (fdt_find_cached_parent_node(fdt, nodeoffset, &parent_offset) == 0) in fdt_parent_offset()
/optee_os/core/kernel/
H A Ddt.c516 int fdt_find_cached_parent_node(const void *fdt, int node_offset, in fdt_find_cached_parent_node() function