Home
last modified time | relevance | path

Searched refs:fdt_offset_ptr (Results 1 – 8 of 8) sorted by relevance

/external/dtc/libfdt/
Dfdt.c77 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()
Dversion.lds50 fdt_offset_ptr;
Dlibfdt.h146 const void *fdt_offset_ptr(const void *fdt, int offset, unsigned int checklen);
149 return (void *)(uintptr_t)fdt_offset_ptr(fdt, offset, checklen); in fdt_offset_ptr_w()
Dfdt_ro.c61 const char *p = fdt_offset_ptr(fdt, offset + FDT_TAGSIZE, len+1); in _fdt_nodename_eq()
/external/dtc/tests/
Ddtbs_equal_ordered.c119 prop1 = fdt_offset_ptr(fdt1, offset1, sizeof(*prop1)); in compare_structure()
122 prop2 = fdt_offset_ptr(fdt2, offset2, sizeof(*prop2)); in compare_structure()
Droot_node.c39 nh = fdt_offset_ptr(fdt, 0, sizeof(*nh)); in main()
Dsubnode_offset.c41 nh = fdt_offset_ptr(fdt, offset, sizeof(*nh)); in check_subnode()
Dpath_offset.c41 nh = fdt_offset_ptr(fdt, offset, sizeof(*nh)); in check_subnode()