Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/common/libfdt/
A Dfdt.c75 const void *fdt_offset_ptr(const void *fdt, int offset, unsigned int len) in fdt_offset_ptr() function
99 tagp = fdt_offset_ptr(fdt, offset, FDT_TAGSIZE); in fdt_next_tag()
110 p = fdt_offset_ptr(fdt, offset++, 1); in fdt_next_tag()
117 lenp = fdt_offset_ptr(fdt, offset, sizeof(*lenp)); in fdt_next_tag()
134 if (!fdt_offset_ptr(fdt, startoffset, offset - startoffset)) in fdt_next_tag()
A Dversion.lds49 fdt_offset_ptr;
A Dfdt_ro.c59 const char *p = fdt_offset_ptr(fdt, offset + FDT_TAGSIZE, len+1); in _fdt_nodename_eq()
/xen-4.10.0-shim-comet/xen/include/xen/libfdt/
A Dlibfdt.h123 const void *fdt_offset_ptr(const void *fdt, int offset, unsigned int checklen);
126 return (void *)(uintptr_t)fdt_offset_ptr(fdt, offset, checklen); in fdt_offset_ptr_w()

Completed in 9 milliseconds