Searched refs:fdt_property (Results 1 – 8 of 8) sorted by relevance
/scripts/dtc/libfdt/ |
D | libfdt.h | 538 const struct fdt_property *fdt_get_property_by_offset(const void *fdt, 553 const struct fdt_property *fdt_get_property_namelen(const void *fdt, 586 const struct fdt_property *fdt_get_property(const void *fdt, int nodeoffset, 588 static inline struct fdt_property *fdt_get_property_w(void *fdt, int nodeoffset, in fdt_get_property_w() 592 return (struct fdt_property *)(uintptr_t) in fdt_get_property_w() 1285 int fdt_property(void *fdt, const char *name, const void *val, int len); 1289 return fdt_property(fdt, name, &tmp, sizeof(tmp)); in fdt_property_u32() 1294 return fdt_property(fdt, name, &tmp, sizeof(tmp)); in fdt_property_u64() 1301 fdt_property(fdt, name, str, strlen(str)+1)
|
D | fdt_ro.c | 271 const struct fdt_property *fdt_get_property_by_offset(const void *fdt, in fdt_get_property_by_offset() 276 const struct fdt_property *prop; in fdt_get_property_by_offset() 292 const struct fdt_property *fdt_get_property_namelen(const void *fdt, in fdt_get_property_namelen() 300 const struct fdt_property *prop; in fdt_get_property_namelen() 316 const struct fdt_property *fdt_get_property(const void *fdt, in fdt_get_property() 327 const struct fdt_property *prop; in fdt_getprop_namelen() 339 const struct fdt_property *prop; in fdt_getprop_by_offset()
|
D | fdt_rw.c | 204 int len, struct fdt_property **prop) in _fdt_resize_property() 222 int len, struct fdt_property **prop) in _fdt_add_property() 275 struct fdt_property *prop; in fdt_setprop() 293 struct fdt_property *prop; in fdt_appendprop() 319 struct fdt_property *prop; in fdt_delprop()
|
D | fdt_sw.c | 223 int fdt_property(void *fdt, const char *name, const void *val, int len) in fdt_property() function 225 struct fdt_property *prop; in fdt_property() 271 struct fdt_property *prop = in fdt_finish()
|
D | fdt.h | 86 struct fdt_property { struct
|
D | fdt_wip.c | 106 struct fdt_property *prop; in fdt_nop_property()
|
D | fdt.c | 124 offset += sizeof(struct fdt_property) - FDT_TAGSIZE in fdt_next_tag()
|
/scripts/dtc/ |
D | fdtget.c | 124 const struct fdt_property *data; in list_properties()
|