Searched refs:fdt_get_phandle (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/scripts/dtc/libfdt/
H A Dfdt_ro.c329 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset) fdt_get_phandle() function
510 * fdt_get_phandle(), then if that didn't find what fdt_node_offset_by_phandle()
517 if (fdt_get_phandle(fdt, offset) == phandle) fdt_node_offset_by_phandle()
H A Dlibfdt.h589 * fdt_get_phandle - retrieve the phandle of a given node
593 * fdt_get_phandle() retrieves the phandle of the device tree node at
600 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset);

Completed in 144 milliseconds