Searched refs:fdt_offset_ptr (Results 1 – 3 of 3) sorted by relevance
/scripts/dtc/libfdt/ |
D | fdt.c | 77 const void *fdt_offset_ptr(const void *fdt, int offset, unsigned int len) in fdt_offset_ptr() function 102 tagp = fdt_offset_ptr(fdt, offset, FDT_TAGSIZE); in fdt_next_tag() 113 p = fdt_offset_ptr(fdt, offset++, 1); in fdt_next_tag() 120 lenp = fdt_offset_ptr(fdt, offset, sizeof(*lenp)); in fdt_next_tag() 137 if (!fdt_offset_ptr(fdt, startoffset, offset - startoffset)) in fdt_next_tag()
|
D | libfdt.h | 135 const void *fdt_offset_ptr(const void *fdt, int offset, unsigned int checklen); 138 return (void *)(uintptr_t)fdt_offset_ptr(fdt, offset, checklen); in fdt_offset_ptr_w()
|
D | fdt_ro.c | 61 const char *p = fdt_offset_ptr(fdt, offset + FDT_TAGSIZE, len+1); in _fdt_nodename_eq()
|