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

/haiku/headers/private/kernel/boot/platform/u-boot/
H A Dplatform_kernel_args.h27 void *fdt; member in struct:__anon34
/haiku/headers/private/kernel/boot/platform/openfirmware/
H A Dplatform_kernel_args.h29 void *fdt; member in struct:__anon1
/haiku/src/system/boot/platform/u-boot/
H A Dserial.cpp121 serial_init(const void *fdt) argument
H A Dstart.cpp172 start_linux_ppc_fdt(void *fdt, long/*UNUSED*/, long/*UNUSED*/, argument
187 start_gen(int argc, const char **argv, struct image_header *uimage, void *fdt) argument
/haiku/src/libs/libfdt/
H A Dfdt_check.c13 int fdt_check_full(const void *fdt, size_t bufsize) argument
H A Dfdt_addresses.c14 static int fdt_cells(const void *fdt, int nodeoffset, const char *name) argument
34 int fdt_address_cells(const void *fdt, int nodeoffset) argument
46 int fdt_size_cells(const void *fdt, int nodeoffset) argument
57 int fdt_appendprop_addrrange(void *fdt, int parent, int nodeoffset, argument
[all...]
H A Dfdt_wip.c13 int fdt_setprop_inplace_namelen_partial(void *fdt, int nodeoffset, argument
33 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name, argument
59 int fdt_nop_property(void *fdt, int nodeoffset, const char *name) argument
73 int fdt_node_end_offset_(void *fdt, int offset) argument
83 fdt_nop_node(void *fdt, int nodeoffset) argument
[all...]
H A Dfdt.c18 int32_t fdt_ro_probe_(const void *fdt) argument
83 size_t fdt_header_size(const void *fdt) argument
89 fdt_check_header(const void *fdt) argument
143 fdt_offset_ptr(const void *fdt, int offset, unsigned int len) argument
165 fdt_next_tag(const void *fdt, int startoffset, int *nextoffset) argument
219 fdt_check_node_offset_(const void *fdt, int offset) argument
231 fdt_check_prop_offset_(const void *fdt, int offset) argument
243 fdt_next_node(const void *fdt, int offset, int *depth) argument
283 fdt_first_subnode(const void *fdt, int offset) argument
294 fdt_next_subnode(const void *fdt, int offset) argument
323 fdt_move(const void *fdt, void *buf, int bufsize) argument
[all...]
H A Dfdt_sw.c13 static int fdt_sw_probe_(void *fdt) argument
38 static int fdt_sw_probe_memrsv_(void *fdt) argument
64 fdt_sw_probe_struct_(void *fdt) argument
83 sw_flags(void *fdt) argument
94 fdt_grab_space_(void *fdt, size_t len) argument
113 void *fdt = buf; local
148 fdt_resize(void *fdt, void *buf, int bufsize) argument
188 fdt_add_reservemap_entry(void *fdt, uint64_t addr, uint64_t size) argument
208 fdt_finish_reservemap(void *fdt) argument
219 fdt_begin_node(void *fdt, const char *name) argument
236 fdt_end_node(void *fdt) argument
250 fdt_add_string_(void *fdt, const char *s) argument
268 fdt_del_last_string_(void *fdt, const char *s) argument
276 fdt_find_add_string_(void *fdt, const char *s, int *allocated) argument
293 fdt_property_placeholder(void *fdt, const char *name, int len, void **valp) argument
325 fdt_property(void *fdt, const char *name, const void *val, int len) argument
337 fdt_finish(void *fdt) argument
[all...]
H A Dfdt_overlay.c58 static int overlay_get_target(const void *fdt, const void *fdto, argument
116 static int overlay_phandle_add_offset(void *fdt, int node, argument
368 overlay_fixup_one_phandle(void *fdt, void *fdto, int symbols_off, const char *path, uint32_t path_len, const char *name, uint32_t name_len, int poffset, const char *label) argument
428 overlay_fixup_phandle(void *fdt, void *fdto, int symbols_off, int property) argument
510 overlay_fixup_phandles(void *fdt, void *fdto) argument
557 overlay_apply_node(void *fdt, int target, void *fdto, int node) argument
619 overlay_merge(void *fdt, void *fdto) argument
651 get_path_len(const void *fdt, int nodeoffset) argument
695 overlay_symbol_update(void *fdt, void *fdto) argument
830 fdt_overlay_apply(void *fdt, void *fdto) argument
[all...]
H A Dfdt_rw.c13 static int fdt_blocks_misordered_(const void *fdt, argument
25 fdt_rw_probe_(void *fdt) argument
49 fdt_data_size_(void *fdt) argument
54 fdt_splice_(void *fdt, void *splicepoint, int oldlen, int newlen) argument
70 fdt_splice_mem_rsv_(void *fdt, struct fdt_reserve_entry *p, int oldn, int newn) argument
83 fdt_splice_struct_(void *fdt, void *p, int oldlen, int newlen) argument
98 fdt_del_last_string_(void *fdt, const char *s) argument
105 fdt_splice_string_(void *fdt, int newlen) argument
127 fdt_find_add_string_(void *fdt, const char *s, int *allocated) argument
155 fdt_add_mem_rsv(void *fdt, uint64_t address, uint64_t size) argument
172 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
235 fdt_set_name(void *fdt, int nodeoffset, const char *name) argument
258 fdt_setprop_placeholder(void *fdt, int nodeoffset, const char *name, int len, void **prop_data) argument
276 fdt_setprop(void *fdt, int nodeoffset, const char *name, const void *val, int len) argument
291 fdt_appendprop(void *fdt, int nodeoffset, const char *name, const void *val, int len) argument
318 fdt_delprop(void *fdt, int nodeoffset, const char *name) argument
333 fdt_add_subnode_namelen(void *fdt, int parentoffset, const char *name, int namelen) argument
377 fdt_add_subnode(void *fdt, int parentoffset, const char *name) argument
382 fdt_del_node(void *fdt, int nodeoffset) argument
419 fdt_open_into(const void *fdt, void *buf, int bufsize) argument
487 fdt_pack(void *fdt) argument
[all...]
H A Dfdt_ro.c13 static int fdt_nodename_eq_(const void *fdt, int offset, argument
34 const char *fdt_get_string(const void *fdt, int stroffset, int *lenp) argument
100 fdt_string(const void *fdt, int stroffset) argument
105 fdt_string_eq_(const void *fdt, int stroffset, const char *s, int len) argument
114 fdt_find_max_phandle(const void *fdt, uint32_t *phandle) argument
142 fdt_generate_phandle(const void *fdt, uint32_t *phandle) argument
160 fdt_mem_rsv(const void *fdt, int n) argument
175 fdt_get_mem_rsv(const void *fdt, int n, uint64_t *address, uint64_t *size) argument
189 fdt_num_mem_rsv(const void *fdt) argument
201 nextprop_(const void *fdt, int offset) argument
225 fdt_subnode_offset_namelen(const void *fdt, int offset, const char *name, int namelen) argument
244 fdt_subnode_offset(const void *fdt, int parentoffset, const char *name) argument
250 fdt_path_offset_namelen(const void *fdt, const char *path, int namelen) argument
295 fdt_path_offset(const void *fdt, const char *path) argument
300 fdt_get_name(const void *fdt, int nodeoffset, int *len) argument
338 fdt_first_property_offset(const void *fdt, int nodeoffset) argument
348 fdt_next_property_offset(const void *fdt, int offset) argument
356 fdt_get_property_by_offset_(const void *fdt, int offset, int *lenp) argument
378 fdt_get_property_by_offset(const void *fdt, int offset, int *lenp) argument
394 fdt_get_property_namelen_(const void *fdt, int offset, const char *name, int namelen, int *lenp, int *poffset) argument
425 fdt_get_property_namelen(const void *fdt, int offset, const char *name, int namelen, int *lenp) argument
443 fdt_get_property(const void *fdt, int nodeoffset, const char *name, int *lenp) argument
451 fdt_getprop_namelen(const void *fdt, int nodeoffset, const char *name, int namelen, int *lenp) argument
469 fdt_getprop_by_offset(const void *fdt, int offset, const char **namep, int *lenp) argument
502 fdt_getprop(const void *fdt, int nodeoffset, const char *name, int *lenp) argument
508 fdt_get_phandle(const void *fdt, int nodeoffset) argument
525 fdt_get_alias_namelen(const void *fdt, const char *name, int namelen) argument
537 fdt_get_alias(const void *fdt, const char *name) argument
542 fdt_get_path(const void *fdt, int nodeoffset, char *buf, int buflen) argument
594 fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset, int supernodedepth, int *nodedepth) argument
632 fdt_node_depth(const void *fdt, int nodeoffset) argument
644 fdt_parent_offset(const void *fdt, int nodeoffset) argument
654 fdt_node_offset_by_prop_value(const void *fdt, int startoffset, const char *propname, const void *propval, int proplen) argument
681 fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle) argument
723 fdt_stringlist_count(const void *fdt, int nodeoffset, const char *property) argument
748 fdt_stringlist_search(const void *fdt, int nodeoffset, const char *property, const char *string) argument
778 fdt_stringlist_get(const void *fdt, int nodeoffset, const char *property, int idx, int *lenp) argument
823 fdt_node_check_compatible(const void *fdt, int nodeoffset, const char *compatible) argument
836 fdt_node_offset_by_compatible(const void *fdt, int startoffset, const char *compatible) argument
[all...]
/haiku/src/system/boot/platform/efi/arch/arm64/
H A Darch_dtb.cpp38 arch_handle_fdt(const void* fdt, int node) argument
/haiku/src/system/boot/platform/efi/arch/arm/
H A Darch_dtb.cpp46 arch_handle_fdt(const void* fdt, int node) argument
/haiku/headers/private/kernel/arch/arm64/
H A Darch_kernel_args.h33 FixedWidthPointer<void> fdt; member in struct:__anon18
/haiku/headers/private/kernel/arch/arm/
H A Darch_kernel_args.h38 FixedWidthPointer<void> fdt; member in struct:__anon1
/haiku/headers/private/kernel/arch/riscv64/
H A Darch_kernel_args.h45 FixedWidthPointer<void> fdt; member in struct:__anon3
/haiku/src/system/boot/platform/efi/arch/riscv64/
H A Darch_dtb.cpp30 arch_handle_fdt(const void* fdt, int node) argument
[all...]
/haiku/headers/libs/libfdt/
H A Dlibfdt_internal.h26 static inline const void *fdt_offset_ptr_(const void *fdt, int offset) argument
31 fdt_offset_ptr_w_(void *fdt, int offset) argument
36 fdt_mem_rsv_(const void *fdt, int n) argument
44 fdt_mem_rsv_w_(void *fdt, int n) argument
[all...]
H A Dlibfdt.h122 static inline void *fdt_offset_ptr_w(void *fdt, int offset, int checklen) argument
398 fdt_get_max_phandle(const void *fdt) argument
715 fdt_get_property_w(void *fdt, int nodeoffset, const char *name, int *lenp) argument
775 fdt_getprop_namelen_w(void *fdt, int nodeoffset, const char *name, int namelen, int *lenp) argument
814 fdt_getprop_w(void *fdt, int nodeoffset, const char *name, int *lenp) argument
1317 fdt_setprop_inplace_u32(void *fdt, int nodeoffset, const char *name, uint32_t val) argument
1352 fdt_setprop_inplace_u64(void *fdt, int nodeoffset, const char *name, uint64_t val) argument
1369 fdt_setprop_inplace_cell(void *fdt, int nodeoffset, const char *name, uint32_t val) argument
1473 fdt_property_u32(void *fdt, const char *name, uint32_t val) argument
1478 fdt_property_u64(void *fdt, const char *name, uint64_t val) argument
1485 fdt_property_cell(void *fdt, const char *name, uint32_t val) argument
1684 fdt_setprop_u32(void *fdt, int nodeoffset, const char *name, uint32_t val) argument
1719 fdt_setprop_u64(void *fdt, int nodeoffset, const char *name, uint64_t val) argument
1737 fdt_setprop_cell(void *fdt, int nodeoffset, const char *name, uint32_t val) argument
1862 fdt_appendprop_u32(void *fdt, int nodeoffset, const char *name, uint32_t val) argument
1897 fdt_appendprop_u64(void *fdt, int nodeoffset, const char *name, uint64_t val) argument
1915 fdt_appendprop_cell(void *fdt, int nodeoffset, const char *name, uint32_t val) argument
[all...]
/haiku/src/system/boot/platform/riscv/
H A Dstart.cpp199 _start(int hartId, void* fdt) argument
H A Dfdt.cpp55 GetReg(const void* fdt, int node, uint32 addressCells, uint32 sizeCells, size_t idx, argument
84 GetInterrupt(const void* fdt, int node) argument
98 HandleFdt(const void* fdt, int node, uint32 addressCells, uint32 sizeCells, argument
185 fdt_init(void* fdt) argument
[all...]
/haiku/src/system/boot/platform/u-boot/arch/ppc/
H A Darch_mmu.cpp286 mmu_init(void* fdt) argument
/haiku/src/system/boot/platform/efi/
H A Ddtb.cpp109 dump_fdt(const void *fdt) argument
341 dtb_get_address_cells(const void* fdt, int node) argument
359 dtb_get_size_cells(const void* fdt, int node) argument
377 dtb_get_reg(const void* fdt, int node, size_t idx, addr_range& range) argument
453 dtb_get_interrupt_parent(const void* fdt, int node) argument
471 dtb_get_interrupt_cells(const void* fdt, int node) argument
486 dtb_get_interrupt(const void* fdt, int node) argument
515 dtb_get_clock_frequency(const void* fdt, int node) argument
542 dtb_handle_fdt(const void* fdt, int node) argument
577 dtb_handle_chosen_node(const void *fdt) argument
[all...]
/haiku/src/add-ons/kernel/bus_managers/fdt/
H A Dfdt_module.cpp382 fdt_get_address_cells(const void* fdt, int node) argument
400 fdt_get_size_cells(const void* fdt, int node) argument
[all...]

Completed in 310 milliseconds