/aosp_15_r20/device/google/cuttlefish_vmm/qemu/x86_64-linux-gnu/usr/include/ |
D | libfdt.h | 708 static inline struct fdt_property *fdt_get_property_w(void *fdt, int nodeoffset, in fdt_get_property_w() 768 static inline void *fdt_getprop_namelen_w(void *fdt, int nodeoffset, in fdt_getprop_namelen_w() 807 static inline void *fdt_getprop_w(void *fdt, int nodeoffset, in fdt_getprop_w() 1310 static inline int fdt_setprop_inplace_u32(void *fdt, int nodeoffset, in fdt_setprop_inplace_u32() 1345 static inline int fdt_setprop_inplace_u64(void *fdt, int nodeoffset, in fdt_setprop_inplace_u64() 1362 static inline int fdt_setprop_inplace_cell(void *fdt, int nodeoffset, in fdt_setprop_inplace_cell() 1677 static inline int fdt_setprop_u32(void *fdt, int nodeoffset, const char *name, in fdt_setprop_u32() 1712 static inline int fdt_setprop_u64(void *fdt, int nodeoffset, const char *name, in fdt_setprop_u64() 1730 static inline int fdt_setprop_cell(void *fdt, int nodeoffset, const char *name, in fdt_setprop_cell() 1764 #define fdt_setprop_string(fdt, nodeoffset, name, str) \ argument [all …]
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/include/lib/libfdt/ |
D | libfdt.h | 722 static inline struct fdt_property *fdt_get_property_w(void *fdt, int nodeoffset, in fdt_get_property_w() 782 static inline void *fdt_getprop_namelen_w(void *fdt, int nodeoffset, in fdt_getprop_namelen_w() 821 static inline void *fdt_getprop_w(void *fdt, int nodeoffset, in fdt_getprop_w() 1324 static inline int fdt_setprop_inplace_u32(void *fdt, int nodeoffset, in fdt_setprop_inplace_u32() 1359 static inline int fdt_setprop_inplace_u64(void *fdt, int nodeoffset, in fdt_setprop_inplace_u64() 1376 static inline int fdt_setprop_inplace_cell(void *fdt, int nodeoffset, in fdt_setprop_inplace_cell() 1691 static inline int fdt_setprop_u32(void *fdt, int nodeoffset, const char *name, in fdt_setprop_u32() 1726 static inline int fdt_setprop_u64(void *fdt, int nodeoffset, const char *name, in fdt_setprop_u64() 1744 static inline int fdt_setprop_cell(void *fdt, int nodeoffset, const char *name, in fdt_setprop_cell() 1778 #define fdt_setprop_string(fdt, nodeoffset, name, str) \ argument [all …]
|
/aosp_15_r20/external/dtc/libfdt/ |
H A D | libfdt.h | 722 static inline struct fdt_property *fdt_get_property_w(void *fdt, int nodeoffset, in fdt_get_property_w() 782 static inline void *fdt_getprop_namelen_w(void *fdt, int nodeoffset, in fdt_getprop_namelen_w() 821 static inline void *fdt_getprop_w(void *fdt, int nodeoffset, in fdt_getprop_w() 1324 static inline int fdt_setprop_inplace_u32(void *fdt, int nodeoffset, in fdt_setprop_inplace_u32() 1359 static inline int fdt_setprop_inplace_u64(void *fdt, int nodeoffset, in fdt_setprop_inplace_u64() 1376 static inline int fdt_setprop_inplace_cell(void *fdt, int nodeoffset, in fdt_setprop_inplace_cell() 1691 static inline int fdt_setprop_u32(void *fdt, int nodeoffset, const char *name, in fdt_setprop_u32() 1726 static inline int fdt_setprop_u64(void *fdt, int nodeoffset, const char *name, in fdt_setprop_u64() 1744 static inline int fdt_setprop_cell(void *fdt, int nodeoffset, const char *name, in fdt_setprop_cell() 1778 #define fdt_setprop_string(fdt, nodeoffset, name, str) \ argument [all …]
|
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() 560 int fdt_get_path(const void *fdt, int nodeoffset, char *buf, int buflen) in fdt_get_path() 612 int fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset, in fdt_supernode_atdepth_offset() 650 int fdt_node_depth(const void *fdt, int nodeoffset) in fdt_node_depth() 662 int fdt_parent_offset(const void *fdt, int nodeoffset) in fdt_parent_offset() [all …]
|
H A D | fdt_rw.c | 184 static int fdt_resize_property_(void *fdt, int nodeoffset, const char *name, in fdt_resize_property_() 202 static int fdt_add_property_(void *fdt, int nodeoffset, const char *name, in fdt_add_property_() 235 int fdt_set_name(void *fdt, int nodeoffset, const char *name) in fdt_set_name() 258 int fdt_setprop_placeholder(void *fdt, int nodeoffset, const char *name, in fdt_setprop_placeholder() 276 int fdt_setprop(void *fdt, int nodeoffset, const char *name, in fdt_setprop() 291 int fdt_appendprop(void *fdt, int nodeoffset, const char *name, in fdt_appendprop() 318 int fdt_delprop(void *fdt, int nodeoffset, const char *name) in fdt_delprop() 382 int fdt_del_node(void *fdt, int nodeoffset) in fdt_del_node()
|
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()
|
H A D | fdt_overlay.c | 636 static int get_path_len(const void *fdt, int nodeoffset) in get_path_len()
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/lib/libfdt/ |
D | fdt_ro.c | 300 const char *fdt_get_name(const void *fdt, int nodeoffset, int *len) in fdt_get_name() 338 int fdt_first_property_offset(const void *fdt, int nodeoffset) in fdt_first_property_offset() 444 int nodeoffset, in fdt_get_property() 451 const void *fdt_getprop_namelen(const void *fdt, int nodeoffset, in fdt_getprop_namelen() 502 const void *fdt_getprop(const void *fdt, int nodeoffset, in fdt_getprop() 508 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset) in fdt_get_phandle() 542 int fdt_get_path(const void *fdt, int nodeoffset, char *buf, int buflen) in fdt_get_path() 594 int fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset, in fdt_supernode_atdepth_offset() 632 int fdt_node_depth(const void *fdt, int nodeoffset) in fdt_node_depth() 644 int fdt_parent_offset(const void *fdt, int nodeoffset) in fdt_parent_offset() [all …]
|
D | fdt_rw.c | 184 static int fdt_resize_property_(void *fdt, int nodeoffset, const char *name, in fdt_resize_property_() 202 static int fdt_add_property_(void *fdt, int nodeoffset, const char *name, in fdt_add_property_() 235 int fdt_set_name(void *fdt, int nodeoffset, const char *name) in fdt_set_name() 258 int fdt_setprop_placeholder(void *fdt, int nodeoffset, const char *name, in fdt_setprop_placeholder() 276 int fdt_setprop(void *fdt, int nodeoffset, const char *name, in fdt_setprop() 291 int fdt_appendprop(void *fdt, int nodeoffset, const char *name, in fdt_appendprop() 318 int fdt_delprop(void *fdt, int nodeoffset, const char *name) in fdt_delprop() 382 int fdt_del_node(void *fdt, int nodeoffset) in fdt_del_node()
|
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()
|
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_overlay.c | 636 static int get_path_len(const void *fdt, int nodeoffset) in get_path_len()
|
/aosp_15_r20/external/dtc/tests/ |
H A D | tests.h | 87 #define check_property_cell(fdt, nodeoffset, name, val) \ argument 96 #define check_getprop_cell(fdt, nodeoffset, name, val) \ argument 101 #define check_getprop_64(fdt, nodeoffset, name, val) \ argument 106 #define check_getprop_string(fdt, nodeoffset, name, s) \ argument
|
H A D | testutils.c | 90 void check_property(void *fdt, int nodeoffset, const char *name, in check_property() 138 const void *check_getprop(void *fdt, int nodeoffset, const char *name, in check_getprop() 181 const void *check_getprop_addrrange(void *fdt, int parent, int nodeoffset, in check_getprop_addrrange()
|
H A D | supernode_atdepth_offset.c | 61 int nodeoffset, supernodeoffset, superpathoffset, pathprefixlen; in check_supernode_atdepth() local 98 int nodeoffset, err; in check_supernode_overdepth() local
|
H A D | parent_offset.c | 32 int nodeoffset, parentoffset, parentpathoffset, pathparentlen; in check_path() local
|
H A D | dtb_reverse.c | 91 static void reverse_node(void *in, void *out, int nodeoffset) in reverse_node()
|
/aosp_15_r20/external/arm-trusted-firmware/plat/arm/css/sgi/ |
H A D | sgi_image_load.c | 28 int nodeoffset, err; in plat_sgi_append_config_node() local
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/arm/board/neoverse_rd/common/ |
D | nrd_image_load.c | 81 int nodeoffset, err; in plat_nrd_append_config_node() local
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/arm/board/n1sdp/ |
D | n1sdp_image_load.c | 49 int nodeoffset, err; in plat_n1sdp_append_config_node() local
|
/aosp_15_r20/external/trusty/lk/lib/device_tree/ |
D | libfdt_helpers.c | 82 int nodeoffset, in fdt_helper_get_reg()
|
/aosp_15_r20/external/dtc/ |
H A D | fdtput.c | 136 static char *realloc_property(char *fdt, int nodeoffset, in realloc_property()
|