Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libfdt/
H A Dlibfdt.h908 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle);
H A Dfdt_overlay.c124 ret = fdt_node_offset_by_phandle(fdt, phandle); in overlay_get_target()
H A Dfdt_ro.c595 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle) in fdt_node_offset_by_phandle() function