Home
last modified time | relevance | path

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

/linux/scripts/dtc/libfdt/ !
H A Dlibfdt.h196 * fdt_first_subnode() - get offset of first direct subnode
202 int fdt_first_subnode(const void *fdt, int offset);
209 * After first calling fdt_first_subnode(), call this function repeatedly to
240 for (node = fdt_first_subnode(fdt, parent); \
H A Dfdt.c287 int fdt_first_subnode(const void *fdt, int offset) in fdt_first_subnode() function
/linux/arch/powerpc/mm/nohash/ !
H A Dkaslr_booke.c117 for (subnode = fdt_first_subnode(fdt, regions.reserved_mem); in overlaps_reserved_region()