fdt.c | 116 const void *fdt_offset_ptr(const void *fdt, int offset, unsigned int len) function in typeref:typename:const void * 141 tagp = fdt_offset_ptr(fdt, offset, FDT_TAGSIZE); 152 p = fdt_offset_ptr(fdt, offset++, 1); 159 lenp = fdt_offset_ptr(fdt, offset, sizeof(*lenp)); 179 if (!fdt_offset_ptr(fdt, startoffset, offset - startoffset))
|