Searched refs:fdt_offset_ptr (Results 1 – 5 of 5) sorted by relevance
/linux/scripts/dtc/libfdt/ |
A D | fdt.c | 143 const void *fdt_offset_ptr(const void *fdt, int offset, unsigned int len) in fdt_offset_ptr() function 173 tagp = fdt_offset_ptr(fdt, offset, FDT_TAGSIZE); in fdt_next_tag() 184 p = fdt_offset_ptr(fdt, offset++, 1); in fdt_next_tag() 191 lenp = fdt_offset_ptr(fdt, offset, sizeof(*lenp)); in fdt_next_tag() 212 if (!fdt_offset_ptr(fdt, startoffset, offset - startoffset)) in fdt_next_tag()
|
A D | libfdt.h | 120 const void *fdt_offset_ptr(const void *fdt, int offset, unsigned int checklen); 124 return (void *)(uintptr_t)fdt_offset_ptr(fdt, offset, checklen); in fdt_offset_ptr_w()
|
/linux/lib/ |
A D | lib.a | 3 …ablefdt_ro_probe_fdt_header_size_fdt_header_sizefdt_check_headerfdt_offset_ptrfdt_next_tagf…
|
/linux/ |
A D | System.map | 17473 ffff8000104d5f84 T fdt_offset_ptr
|
A D | .tmp_System.map | 17473 ffff8000104d5f84 T fdt_offset_ptr
|
Completed in 327 milliseconds