| /kernel/linux/linux-5.10/scripts/dtc/libfdt/ |
| H A D | fdt_addresses.c | 14 static int fdt_cells(const void *fdt, int nodeoffset, const char *name) in fdt_cells() argument 34 int fdt_address_cells(const void *fdt, int nodeoffset) in fdt_address_cells() argument 46 int fdt_size_cells(const void *fdt, int nodeoffset) in fdt_size_cells() argument 57 int fdt_appendprop_addrrange(void *fdt, int parent, int nodeoffset, in fdt_appendprop_addrrange() argument
|
| H A D | fdt_wip.c | 13 int fdt_setprop_inplace_namelen_partial(void *fdt, int nodeoffset, in fdt_setprop_inplace_namelen_partial() argument 33 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name, in fdt_setprop_inplace() argument 59 int fdt_nop_property(void *fdt, int nodeoffset, const char *name) in fdt_nop_property() argument 83 int fdt_nop_node(void *fdt, int nodeoffset) in fdt_nop_node() argument [all...] |
| H A D | fdt_overlay.c | 651 static int get_path_len(const void *fdt, int nodeoffset) in get_path_len() argument
|
| H A D | fdt_rw.c | 184 static int fdt_resize_property_(void *fdt, int nodeoffset, const char *name, in fdt_resize_property_() argument 202 static int fdt_add_property_(void *fdt, int nodeoffset, const char *name, in fdt_add_property_() argument 235 int fdt_set_name(void *fdt, int nodeoffset, const char *name) in fdt_set_name() argument 258 int fdt_setprop_placeholder(void *fdt, int nodeoffset, const char *name, in fdt_setprop_placeholder() argument 276 int fdt_setprop(void *fdt, int nodeoffset, cons 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 379 fdt_del_node(void *fdt, int nodeoffset) fdt_del_node() argument [all...] |
| H A D | fdt_ro.c | 300 const char *fdt_get_name(const void *fdt, int nodeoffset, int *len) in fdt_get_name() argument 338 int fdt_first_property_offset(const void *fdt, int nodeoffset) in fdt_first_property_offset() argument 451 const void *fdt_getprop_namelen(const void *fdt, int nodeoffset, in fdt_getprop_namelen() argument 502 const void *fdt_getprop(const void *fdt, int nodeoffset, in fdt_getprop() argument 443 fdt_get_property(const void *fdt, int nodeoffset, const char *name, int *lenp) fdt_get_property() argument 508 fdt_get_phandle(const void *fdt, int nodeoffset) fdt_get_phandle() argument 542 fdt_get_path(const void *fdt, int nodeoffset, char *buf, int buflen) fdt_get_path() argument 594 fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset, int supernodedepth, int *nodedepth) fdt_supernode_atdepth_offset() argument 632 fdt_node_depth(const void *fdt, int nodeoffset) fdt_node_depth() argument 644 fdt_parent_offset(const void *fdt, int nodeoffset) fdt_parent_offset() argument 723 fdt_stringlist_count(const void *fdt, int nodeoffset, const char *property) fdt_stringlist_count() argument 748 fdt_stringlist_search(const void *fdt, int nodeoffset, const char *property, const char *string) fdt_stringlist_search() argument 778 fdt_stringlist_get(const void *fdt, int nodeoffset, const char *property, int idx, int *lenp) fdt_stringlist_get() argument 823 fdt_node_check_compatible(const void *fdt, int nodeoffset, const char *compatible) fdt_node_check_compatible() argument [all...] |
| H A D | libfdt.h | 694 fdt_get_property_w(void *fdt, int nodeoffset, const char *name, int *lenp) fdt_get_property_w() argument 752 fdt_getprop_namelen_w(void *fdt, int nodeoffset, const char *name, int namelen, int *lenp) fdt_getprop_namelen_w() argument 791 fdt_getprop_w(void *fdt, int nodeoffset, const char *name, int *lenp) fdt_getprop_w() argument 1289 fdt_setprop_inplace_u32(void *fdt, int nodeoffset, const char *name, uint32_t val) fdt_setprop_inplace_u32() argument 1324 fdt_setprop_inplace_u64(void *fdt, int nodeoffset, const char *name, uint64_t val) fdt_setprop_inplace_u64() argument 1336 fdt_setprop_inplace_cell(void *fdt, int nodeoffset, const char *name, uint32_t val) fdt_setprop_inplace_cell() argument 1650 fdt_setprop_u32(void *fdt, int nodeoffset, const char *name, uint32_t val) fdt_setprop_u32() argument 1685 fdt_setprop_u64(void *fdt, int nodeoffset, const char *name, uint64_t val) fdt_setprop_u64() argument 1697 fdt_setprop_cell(void *fdt, int nodeoffset, const char *name, uint32_t val) fdt_setprop_cell() argument 1822 fdt_appendprop_u32(void *fdt, int nodeoffset, const char *name, uint32_t val) fdt_appendprop_u32() argument 1857 fdt_appendprop_u64(void *fdt, int nodeoffset, const char *name, uint64_t val) fdt_appendprop_u64() argument 1869 fdt_appendprop_cell(void *fdt, int nodeoffset, const char *name, uint32_t val) fdt_appendprop_cell() argument [all...] |
| /kernel/linux/linux-6.6/scripts/dtc/libfdt/ |
| H A D | fdt_wip.c | 13 int fdt_setprop_inplace_namelen_partial(void *fdt, int nodeoffset, in fdt_setprop_inplace_namelen_partial() argument 33 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name, in fdt_setprop_inplace() argument 59 int fdt_nop_property(void *fdt, int nodeoffset, const char *name) in fdt_nop_property() argument 83 int fdt_nop_node(void *fdt, int nodeoffset) in fdt_nop_node() argument [all...] |
| H A D | fdt_addresses.c | 14 static int fdt_cells(const void *fdt, int nodeoffset, const char *name) in fdt_cells() argument 34 int fdt_address_cells(const void *fdt, int nodeoffset) in fdt_address_cells() argument 46 int fdt_size_cells(const void *fdt, int nodeoffset) in fdt_size_cells() argument 57 int fdt_appendprop_addrrange(void *fdt, int parent, int nodeoffset, in fdt_appendprop_addrrange() argument
|
| H A D | fdt_overlay.c | 636 static int get_path_len(const void *fdt, int nodeoffset) in get_path_len() argument
|
| H A D | fdt_rw.c | 184 static int fdt_resize_property_(void *fdt, int nodeoffset, const char *name, in fdt_resize_property_() argument 202 static int fdt_add_property_(void *fdt, int nodeoffset, const char *name, in fdt_add_property_() argument 235 int fdt_set_name(void *fdt, int nodeoffset, const char *name) in fdt_set_name() argument 258 int fdt_setprop_placeholder(void *fdt, int nodeoffset, const char *name, in fdt_setprop_placeholder() argument 276 int fdt_setprop(void *fdt, int nodeoffset, cons 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 D | libfdt.h | 722 fdt_get_property_w(void *fdt, int nodeoffset, const char *name, int *lenp) fdt_get_property_w() argument 782 fdt_getprop_namelen_w(void *fdt, int nodeoffset, const char *name, int namelen, int *lenp) fdt_getprop_namelen_w() argument 821 fdt_getprop_w(void *fdt, int nodeoffset, const char *name, int *lenp) fdt_getprop_w() argument 1324 fdt_setprop_inplace_u32(void *fdt, int nodeoffset, const char *name, uint32_t val) fdt_setprop_inplace_u32() argument 1359 fdt_setprop_inplace_u64(void *fdt, int nodeoffset, const char *name, uint64_t val) fdt_setprop_inplace_u64() argument 1376 fdt_setprop_inplace_cell(void *fdt, int nodeoffset, const char *name, uint32_t val) fdt_setprop_inplace_cell() argument 1691 fdt_setprop_u32(void *fdt, int nodeoffset, const char *name, uint32_t val) fdt_setprop_u32() argument 1726 fdt_setprop_u64(void *fdt, int nodeoffset, const char *name, uint64_t val) fdt_setprop_u64() argument 1744 fdt_setprop_cell(void *fdt, int nodeoffset, const char *name, uint32_t val) fdt_setprop_cell() argument 1869 fdt_appendprop_u32(void *fdt, int nodeoffset, const char *name, uint32_t val) fdt_appendprop_u32() argument 1904 fdt_appendprop_u64(void *fdt, int nodeoffset, const char *name, uint64_t val) fdt_appendprop_u64() argument 1922 fdt_appendprop_cell(void *fdt, int nodeoffset, const char *name, uint32_t val) fdt_appendprop_cell() argument [all...] |
| H A D | fdt_ro.c | 300 const char *fdt_get_name(const void *fdt, int nodeoffset, int *len) in fdt_get_name() argument 338 int fdt_first_property_offset(const void *fdt, int nodeoffset) in fdt_first_property_offset() argument 451 const void *fdt_getprop_namelen(const void *fdt, int nodeoffset, in fdt_getprop_namelen() argument 502 const void *fdt_getprop(const void *fdt, int nodeoffset, in fdt_getprop() argument 443 fdt_get_property(const void *fdt, int nodeoffset, const char *name, int *lenp) fdt_get_property() argument 508 fdt_get_phandle(const void *fdt, int nodeoffset) fdt_get_phandle() argument 542 fdt_get_path(const void *fdt, int nodeoffset, char *buf, int buflen) fdt_get_path() argument 594 fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset, int supernodedepth, int *nodedepth) fdt_supernode_atdepth_offset() argument 632 fdt_node_depth(const void *fdt, int nodeoffset) fdt_node_depth() argument 644 fdt_parent_offset(const void *fdt, int nodeoffset) fdt_parent_offset() argument 723 fdt_stringlist_count(const void *fdt, int nodeoffset, const char *property) fdt_stringlist_count() argument 748 fdt_stringlist_search(const void *fdt, int nodeoffset, const char *property, const char *string) fdt_stringlist_search() argument 778 fdt_stringlist_get(const void *fdt, int nodeoffset, const char *property, int idx, int *lenp) fdt_stringlist_get() argument 823 fdt_node_check_compatible(const void *fdt, int nodeoffset, const char *compatible) fdt_node_check_compatible() argument [all...] |