Home
last modified time | relevance | path

Searched defs:nodeoffset (Results 1 – 6 of 6) sorted by relevance

/linux/scripts/dtc/libfdt/
H A Dlibfdt.h747 fdt_get_property_w(void * fdt,int nodeoffset,const char * name,int * lenp) fdt_get_property_w() argument
807 fdt_getprop_namelen_w(void * fdt,int nodeoffset,const char * name,int namelen,int * lenp) fdt_getprop_namelen_w() argument
846 fdt_getprop_w(void * fdt,int nodeoffset,const char * name,int * lenp) fdt_getprop_w() argument
1385 fdt_setprop_inplace_u32(void * fdt,int nodeoffset,const char * name,uint32_t val) fdt_setprop_inplace_u32() argument
1420 fdt_setprop_inplace_u64(void * fdt,int nodeoffset,const char * name,uint64_t val) fdt_setprop_inplace_u64() argument
1437 fdt_setprop_inplace_cell(void * fdt,int nodeoffset,const char * name,uint32_t val) fdt_setprop_inplace_cell() argument
1752 fdt_setprop_u32(void * fdt,int nodeoffset,const char * name,uint32_t val) fdt_setprop_u32() argument
1787 fdt_setprop_u64(void * fdt,int nodeoffset,const char * name,uint64_t val) fdt_setprop_u64() argument
1805 fdt_setprop_cell(void * fdt,int nodeoffset,const char * name,uint32_t val) fdt_setprop_cell() argument
1839 fdt_setprop_string(fdt,nodeoffset,name,str) global() argument
1869 fdt_setprop_empty(fdt,nodeoffset,name) global() argument
1930 fdt_appendprop_u32(void * fdt,int nodeoffset,const char * name,uint32_t val) fdt_appendprop_u32() argument
1965 fdt_appendprop_u64(void * fdt,int nodeoffset,const char * name,uint64_t val) fdt_appendprop_u64() argument
1983 fdt_appendprop_cell(void * fdt,int nodeoffset,const char * name,uint32_t val) fdt_appendprop_cell() argument
2016 fdt_appendprop_string(fdt,nodeoffset,name,str) global() argument
[all...]
H A Dfdt_ro.c303 const char *fdt_get_name(const void *fdt, int nodeoffset, int *len) in fdt_get_name()
341 int fdt_first_property_offset(const void *fdt, int nodeoffset) in fdt_first_property_offset()
447 int nodeoffset, in fdt_get_property()
454 const void *fdt_getprop_namelen(const void *fdt, int nodeoffset, in fdt_getprop_namelen()
505 const void *fdt_getprop(const void *fdt, int nodeoffset, in fdt_getprop()
511 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset) in fdt_get_phandle()
571 int fdt_get_path(const void *fdt, int nodeoffset, char *buf, int buflen) in fdt_get_path()
623 int fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset, in fdt_supernode_atdepth_offset()
661 int fdt_node_depth(const void *fdt, int nodeoffset) in fdt_node_depth()
673 int fdt_parent_offset(const void *fdt, int nodeoffset) in fdt_parent_offset()
[all …]
H A Dfdt_addresses.c14 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()
46 int fdt_size_cells(const void *fdt, int nodeoffset) in fdt_size_cells()
57 int fdt_appendprop_addrrange(void *fdt, int parent, int nodeoffset, in fdt_appendprop_addrrange()
H A Dfdt_wip.c13 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()
H A Dfdt_rw.c184 fdt_resize_property_(void * fdt,int nodeoffset,const char * name,int len,struct fdt_property ** prop) fdt_resize_property_() argument
202 fdt_add_property_(void * fdt,int nodeoffset,const char * name,int len,struct fdt_property ** prop) fdt_add_property_() argument
235 fdt_set_name(void * fdt,int nodeoffset,const char * name) fdt_set_name() argument
258 fdt_setprop_placeholder(void * fdt,int nodeoffset,const char * name,int len,void ** prop_data) fdt_setprop_placeholder() argument
276 fdt_setprop(void * fdt,int nodeoffset,const char * name,const void * val,int len) fdt_setprop() argument
291 fdt_appendprop(void * fdt,int nodeoffset,const char * name,const void * val,int len) fdt_appendprop() argument
318 fdt_delprop(void * fdt,int nodeoffset,const char * name) fdt_delprop() argument
382 fdt_del_node(void * fdt,int nodeoffset) fdt_del_node() argument
[all...]
H A Dfdt_overlay.c863 get_path_len(const void * fdt,int nodeoffset) get_path_len() argument