Home
last modified time | relevance | path

Searched refs:fdt_property (Results 1 – 11 of 11) sorted by relevance

/rk3399_ARM-atf/lib/libfdt/
H A Dlibfdt.h685 const struct fdt_property *fdt_get_property_by_offset(const void *fdt,
688 static inline struct fdt_property *fdt_get_property_by_offset_w(void *fdt, in fdt_get_property_by_offset_w()
692 return (struct fdt_property *)(uintptr_t) in fdt_get_property_by_offset_w()
711 const struct fdt_property *fdt_get_property_namelen(const void *fdt,
745 const struct fdt_property *fdt_get_property(const void *fdt, int nodeoffset,
747 static inline struct fdt_property *fdt_get_property_w(void *fdt, int nodeoffset, in fdt_get_property_w()
751 return (struct fdt_property *)(uintptr_t) in fdt_get_property_w()
1540 int fdt_property(void *fdt, const char *name, const void *val, int len);
1544 return fdt_property(fdt, name, &tmp, sizeof(tmp)); in fdt_property_u32()
1549 return fdt_property(fdt, name, &tmp, sizeof(tmp)); in fdt_property_u64()
[all …]
H A Dfdt_ro.c359 static const struct fdt_property *fdt_get_property_by_offset_(const void *fdt, in fdt_get_property_by_offset_()
364 const struct fdt_property *prop; in fdt_get_property_by_offset_()
381 const struct fdt_property *fdt_get_property_by_offset(const void *fdt, in fdt_get_property_by_offset()
397 static const struct fdt_property *fdt_get_property_namelen_(const void *fdt, in fdt_get_property_namelen_()
407 const struct fdt_property *prop; in fdt_get_property_namelen_()
428 const struct fdt_property *fdt_get_property_namelen(const void *fdt, in fdt_get_property_namelen()
446 const struct fdt_property *fdt_get_property(const void *fdt, in fdt_get_property()
458 const struct fdt_property *prop; in fdt_getprop_namelen()
475 const struct fdt_property *prop; in fdt_getprop_by_offset()
H A Dfdt.h41 struct fdt_property { struct
H A Dfdt_rw.c185 int len, struct fdt_property **prop) in fdt_resize_property_()
203 int len, struct fdt_property **prop) in fdt_add_property_()
261 struct fdt_property *prop; in fdt_setprop_placeholder()
294 struct fdt_property *prop; in fdt_appendprop()
320 struct fdt_property *prop; in fdt_delprop()
H A Dversion.lds38 fdt_property;
H A Dfdt_sw.c295 struct fdt_property *prop; in fdt_property_placeholder()
325 int fdt_property(void *fdt, const char *name, const void *val, int len) in fdt_property() function
363 struct fdt_property *prop = in fdt_finish()
H A Dfdt_wip.c61 struct fdt_property *prop; in fdt_nop_property()
H A Dfdt.c199 offset += sizeof(struct fdt_property) - FDT_TAGSIZE + len; in fdt_next_tag()
/rk3399_ARM-atf/services/spd/opteed/
H A Dopteed_main.c317 ret = fdt_property(fdt, "ranges", NULL, 0); in add_coreboot_node()
331 ret = fdt_property(fdt, "reg", &reg_node, in add_coreboot_node()
367 ret = fdt_property(fdt, "tcg,tpm-auth-public-key", in add_options_widevine_node()
375 ret = fdt_property(fdt, "op-tee,hardware-unique-key", in add_options_widevine_node()
382 ret = fdt_property(fdt, "google,widevine-root-of-trust-ecc-p256", in add_options_widevine_node()
/rk3399_ARM-atf/common/
H A Dfdt_wrappers.c439 const struct fdt_property *ranges_prop, in fdtw_search_all_xlat_entries()
559 const struct fdt_property *property = fdt_get_property(dtb, in fdtw_translate_address()
/rk3399_ARM-atf/plat/qemu/common/
H A Dqemu_bl2_setup.c233 const struct fdt_property *uuid; in load_sps_from_tb_fw_config()