Home
last modified time | relevance | path

Searched refs:fdt_node_offset_by_phandle (Results 1 – 5 of 5) sorted by relevance

/external/dtc/tests/
Dnode_offset_by_phandle.c35 offset = fdt_node_offset_by_phandle(fdt, phandle); in check_search()
/external/dtc/libfdt/
Dversion.lds26 fdt_node_offset_by_phandle;
Dfdt_overlay.c64 return fdt_node_offset_by_phandle(fdt, phandle); in overlay_get_target()
Dlibfdt.h892 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle);
Dfdt_ro.c525 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle) in fdt_node_offset_by_phandle() function