Searched refs:fdt_property (Results 1 – 11 of 11) sorted by relevance
/linux/scripts/dtc/libfdt/ |
H A D | libfdt.h | 685 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 D | fdt_ro.c | 359 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 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()
|
H 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()
|
H A D | fdt.h | 41 struct fdt_property { struct
|
H A D | fdt_wip.c | 61 struct fdt_property *prop; in fdt_nop_property()
|
H A D | fdt.c | 199 offset += sizeof(struct fdt_property) - FDT_TAGSIZE + len; in fdt_next_tag()
|
/linux/scripts/dtc/ |
H A D | fdtget.c | 110 const struct fdt_property *data; in list_properties()
|
/linux/arch/arc/plat-axs10x/ |
H A D | axs10x.c | 316 const struct fdt_property *prop; in axs103_early_init()
|
/linux/arch/powerpc/kexec/ |
H A D | core_64.c | 478 const struct fdt_property *prop; in update_cpus_node()
|
/linux/arch/mips/cavium-octeon/ |
H A D | octeon-platform.c | 523 const struct fdt_property *phy_prop; in octeon_fdt_set_phy() 524 struct fdt_property *alt_prop; in octeon_fdt_set_phy()
|