Searched refs:fdt_offset_ptr (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/scripts/dtc/libfdt/
H A Dfdt.c77 const void *fdt_offset_ptr(const void *fdt, int offset, int len) function
102 tagp = fdt_offset_ptr(fdt, offset, FDT_TAGSIZE);
112 p = fdt_offset_ptr(fdt, offset++, 1);
118 lenp = fdt_offset_ptr(fdt, offset, sizeof(*lenp));
H A Dfdt_ro.c61 const char *p = fdt_offset_ptr(fdt, offset + FDT_TAGSIZE, len+1);
212 prop = fdt_offset_ptr(fdt, offset, sizeof(*prop));
219 prop = fdt_offset_ptr(fdt, offset,
H A Dlibfdt.h125 const void *fdt_offset_ptr(const void *fdt, int offset, int checklen);
128 return (void *)(uintptr_t)fdt_offset_ptr(fdt, offset, checklen);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/scripts/dtc/libfdt/
H A Dfdt.c77 const void *fdt_offset_ptr(const void *fdt, int offset, int len) function
102 tagp = fdt_offset_ptr(fdt, offset, FDT_TAGSIZE);
112 p = fdt_offset_ptr(fdt, offset++, 1);
118 lenp = fdt_offset_ptr(fdt, offset, sizeof(*lenp));
H A Dfdt_ro.c61 const char *p = fdt_offset_ptr(fdt, offset + FDT_TAGSIZE, len+1);
212 prop = fdt_offset_ptr(fdt, offset, sizeof(*prop));
219 prop = fdt_offset_ptr(fdt, offset,
H A Dlibfdt.h125 const void *fdt_offset_ptr(const void *fdt, int offset, int checklen);
128 return (void *)(uintptr_t)fdt_offset_ptr(fdt, offset, checklen);

Completed in 107 milliseconds