Searched refs:fdt_property (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/scripts/dtc/libfdt/ |
D | libfdt.h | 546 const struct fdt_property *fdt_get_property_by_offset(const void *fdt, 562 const struct fdt_property *fdt_get_property_namelen(const void *fdt, 596 const struct fdt_property *fdt_get_property(const void *fdt, int nodeoffset, 598 static inline struct fdt_property *fdt_get_property_w(void *fdt, int nodeoffset, in fdt_get_property_w() 602 return (struct fdt_property *)(uintptr_t) in fdt_get_property_w() 1305 int fdt_property(void *fdt, const char *name, const void *val, int len); 1309 return fdt_property(fdt, name, &tmp, sizeof(tmp)); in fdt_property_u32() 1314 return fdt_property(fdt, name, &tmp, sizeof(tmp)); in fdt_property_u64() 1337 fdt_property(fdt, name, str, strlen(str)+1)
|
D | fdt_ro.c | 290 static const struct fdt_property *fdt_get_property_by_offset_(const void *fdt, in fdt_get_property_by_offset_() 295 const struct fdt_property *prop; in fdt_get_property_by_offset_() 311 const struct fdt_property *fdt_get_property_by_offset(const void *fdt, in fdt_get_property_by_offset() 327 static const struct fdt_property *fdt_get_property_namelen_(const void *fdt, in fdt_get_property_namelen_() 337 const struct fdt_property *prop; in fdt_get_property_namelen_() 357 const struct fdt_property *fdt_get_property_namelen(const void *fdt, in fdt_get_property_namelen() 375 const struct fdt_property *fdt_get_property(const void *fdt, in fdt_get_property() 387 const struct fdt_property *prop; in fdt_getprop_namelen() 404 const struct fdt_property *prop; in fdt_getprop_by_offset()
|
D | fdt_sw.c | 225 struct fdt_property *prop; in fdt_property_placeholder() 245 int fdt_property(void *fdt, const char *name, const void *val, int len) in fdt_property() function 283 struct fdt_property *prop = in fdt_finish()
|
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_placeholder() 308 struct fdt_property *prop; in fdt_appendprop() 334 struct fdt_property *prop; in fdt_delprop()
|
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()
|
/Linux-v4.19/scripts/dtc/ |
D | fdtget.c | 124 const struct fdt_property *data; in list_properties()
|
/Linux-v4.19/arch/arc/plat-axs10x/ |
D | axs10x.c | 326 const struct fdt_property *prop; in axs103_early_init()
|
/Linux-v4.19/arch/mips/cavium-octeon/ |
D | octeon-platform.c | 502 const struct fdt_property *phy_prop; in octeon_fdt_set_phy() 503 struct fdt_property *alt_prop; in octeon_fdt_set_phy()
|