Searched defs:nodeoffset (Results 1 – 3 of 3) sorted by relevance
| /linux/scripts/dtc/libfdt/ |
| H A D | fdt_ro.c | 303 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 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() 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 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()
|