Lines Matching defs:fdt
17 static int _fdt_nodename_eq(const void *fdt, int offset, in _fdt_nodename_eq()
37 const char *fdt_string(const void *fdt, int stroffset) in fdt_string()
42 static int _fdt_string_eq(const void *fdt, int stroffset, in _fdt_string_eq()
50 uint32_t fdt_get_max_phandle(const void *fdt) in fdt_get_max_phandle()
76 int fdt_get_mem_rsv(const void *fdt, int n, uint64_t *address, uint64_t *size) in fdt_get_mem_rsv()
84 int fdt_num_mem_rsv(const void *fdt) in fdt_num_mem_rsv()
93 static int _nextprop(const void *fdt, int offset) in _nextprop()
117 int fdt_subnode_offset_namelen(const void *fdt, int offset, in fdt_subnode_offset_namelen()
136 int fdt_subnode_offset(const void *fdt, int parentoffset, in fdt_subnode_offset()
161 int fdt_path_offset_namelen(const void *fdt, const char *path, int namelen) in fdt_path_offset_namelen()
207 int fdt_path_offset(const void *fdt, const char *path) in fdt_path_offset()
212 const char *fdt_get_name(const void *fdt, int nodeoffset, int *len) in fdt_get_name()
232 int fdt_first_property_offset(const void *fdt, int nodeoffset) in fdt_first_property_offset()
242 int fdt_next_property_offset(const void *fdt, int offset) in fdt_next_property_offset()
250 const struct fdt_property *fdt_get_property_by_offset(const void *fdt, in fdt_get_property_by_offset()
271 const struct fdt_property *fdt_get_property_namelen(const void *fdt, in fdt_get_property_namelen()
295 const struct fdt_property *fdt_get_property(const void *fdt, in fdt_get_property()
303 const void *fdt_getprop_namelen(const void *fdt, int nodeoffset, in fdt_getprop_namelen()
315 const void *fdt_getprop_by_offset(const void *fdt, int offset, in fdt_getprop_by_offset()
328 const void *fdt_getprop(const void *fdt, int nodeoffset, in fdt_getprop()
334 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset) in fdt_get_phandle()
351 const char *fdt_get_alias_namelen(const void *fdt, in fdt_get_alias_namelen()
363 const char *fdt_get_alias(const void *fdt, const char *name) in fdt_get_alias()
368 int fdt_get_path(const void *fdt, int nodeoffset, char *buf, int buflen) in fdt_get_path()
420 int fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset, in fdt_supernode_atdepth_offset()
456 int fdt_node_depth(const void *fdt, int nodeoffset) in fdt_node_depth()
467 int fdt_parent_offset(const void *fdt, int nodeoffset) in fdt_parent_offset()
477 int fdt_node_offset_by_prop_value(const void *fdt, int startoffset, in fdt_node_offset_by_prop_value()
504 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle) in fdt_node_offset_by_phandle()
546 int fdt_stringlist_count(const void *fdt, int nodeoffset, const char *property) in fdt_stringlist_count()
571 int fdt_stringlist_search(const void *fdt, int nodeoffset, const char *property, in fdt_stringlist_search()
601 const char *fdt_stringlist_get(const void *fdt, int nodeoffset, in fdt_stringlist_get()
646 int fdt_node_check_compatible(const void *fdt, int nodeoffset, in fdt_node_check_compatible()
659 int fdt_node_offset_by_compatible(const void *fdt, int startoffset, in fdt_node_offset_by_compatible()