Searched refs:fdt_property (Results 1 – 9 of 9) sorted by relevance
| /optee_os/core/lib/libfdt/include/ |
| H A D | libfdt.h | 637 const struct fdt_property *fdt_get_property_by_offset(const void *fdt, 653 const struct fdt_property *fdt_get_property_namelen(const void *fdt, 687 const struct fdt_property *fdt_get_property(const void *fdt, int nodeoffset, 689 static inline struct fdt_property *fdt_get_property_w(void *fdt, int nodeoffset, in fdt_get_property_w() 693 return (struct fdt_property *)(uintptr_t) in fdt_get_property_w() 1434 int fdt_property(void *fdt, const char *name, const void *val, int len); 1438 return fdt_property(fdt, name, &tmp, sizeof(tmp)); in fdt_property_u32() 1443 return fdt_property(fdt, name, &tmp, sizeof(tmp)); in fdt_property_u64() 1469 fdt_property(fdt, name, str, strlen(str)+1)
|
| H A D | fdt.h | 41 struct fdt_property { struct
|
| /optee_os/core/lib/libfdt/ |
| H A D | fdt_ro.c | 343 static const struct fdt_property *fdt_get_property_by_offset_(const void *fdt, in fdt_get_property_by_offset_() 348 const struct fdt_property *prop; in fdt_get_property_by_offset_() 364 const struct fdt_property *fdt_get_property_by_offset(const void *fdt, in fdt_get_property_by_offset() 380 static const struct fdt_property *fdt_get_property_namelen_(const void *fdt, in fdt_get_property_namelen_() 390 const struct fdt_property *prop; in fdt_get_property_namelen_() 410 const struct fdt_property *fdt_get_property_namelen(const void *fdt, in fdt_get_property_namelen() 428 const struct fdt_property *fdt_get_property(const void *fdt, in fdt_get_property() 440 const struct fdt_property *prop; in fdt_getprop_namelen() 457 const struct fdt_property *prop; in fdt_getprop_by_offset()
|
| H A D | fdt_rw.c | 171 int len, struct fdt_property **prop) in fdt_resize_property_() 189 int len, struct fdt_property **prop) in fdt_add_property_() 246 struct fdt_property *prop; in fdt_setprop_placeholder() 279 struct fdt_property *prop; in fdt_appendprop() 305 struct fdt_property *prop; in fdt_delprop()
|
| H A D | fdt_sw.c | 287 struct fdt_property *prop; in fdt_property_placeholder() 317 int fdt_property(void *fdt, const char *name, const void *val, int len) in fdt_property() function 355 struct fdt_property *prop = in fdt_finish()
|
| H A D | fdt_wip.c | 61 struct fdt_property *prop; in fdt_nop_property()
|
| H A D | fdt.c | 161 offset += sizeof(struct fdt_property) - FDT_TAGSIZE in fdt_next_tag()
|
| /optee_os/core/kernel/ |
| H A D | console.c | 94 const struct fdt_property *prop; in get_console_node_from_dt()
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | secure_partition.c | 680 const struct fdt_property *description = NULL; in fdt_get_uuid()
|