Home
last modified time | relevance | path

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

/f-stack/freebsd/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
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-helper-board.c250 phy = fdt_node_offset_by_phandle(fdt_addr, phandle); in __get_phy_info_from_dt()