Lines Matching defs:fdt
58 static int _fdt_nodename_eq(const void *fdt, int offset, in _fdt_nodename_eq()
78 const char *fdt_string(const void *fdt, int stroffset) in fdt_string()
83 int fdt_get_mem_rsv(const void *fdt, int n, uint64_t *address, uint64_t *size) in fdt_get_mem_rsv()
91 int fdt_num_mem_rsv(const void *fdt) in fdt_num_mem_rsv()
100 int fdt_subnode_offset_namelen(const void *fdt, int offset, in fdt_subnode_offset_namelen()
123 int fdt_subnode_offset(const void *fdt, int parentoffset, in fdt_subnode_offset()
129 int fdt_path_offset(const void *fdt, const char *path) in fdt_path_offset()
161 const char *fdt_get_name(const void *fdt, int nodeoffset, int *len) in fdt_get_name()
181 const struct fdt_property *fdt_get_property(const void *fdt, in fdt_get_property()
244 const void *fdt_getprop(const void *fdt, int nodeoffset, in fdt_getprop()
256 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset) in fdt_get_phandle()
268 int fdt_get_path(const void *fdt, int nodeoffset, char *buf, int buflen) in fdt_get_path()
321 int fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset, in fdt_supernode_atdepth_offset()
357 int fdt_node_depth(const void *fdt, int nodeoffset) in fdt_node_depth()
368 int fdt_parent_offset(const void *fdt, int nodeoffset) in fdt_parent_offset()
378 int fdt_node_offset_by_prop_value(const void *fdt, int startoffset, in fdt_node_offset_by_prop_value()
405 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle) in fdt_node_offset_by_phandle()
431 int fdt_node_check_compatible(const void *fdt, int nodeoffset, in fdt_node_check_compatible()
446 int fdt_node_offset_by_compatible(const void *fdt, int startoffset, in fdt_node_offset_by_compatible()