/external/dtc/libfdt/ |
D | libfdt.h | 595 static inline struct fdt_property *fdt_get_property_w(void *fdt, int nodeoffset, in fdt_get_property_w() 653 static inline void *fdt_getprop_namelen_w(void *fdt, int nodeoffset, in fdt_getprop_namelen_w() 692 static inline void *fdt_getprop_w(void *fdt, int nodeoffset, in fdt_getprop_w() 1190 static inline int fdt_setprop_inplace_u32(void *fdt, int nodeoffset, in fdt_setprop_inplace_u32() 1225 static inline int fdt_setprop_inplace_u64(void *fdt, int nodeoffset, in fdt_setprop_inplace_u64() 1237 static inline int fdt_setprop_inplace_cell(void *fdt, int nodeoffset, in fdt_setprop_inplace_cell() 1479 static inline int fdt_setprop_u32(void *fdt, int nodeoffset, const char *name, in fdt_setprop_u32() 1514 static inline int fdt_setprop_u64(void *fdt, int nodeoffset, const char *name, in fdt_setprop_u64() 1526 static inline int fdt_setprop_cell(void *fdt, int nodeoffset, const char *name, in fdt_setprop_cell() 1560 #define fdt_setprop_string(fdt, nodeoffset, name, str) \ argument [all …]
|
D | fdt_wip.c | 58 int fdt_setprop_inplace_namelen_partial(void *fdt, int nodeoffset, in fdt_setprop_inplace_namelen_partial() 78 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name, in fdt_setprop_inplace() 104 int fdt_nop_property(void *fdt, int nodeoffset, const char *name) in fdt_nop_property() 128 int fdt_nop_node(void *fdt, int nodeoffset) in fdt_nop_node()
|
D | fdt_ro.c | 233 const char *fdt_get_name(const void *fdt, int nodeoffset, int *len) in fdt_get_name() 253 int fdt_first_property_offset(const void *fdt, int nodeoffset) in fdt_first_property_offset() 317 int nodeoffset, in fdt_get_property() 324 const void *fdt_getprop_namelen(const void *fdt, int nodeoffset, in fdt_getprop_namelen() 349 const void *fdt_getprop(const void *fdt, int nodeoffset, in fdt_getprop() 355 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset) in fdt_get_phandle() 389 int fdt_get_path(const void *fdt, int nodeoffset, char *buf, int buflen) in fdt_get_path() 441 int fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset, in fdt_supernode_atdepth_offset() 477 int fdt_node_depth(const void *fdt, int nodeoffset) in fdt_node_depth() 488 int fdt_parent_offset(const void *fdt, int nodeoffset) in fdt_parent_offset() [all …]
|
D | fdt_addresses.c | 58 int fdt_address_cells(const void *fdt, int nodeoffset) in fdt_address_cells() 78 int fdt_size_cells(const void *fdt, int nodeoffset) in fdt_size_cells()
|
D | fdt_rw.c | 203 static int _fdt_resize_property(void *fdt, int nodeoffset, const char *name, in _fdt_resize_property() 221 static int _fdt_add_property(void *fdt, int nodeoffset, const char *name, in _fdt_add_property() 249 int fdt_set_name(void *fdt, int nodeoffset, const char *name) in fdt_set_name() 272 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() 379 int fdt_del_node(void *fdt, int nodeoffset) in fdt_del_node()
|
/external/u-boot/scripts/dtc/libfdt/ |
D | libfdt.h | 598 static inline struct fdt_property *fdt_get_property_w(void *fdt, int nodeoffset, in fdt_get_property_w() 656 static inline void *fdt_getprop_namelen_w(void *fdt, int nodeoffset, in fdt_getprop_namelen_w() 695 static inline void *fdt_getprop_w(void *fdt, int nodeoffset, in fdt_getprop_w() 1193 static inline int fdt_setprop_inplace_u32(void *fdt, int nodeoffset, in fdt_setprop_inplace_u32() 1228 static inline int fdt_setprop_inplace_u64(void *fdt, int nodeoffset, in fdt_setprop_inplace_u64() 1240 static inline int fdt_setprop_inplace_cell(void *fdt, int nodeoffset, in fdt_setprop_inplace_cell() 1513 static inline int fdt_setprop_u32(void *fdt, int nodeoffset, const char *name, in fdt_setprop_u32() 1548 static inline int fdt_setprop_u64(void *fdt, int nodeoffset, const char *name, in fdt_setprop_u64() 1560 static inline int fdt_setprop_cell(void *fdt, int nodeoffset, const char *name, in fdt_setprop_cell() 1594 #define fdt_setprop_string(fdt, nodeoffset, name, str) \ argument [all …]
|
D | fdt_wip.c | 58 int fdt_setprop_inplace_namelen_partial(void *fdt, int nodeoffset, in fdt_setprop_inplace_namelen_partial() 78 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name, in fdt_setprop_inplace() 104 int fdt_nop_property(void *fdt, int nodeoffset, const char *name) in fdt_nop_property() 128 int fdt_nop_node(void *fdt, int nodeoffset) in fdt_nop_node()
|
D | fdt_ro.c | 234 const char *fdt_get_name(const void *fdt, int nodeoffset, int *len) in fdt_get_name() 272 int fdt_first_property_offset(const void *fdt, int nodeoffset) in fdt_first_property_offset() 376 int nodeoffset, in fdt_get_property() 383 const void *fdt_getprop_namelen(const void *fdt, int nodeoffset, in fdt_getprop_namelen() 419 const void *fdt_getprop(const void *fdt, int nodeoffset, in fdt_getprop() 425 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset) in fdt_get_phandle() 459 int fdt_get_path(const void *fdt, int nodeoffset, char *buf, int buflen) in fdt_get_path() 511 int fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset, in fdt_supernode_atdepth_offset() 547 int fdt_node_depth(const void *fdt, int nodeoffset) in fdt_node_depth() 558 int fdt_parent_offset(const void *fdt, int nodeoffset) in fdt_parent_offset() [all …]
|
D | fdt_addresses.c | 58 int fdt_address_cells(const void *fdt, int nodeoffset) in fdt_address_cells() 78 int fdt_size_cells(const void *fdt, int nodeoffset) in fdt_size_cells()
|
D | fdt_rw.c | 203 static int fdt_resize_property_(void *fdt, int nodeoffset, const char *name, in fdt_resize_property_() 221 static int fdt_add_property_(void *fdt, int nodeoffset, const char *name, in fdt_add_property_() 249 int fdt_set_name(void *fdt, int nodeoffset, const char *name) in fdt_set_name() 272 int fdt_setprop_placeholder(void *fdt, int nodeoffset, const char *name, in fdt_setprop_placeholder() 290 int fdt_setprop(void *fdt, int nodeoffset, const char *name, in fdt_setprop() 305 int fdt_appendprop(void *fdt, int nodeoffset, const char *name, in fdt_appendprop() 332 int fdt_delprop(void *fdt, int nodeoffset, const char *name) in fdt_delprop() 393 int fdt_del_node(void *fdt, int nodeoffset) in fdt_del_node()
|
/external/u-boot/lib/libfdt/ |
D | fdt_ro.c | 212 const char *fdt_get_name(const void *fdt, int nodeoffset, int *len) in fdt_get_name() 232 int fdt_first_property_offset(const void *fdt, int nodeoffset) in fdt_first_property_offset() 296 int nodeoffset, in fdt_get_property() 303 const void *fdt_getprop_namelen(const void *fdt, int nodeoffset, in fdt_getprop_namelen() 328 const void *fdt_getprop(const void *fdt, int nodeoffset, in fdt_getprop() 334 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset) in fdt_get_phandle() 368 int fdt_get_path(const void *fdt, int nodeoffset, char *buf, int buflen) in fdt_get_path() 420 int fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset, in fdt_supernode_atdepth_offset() 456 int fdt_node_depth(const void *fdt, int nodeoffset) in fdt_node_depth() 467 int fdt_parent_offset(const void *fdt, int nodeoffset) in fdt_parent_offset() [all …]
|
/external/dtc/tests/ |
D | tests.h | 100 #define check_property_cell(fdt, nodeoffset, name, val) \ argument 109 #define check_getprop_cell(fdt, nodeoffset, name, val) \ argument 114 #define check_getprop_64(fdt, nodeoffset, name, val) \ argument 119 #define check_getprop_string(fdt, nodeoffset, name, s) \ argument
|
D | supernode_atdepth_offset.c | 74 int nodeoffset, supernodeoffset, superpathoffset, pathprefixlen; in check_supernode_atdepth() local 111 int nodeoffset, err; in check_supernode_overdepth() local
|
D | testutils.c | 87 void check_property(void *fdt, int nodeoffset, const char *name, in check_property() 124 const void *check_getprop(void *fdt, int nodeoffset, const char *name, in check_getprop()
|
D | parent_offset.c | 45 int nodeoffset, parentoffset, parentpathoffset, pathparentlen; in check_path() local
|
D | dtb_reverse.c | 104 static void reverse_node(void *in, void *out, int nodeoffset) in reverse_node()
|
/external/u-boot/include/ |
D | fdt_support.h | 239 static inline int fdt_status_okay(void *fdt, int nodeoffset) in fdt_status_okay() 243 static inline int fdt_status_disabled(void *fdt, int nodeoffset) in fdt_status_disabled() 247 static inline int fdt_status_fail(void *fdt, int nodeoffset) in fdt_status_fail()
|
/external/u-boot/cmd/ |
D | fdt.c | 223 int nodeoffset; /* node offset from libfdt */ in do_fdt() local 257 int nodeoffset; /* node offset from libfdt */ in do_fdt() local 313 int nodeoffset; /* node offset from libfdt */ in do_fdt() local 454 int nodeoffset; /* node offset from libfdt */ in do_fdt() local 955 int nodeoffset; /* node offset from libfdt */ in fdt_print() local
|
/external/u-boot/arch/powerpc/cpu/mpc83xx/ |
D | fdt.c | 62 int nodeoffset, path; in ft_cpu_setup() local
|
D | pci.c | 187 int nodeoffset; in ft_pci_setup() local
|
/external/u-boot/drivers/pci/ |
D | pcie_layerscape_fixup.c | 77 int nodeoffset; in fdt_pcie_set_msi_map_entry() local 130 int nodeoffset; in fdt_pcie_set_iommu_map_entry() local
|
/external/u-boot/tools/ |
D | fit_info.c | 45 int nodeoffset; /* node offset from libfdt */ in main() local
|
/external/u-boot/board/BuR/common/ |
D | common.c | 324 int nodeoffset; in br_summaryscreen_printdtb() local 356 int nodeoffset; in ft_board_setup() local
|
/external/u-boot/common/ |
D | fdt_support.c | 179 static inline int fdt_setprop_uxx(void *fdt, int nodeoffset, const char *name, in fdt_setprop_uxx() 216 int nodeoffset; in fdt_initrd() local 276 int nodeoffset; in fdt_chosen() local 419 int err, nodeoffset; in fdt_fixup_memory_banks() local 1335 int fdt_set_phandle(void *fdt, int nodeoffset, uint32_t phandle) in fdt_set_phandle() 1374 unsigned int fdt_create_phandle(void *fdt, int nodeoffset) in fdt_create_phandle() 1404 int fdt_set_node_status(void *fdt, int nodeoffset, in fdt_set_node_status()
|
/external/u-boot/board/ti/ks2_evm/ |
D | board.c | 149 int nodeoffset; in ft_board_setup() local
|