Searched defs:nodeoffset (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.4/scripts/dtc/libfdt/ | 
| D | libfdt.h | 689 static inline struct fdt_property *fdt_get_property_w(void *fdt, int nodeoffset,  in fdt_get_property_w()747 static inline void *fdt_getprop_namelen_w(void *fdt, int nodeoffset,  in fdt_getprop_namelen_w()
 786 static inline void *fdt_getprop_w(void *fdt, int nodeoffset,  in fdt_getprop_w()
 1284 static inline int fdt_setprop_inplace_u32(void *fdt, int nodeoffset,  in fdt_setprop_inplace_u32()
 1319 static inline int fdt_setprop_inplace_u64(void *fdt, int nodeoffset,  in fdt_setprop_inplace_u64()
 1331 static inline int fdt_setprop_inplace_cell(void *fdt, int nodeoffset,  in fdt_setprop_inplace_cell()
 1645 static inline int fdt_setprop_u32(void *fdt, int nodeoffset, const char *name,  in fdt_setprop_u32()
 1680 static inline int fdt_setprop_u64(void *fdt, int nodeoffset, const char *name,  in fdt_setprop_u64()
 1692 static inline int fdt_setprop_cell(void *fdt, int nodeoffset, const char *name,  in fdt_setprop_cell()
 1726 #define fdt_setprop_string(fdt, nodeoffset, name, str) \  argument
 [all …]
 
 | 
| D | fdt_addresses.c | 14 static int fdt_cells(const void *fdt, int nodeoffset, const char *name)  in fdt_cells()34 int fdt_address_cells(const void *fdt, int nodeoffset)  in fdt_address_cells()
 44 int fdt_size_cells(const void *fdt, int nodeoffset)  in fdt_size_cells()
 55 int fdt_appendprop_addrrange(void *fdt, int parent, int nodeoffset,  in fdt_appendprop_addrrange()
 
 | 
| D | fdt_wip.c | 13 int fdt_setprop_inplace_namelen_partial(void *fdt, int nodeoffset,  in fdt_setprop_inplace_namelen_partial()33 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name,  in fdt_setprop_inplace()
 59 int fdt_nop_property(void *fdt, int nodeoffset, const char *name)  in fdt_nop_property()
 83 int fdt_nop_node(void *fdt, int nodeoffset)  in fdt_nop_node()
 
 | 
| D | fdt_ro.c | 285 const char *fdt_get_name(const void *fdt, int nodeoffset, int *len)  in fdt_get_name()323 int fdt_first_property_offset(const void *fdt, int nodeoffset)  in fdt_first_property_offset()
 427 					    int nodeoffset,  in fdt_get_property()
 434 const void *fdt_getprop_namelen(const void *fdt, int nodeoffset,  in fdt_getprop_namelen()
 480 const void *fdt_getprop(const void *fdt, int nodeoffset,  in fdt_getprop()
 486 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset)  in fdt_get_phandle()
 520 int fdt_get_path(const void *fdt, int nodeoffset, char *buf, int buflen)  in fdt_get_path()
 572 int fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset,  in fdt_supernode_atdepth_offset()
 608 int fdt_node_depth(const void *fdt, int nodeoffset)  in fdt_node_depth()
 619 int fdt_parent_offset(const void *fdt, int nodeoffset)  in fdt_parent_offset()
 [all …]
 
 | 
| D | fdt_rw.c | 170 static int fdt_resize_property_(void *fdt, int nodeoffset, const char *name,  in fdt_resize_property_()188 static int fdt_add_property_(void *fdt, int nodeoffset, const char *name,  in fdt_add_property_()
 220 int fdt_set_name(void *fdt, int nodeoffset, const char *name)  in fdt_set_name()
 243 int fdt_setprop_placeholder(void *fdt, int nodeoffset, const char *name,  in fdt_setprop_placeholder()
 261 int fdt_setprop(void *fdt, int nodeoffset, const char *name,  in fdt_setprop()
 276 int fdt_appendprop(void *fdt, int nodeoffset, const char *name,  in fdt_appendprop()
 303 int fdt_delprop(void *fdt, int nodeoffset, const char *name)  in fdt_delprop()
 364 int fdt_del_node(void *fdt, int nodeoffset)  in fdt_del_node()
 
 | 
| D | fdt_overlay.c | 650 static int get_path_len(const void *fdt, int nodeoffset)  in get_path_len()
 |