Lines Matching refs:offset
120 const void *fdt_offset_ptr(const void *fdt, int offset, unsigned int checklen);
122 static inline void *fdt_offset_ptr_w(void *fdt, int offset, int checklen) in fdt_offset_ptr_w() argument
124 return (void *)(uintptr_t)fdt_offset_ptr(fdt, offset, checklen); in fdt_offset_ptr_w()
127 uint32_t fdt_next_tag(const void *fdt, int offset, int *nextoffset);
193 int fdt_next_node(const void *fdt, int offset, int *depth);
202 int fdt_first_subnode(const void *fdt, int offset);
215 int fdt_next_subnode(const void *fdt, int offset);
604 int fdt_next_property_offset(const void *fdt, int offset);
661 int offset,
664 int offset, in fdt_get_property_by_offset_w() argument
668 fdt_get_property_by_offset(fdt, offset, lenp); in fdt_get_property_by_offset_w()
762 const void *fdt_getprop_by_offset(const void *fdt, int offset,