Lines Matching defs:fdt
14 static int fdt_nodename_eq_(const void *fdt, int offset, in fdt_nodename_eq_()
35 const char *fdt_get_string(const void *fdt, int stroffset, int *lenp) in fdt_get_string()
90 const char *fdt_string(const void *fdt, int stroffset) in fdt_string()
95 static int fdt_string_eq_(const void *fdt, int stroffset, in fdt_string_eq_()
104 int fdt_find_max_phandle(const void *fdt, uint32_t *phandle) in fdt_find_max_phandle()
132 int fdt_generate_phandle(const void *fdt, uint32_t *phandle) in fdt_generate_phandle()
150 static const struct fdt_reserve_entry *fdt_mem_rsv(const void *fdt, int n) in fdt_mem_rsv()
162 int fdt_get_mem_rsv(const void *fdt, int n, uint64_t *address, uint64_t *size) in fdt_get_mem_rsv()
176 int fdt_num_mem_rsv(const void *fdt) in fdt_num_mem_rsv()
188 static int nextprop_(const void *fdt, int offset) in nextprop_()
212 int fdt_subnode_offset_namelen(const void *fdt, int offset, in fdt_subnode_offset_namelen()
231 int fdt_subnode_offset(const void *fdt, int parentoffset, in fdt_subnode_offset()
237 int fdt_path_offset_namelen(const void *fdt, const char *path, int namelen) in fdt_path_offset_namelen()
282 int fdt_path_offset(const void *fdt, const char *path) in fdt_path_offset()
287 const char *fdt_get_name(const void *fdt, int nodeoffset, int *len) in fdt_get_name()
325 int fdt_first_property_offset(const void *fdt, int nodeoffset) in fdt_first_property_offset()
335 int fdt_next_property_offset(const void *fdt, int offset) in fdt_next_property_offset()
343 static const struct fdt_property *fdt_get_property_by_offset_(const void *fdt, in fdt_get_property_by_offset_()
364 const struct fdt_property *fdt_get_property_by_offset(const void *fdt, in fdt_get_property_by_offset()
380 static const struct fdt_property *fdt_get_property_namelen_(const void *fdt, in fdt_get_property_namelen_()
410 const struct fdt_property *fdt_get_property_namelen(const void *fdt, in fdt_get_property_namelen()
428 const struct fdt_property *fdt_get_property(const void *fdt, in fdt_get_property()
436 const void *fdt_getprop_namelen(const void *fdt, int nodeoffset, in fdt_getprop_namelen()
454 const void *fdt_getprop_by_offset(const void *fdt, int offset, in fdt_getprop_by_offset()
482 const void *fdt_getprop(const void *fdt, int nodeoffset, in fdt_getprop()
488 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset) in fdt_get_phandle()
505 const char *fdt_get_alias_namelen(const void *fdt, in fdt_get_alias_namelen()
517 const char *fdt_get_alias(const void *fdt, const char *name) in fdt_get_alias()
522 int fdt_get_path(const void *fdt, int nodeoffset, char *buf, int buflen) in fdt_get_path()
574 int fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset, in fdt_supernode_atdepth_offset()
610 int fdt_node_depth(const void *fdt, int nodeoffset) in fdt_node_depth()
621 int fdt_parent_offset(const void *fdt, int nodeoffset) in fdt_parent_offset()
637 int fdt_node_offset_by_prop_value(const void *fdt, int startoffset, in fdt_node_offset_by_prop_value()
664 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle) in fdt_node_offset_by_phandle()
709 int fdt_stringlist_count(const void *fdt, int nodeoffset, const char *property) in fdt_stringlist_count()
734 int fdt_stringlist_search(const void *fdt, int nodeoffset, const char *property, in fdt_stringlist_search()
764 const char *fdt_stringlist_get(const void *fdt, int nodeoffset, in fdt_stringlist_get()
809 int fdt_node_check_compatible(const void *fdt, int nodeoffset, in fdt_node_check_compatible()
822 int fdt_node_offset_by_compatible(const void *fdt, int startoffset, in fdt_node_offset_by_compatible()
847 int fdt_check_full(const void *fdt, size_t bufsize) in fdt_check_full()