Searched refs:fdt_property (Results 1 – 8 of 8) sorted by relevance
/trusted-firmware-a/include/lib/libfdt/ |
A D | libfdt.h | 642 const struct fdt_property *fdt_get_property_by_offset(const void *fdt, 658 const struct fdt_property *fdt_get_property_namelen(const void *fdt, 692 const struct fdt_property *fdt_get_property(const void *fdt, int nodeoffset, 694 static inline struct fdt_property *fdt_get_property_w(void *fdt, int nodeoffset, in fdt_get_property_w() 698 return (struct fdt_property *)(uintptr_t) in fdt_get_property_w() 1439 int fdt_property(void *fdt, const char *name, const void *val, int len); 1443 return fdt_property(fdt, name, &tmp, sizeof(tmp)); in fdt_property_u32() 1448 return fdt_property(fdt, name, &tmp, sizeof(tmp)); in fdt_property_u64() 1474 fdt_property(fdt, name, str, strlen(str)+1)
|
A D | fdt.h | 41 struct fdt_property { struct
|
/trusted-firmware-a/lib/libfdt/ |
A D | fdt_ro.c | 356 static const struct fdt_property *fdt_get_property_by_offset_(const void *fdt, in fdt_get_property_by_offset_() 361 const struct fdt_property *prop; in fdt_get_property_by_offset_() 378 const struct fdt_property *fdt_get_property_by_offset(const void *fdt, in fdt_get_property_by_offset() 394 static const struct fdt_property *fdt_get_property_namelen_(const void *fdt, in fdt_get_property_namelen_() 404 const struct fdt_property *prop; in fdt_get_property_namelen_() 425 const struct fdt_property *fdt_get_property_namelen(const void *fdt, in fdt_get_property_namelen() 443 const struct fdt_property *fdt_get_property(const void *fdt, in fdt_get_property() 455 const struct fdt_property *prop; in fdt_getprop_namelen() 472 const struct fdt_property *prop; in fdt_getprop_by_offset()
|
A D | fdt_rw.c | 185 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()
|
A D | fdt_sw.c | 295 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()
|
A D | fdt_wip.c | 61 struct fdt_property *prop; in fdt_nop_property()
|
A D | fdt.c | 187 offset += sizeof(struct fdt_property) - FDT_TAGSIZE in fdt_next_tag()
|
/trusted-firmware-a/common/ |
A D | fdt_wrappers.c | 426 const struct fdt_property *ranges_prop, in fdtw_search_all_xlat_entries() 546 const struct fdt_property *property = fdt_get_property(dtb, in fdtw_translate_address()
|
Completed in 14 milliseconds