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

/haiku-fatelf/headers/libs/libfdt/
H A Dlibfdt_internal.h70 static inline const void *_fdt_offset_ptr(const void *fdt, int offset) argument
75 static inline void *_fdt_offset_ptr_w(void *fdt, in argument
80 _fdt_mem_rsv(const void *fdt, int n) argument
88 _fdt_mem_rsv_w(void *fdt, int n) argument
[all...]
H A Dlibfdt.h126 static inline void *fdt_offset_ptr_w(void *fdt, int offset, int checklen) argument
459 fdt_get_property_w(void *fdt, int nodeoffset, const char *name, int *lenp) argument
544 fdt_getprop_w(void *fdt, int nodeoffset, const char *name, int *lenp) argument
882 fdt_setprop_inplace_cell(void *fdt, int nodeoffset, const char *name, uint32_t val) argument
948 fdt_property_cell(void *fdt, const char *name, uint32_t val) argument
1098 fdt_setprop_cell(void *fdt, int nodeoffset, const char *name, uint32_t val) argument
[all...]
/haiku-fatelf/src/libs/libfdt/
H A Dfdt_wip.c58 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name, argument
83 int fdt_nop_property(void *fdt, int nodeoffset, const char *name) argument
97 int _fdt_node_end_offset(void *fdt, int offset) argument
107 int fdt_nop_node(void *fdt, int nodeoffset) argument
[all...]
H A Dfdt.c58 int fdt_check_header(const void *fdt) argument
77 const void *fdt_offset_ptr(const void *fdt, int offset, unsigned int len) argument
93 fdt_next_tag(const void *fdt, int startoffset, int *nextoffset) argument
143 _fdt_check_node_offset(const void *fdt, int offset) argument
152 _fdt_check_prop_offset(const void *fdt, int offset) argument
161 fdt_next_node(const void *fdt, int offset, int *depth) argument
213 fdt_move(const void *fdt, void *buf, int bufsize) argument
[all...]
H A Dfdt_sw.c58 static int _fdt_sw_check_header(void *fdt) argument
73 static void *_fdt_grab_space(void *fdt, size_t len) argument
90 void *fdt = buf; local
110 fdt_add_reservemap_entry(void *fdt, uint64_t addr, uint64_t size) argument
133 fdt_finish_reservemap(void *fdt) argument
138 fdt_begin_node(void *fdt, const char *name) argument
154 fdt_end_node(void *fdt) argument
168 _fdt_find_add_string(void *fdt, const char *s) argument
191 fdt_property(void *fdt, const char *name, const void *val, int len) argument
213 fdt_finish(void *fdt) argument
[all...]
H A Dfdt_ro.c58 static int _fdt_nodename_eq(const void *fdt, int offset, argument
78 const char *fdt_string(const void *fdt, int stroffset) argument
83 static int _fdt_string_eq(const void *fdt, int stroffset, argument
91 int fdt_get_mem_rsv(const void *fdt, int n, uint64_t *address, uint64_t *size) argument
99 fdt_num_mem_rsv(const void *fdt) argument
108 _nextprop(const void *fdt, int offset) argument
132 fdt_subnode_offset_namelen(const void *fdt, int offset, const char *name, int namelen) argument
151 fdt_subnode_offset(const void *fdt, int parentoffset, const char *name) argument
157 fdt_path_offset(const void *fdt, const char *path) argument
201 fdt_get_name(const void *fdt, int nodeoffset, int *len) argument
221 fdt_first_property_offset(const void *fdt, int nodeoffset) argument
231 fdt_next_property_offset(const void *fdt, int offset) argument
239 fdt_get_property_by_offset(const void *fdt, int offset, int *lenp) argument
260 fdt_get_property_namelen(const void *fdt, int offset, const char *name, int namelen, int *lenp) argument
284 fdt_get_property(const void *fdt, int nodeoffset, const char *name, int *lenp) argument
292 fdt_getprop_namelen(const void *fdt, int nodeoffset, const char *name, int namelen, int *lenp) argument
304 fdt_getprop_by_offset(const void *fdt, int offset, const char **namep, int *lenp) argument
317 fdt_getprop(const void *fdt, int nodeoffset, const char *name, int *lenp) argument
323 fdt_get_phandle(const void *fdt, int nodeoffset) argument
340 fdt_get_alias_namelen(const void *fdt, const char *name, int namelen) argument
352 fdt_get_alias(const void *fdt, const char *name) argument
357 fdt_get_path(const void *fdt, int nodeoffset, char *buf, int buflen) argument
409 fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset, int supernodedepth, int *nodedepth) argument
445 fdt_node_depth(const void *fdt, int nodeoffset) argument
456 fdt_parent_offset(const void *fdt, int nodeoffset) argument
466 fdt_node_offset_by_prop_value(const void *fdt, int startoffset, const char *propname, const void *propval, int proplen) argument
493 fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle) argument
536 fdt_node_check_compatible(const void *fdt, int nodeoffset, const char *compatible) argument
551 fdt_node_offset_by_compatible(const void *fdt, int startoffset, const char *compatible) argument
[all...]
H A Dfdt_rw.c58 static int _fdt_blocks_misordered(const void *fdt, argument
70 _fdt_rw_check_header(void *fdt) argument
92 _fdt_data_size(void *fdt) argument
97 _fdt_splice(void *fdt, void *splicepoint, int oldlen, int newlen) argument
110 _fdt_splice_mem_rsv(void *fdt, struct fdt_reserve_entry *p, int oldn, int newn) argument
123 _fdt_splice_struct(void *fdt, void *p, int oldlen, int newlen) argument
137 _fdt_splice_string(void *fdt, int newlen) argument
150 _fdt_find_add_string(void *fdt, const char *s) argument
172 fdt_add_mem_rsv(void *fdt, uint64_t address, uint64_t size) argument
189 fdt_del_mem_rsv(void *fdt, int n) argument
205 _fdt_resize_property(void *fdt, int nodeoffset, const char *name, int len, struct fdt_property **prop) argument
223 _fdt_add_property(void *fdt, int nodeoffset, const char *name, int len, struct fdt_property **prop) argument
251 fdt_set_name(void *fdt, int nodeoffset, const char *name) argument
274 fdt_setprop(void *fdt, int nodeoffset, const char *name, const void *val, int len) argument
292 fdt_delprop(void *fdt, int nodeoffset, const char *name) argument
307 fdt_add_subnode_namelen(void *fdt, int parentoffset, const char *name, int namelen) argument
348 fdt_add_subnode(void *fdt, int parentoffset, const char *name) argument
353 fdt_del_node(void *fdt, int nodeoffset) argument
389 fdt_open_into(const void *fdt, void *buf, int bufsize) argument
453 fdt_pack(void *fdt) argument
[all...]
/haiku-fatelf/src/system/boot/platform/u-boot/
H A Dfdt_support.cpp59 void dump_fdt(const void *fdt) argument
[all...]
H A Dserial.cpp100 serial_init_fdt(const void *fdt) argument
175 serial_init(const void *fdt) argument
[all...]
H A Dstart.cpp157 start_linux_ppc_fdt(void *fdt, long/*UNUSED*/, long/*UNUSED*/, argument

Completed in 58 milliseconds