Searched defs:fdt (Results 1 - 7 of 7) sorted by relevance

/gem5/ext/libfdt/
H A Dlibfdt_internal.h51 static inline const void *_fdt_offset_ptr(const void *fdt, int offset) argument
56 static inline void *_fdt_offset_ptr_w(void *fdt, in argument
61 _fdt_mem_rsv(const void *fdt, int n) argument
69 _fdt_mem_rsv_w(void *fdt, int n) argument
[all...]
H A Dfdt_wip.c37 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name, argument
62 int fdt_nop_property(void *fdt, int nodeoffset, const char *name) argument
76 int _fdt_node_end_offset(void *fdt, int offset) argument
86 int fdt_nop_node(void *fdt, int nodeoffset) argument
[all...]
H A Dfdt.c37 int fdt_check_header(const void *fdt) argument
56 const void *fdt_offset_ptr(const void *fdt, int offset, unsigned int len) argument
72 fdt_next_tag(const void *fdt, int startoffset, int *nextoffset) argument
122 _fdt_check_node_offset(const void *fdt, int offset) argument
131 _fdt_check_prop_offset(const void *fdt, int offset) argument
140 fdt_next_node(const void *fdt, int offset, int *depth) argument
192 fdt_move(const void *fdt, void *buf, int bufsize) argument
[all...]
H A Dfdt_sw.c37 static int _fdt_sw_check_header(void *fdt) argument
52 static void *_fdt_grab_space(void *fdt, size_t len) argument
69 void *fdt = buf; local
89 fdt_add_reservemap_entry(void *fdt, uint64_t addr, uint64_t size) argument
112 fdt_finish_reservemap(void *fdt) argument
117 fdt_begin_node(void *fdt, const char *name) argument
133 fdt_end_node(void *fdt) argument
147 _fdt_find_add_string(void *fdt, const char *s) argument
170 fdt_property(void *fdt, const char *name, const void *val, int len) argument
192 fdt_finish(void *fdt) argument
[all...]
H A Dfdt_ro.c37 static int _fdt_nodename_eq(const void *fdt, int offset, argument
57 const char *fdt_string(const void *fdt, int stroffset) argument
62 static int _fdt_string_eq(const void *fdt, int stroffset, argument
70 int fdt_get_mem_rsv(const void *fdt, int n, uint64_t *address, uint64_t *size) argument
78 fdt_num_mem_rsv(const void *fdt) argument
87 _nextprop(const void *fdt, int offset) argument
111 fdt_subnode_offset_namelen(const void *fdt, int offset, const char *name, int namelen) argument
130 fdt_subnode_offset(const void *fdt, int parentoffset, const char *name) argument
136 fdt_path_offset(const void *fdt, const char *path) argument
180 fdt_get_name(const void *fdt, int nodeoffset, int *len) argument
200 fdt_first_property_offset(const void *fdt, int nodeoffset) argument
210 fdt_next_property_offset(const void *fdt, int offset) argument
218 fdt_get_property_by_offset(const void *fdt, int offset, int *lenp) argument
239 fdt_get_property_namelen(const void *fdt, int offset, const char *name, int namelen, int *lenp) argument
263 fdt_get_property(const void *fdt, int nodeoffset, const char *name, int *lenp) argument
271 fdt_getprop_namelen(const void *fdt, int nodeoffset, const char *name, int namelen, int *lenp) argument
283 fdt_getprop_by_offset(const void *fdt, int offset, const char **namep, int *lenp) argument
296 fdt_getprop(const void *fdt, int nodeoffset, const char *name, int *lenp) argument
302 fdt_get_phandle(const void *fdt, int nodeoffset) argument
319 fdt_get_alias_namelen(const void *fdt, const char *name, int namelen) argument
331 fdt_get_alias(const void *fdt, const char *name) argument
336 fdt_get_path(const void *fdt, int nodeoffset, char *buf, int buflen) argument
388 fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset, int supernodedepth, int *nodedepth) argument
424 fdt_node_depth(const void *fdt, int nodeoffset) argument
435 fdt_parent_offset(const void *fdt, int nodeoffset) argument
445 fdt_node_offset_by_prop_value(const void *fdt, int startoffset, const char *propname, const void *propval, int proplen) argument
472 fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle) argument
515 fdt_node_check_compatible(const void *fdt, int nodeoffset, const char *compatible) argument
530 fdt_node_offset_by_compatible(const void *fdt, int startoffset, const char *compatible) argument
[all...]
H A Dfdt_rw.c37 static int _fdt_blocks_misordered(const void *fdt, argument
49 _fdt_rw_check_header(void *fdt) argument
71 _fdt_data_size(void *fdt) argument
76 _fdt_splice(void *fdt, void *splicepoint, int oldlen, int newlen) argument
89 _fdt_splice_mem_rsv(void *fdt, struct fdt_reserve_entry *p, int oldn, int newn) argument
102 _fdt_splice_struct(void *fdt, void *p, int oldlen, int newlen) argument
116 _fdt_splice_string(void *fdt, int newlen) argument
129 _fdt_find_add_string(void *fdt, const char *s) argument
151 fdt_add_mem_rsv(void *fdt, uint64_t address, uint64_t size) argument
168 fdt_del_mem_rsv(void *fdt, int n) argument
184 _fdt_resize_property(void *fdt, int nodeoffset, const char *name, int len, struct fdt_property **prop) argument
202 _fdt_add_property(void *fdt, int nodeoffset, const char *name, int len, struct fdt_property **prop) argument
230 fdt_set_name(void *fdt, int nodeoffset, const char *name) argument
253 fdt_setprop(void *fdt, int nodeoffset, const char *name, const void *val, int len) argument
271 fdt_appendprop(void *fdt, int nodeoffset, const char *name, const void *val, int len) argument
298 fdt_delprop(void *fdt, int nodeoffset, const char *name) argument
313 fdt_add_subnode_namelen(void *fdt, int parentoffset, const char *name, int namelen) argument
354 fdt_add_subnode(void *fdt, int parentoffset, const char *name) argument
359 fdt_del_node(void *fdt, int nodeoffset) argument
395 fdt_open_into(const void *fdt, void *buf, int bufsize) argument
459 fdt_pack(void *fdt) argument
[all...]
H A Dlibfdt.h110 static inline void *fdt_offset_ptr_w(void *fdt, int offset, int checklen) argument
443 fdt_get_property_w(void *fdt, int nodeoffset, const char *name, int *lenp) argument
528 fdt_getprop_w(void *fdt, int nodeoffset, const char *name, int *lenp) argument
866 fdt_setprop_inplace_u32(void *fdt, int nodeoffset, const char *name, uint32_t val) argument
901 fdt_setprop_inplace_u64(void *fdt, int nodeoffset, const char *name, uint64_t val) argument
913 fdt_setprop_inplace_cell(void *fdt, int nodeoffset, const char *name, uint32_t val) argument
978 fdt_property_u32(void *fdt, const char *name, uint32_t val) argument
983 fdt_property_u64(void *fdt, const char *name, uint64_t val) argument
988 fdt_property_cell(void *fdt, const char *name, uint32_t val) argument
1138 fdt_setprop_u32(void *fdt, int nodeoffset, const char *name, uint32_t val) argument
1173 fdt_setprop_u64(void *fdt, int nodeoffset, const char *name, uint64_t val) argument
1185 fdt_setprop_cell(void *fdt, int nodeoffset, const char *name, uint32_t val) argument
1280 fdt_appendprop_u32(void *fdt, int nodeoffset, const char *name, uint32_t val) argument
1315 fdt_appendprop_u64(void *fdt, int nodeoffset, const char *name, uint64_t val) argument
1327 fdt_appendprop_cell(void *fdt, int nodeoffset, const char *name, uint32_t val) argument
[all...]

Completed in 13 milliseconds