Searched defs:offset (Results 1 – 8 of 8) sorted by relevance
/DragonStub/apps/lib/libfdt/ |
H A D | fdt.c | 141 const void *fdt_offset_ptr(const void *fdt, int offset, unsigned int len) in fdt_offset_ptr() 167 int offset = startoffset; in fdt_next_tag() local 224 int fdt_check_node_offset_(const void *fdt, int offset) in fdt_check_node_offset_() 236 int fdt_check_prop_offset_(const void *fdt, int offset) in fdt_check_prop_offset_() 248 int fdt_next_node(const void *fdt, int offset, int *depth) in fdt_next_node() 288 int fdt_first_subnode(const void *fdt, int offset) in fdt_first_subnode() 299 int fdt_next_subnode(const void *fdt, int offset) in fdt_next_subnode()
|
H A D | fdt_ro.c | 13 static int fdt_nodename_eq_(const void *fdt, int offset, in fdt_nodename_eq_() 117 int offset = -1; in fdt_find_max_phandle() local 162 unsigned int offset = n * sizeof(struct fdt_reserve_entry); in fdt_mem_rsv() local 201 static int nextprop_(const void *fdt, int offset) in nextprop_() 225 int fdt_subnode_offset_namelen(const void *fdt, int offset, in fdt_subnode_offset_namelen() 254 int offset = 0; in fdt_path_offset_namelen() local 340 int offset; in fdt_first_property_offset() local 348 int fdt_next_property_offset(const void *fdt, int offset) in fdt_next_property_offset() 357 int offset, in fdt_get_property_by_offset_() 379 int offset, in fdt_get_property_by_offset() [all …]
|
H A D | fdt_sw.c | 96 unsigned int offset = fdt_size_dt_struct(fdt); in fdt_grab_space_() local 191 int offset; in fdt_add_reservemap_entry() local 255 unsigned int struct_top, offset; in fdt_add_string_() local 343 int offset, nextoffset; in fdt_finish() local
|
H A D | libfdt_internal.h | 26 static inline const void *fdt_offset_ptr_(const void *fdt, int offset) in fdt_offset_ptr_() 31 static inline void *fdt_offset_ptr_w_(void *fdt, int offset) in fdt_offset_ptr_w_()
|
H A D | fdt_wip.c | 73 int fdt_node_end_offset_(void *fdt, int offset) in fdt_node_end_offset_()
|
H A D | libfdt.h | 122 static inline void *fdt_offset_ptr_w(void *fdt, int offset, int checklen) in fdt_offset_ptr_w() 664 int offset, in fdt_get_property_by_offset_w()
|
H A D | fdt_rw.c | 337 int offset, nextoffset; in fdt_add_subnode_namelen() local
|
/DragonStub/apps/ |
H A D | fdt.c | 20 int offset; in fdt_update_cell_size() local
|