Home
last modified time | relevance | path

Searched refs:fdt_property (Results 1 – 10 of 10) sorted by relevance

/linux-6.1.9/scripts/dtc/libfdt/
Dlibfdt.h660 const struct fdt_property *fdt_get_property_by_offset(const void *fdt,
679 const struct fdt_property *fdt_get_property_namelen(const void *fdt,
713 const struct fdt_property *fdt_get_property(const void *fdt, int nodeoffset,
715 static inline struct fdt_property *fdt_get_property_w(void *fdt, int nodeoffset, in fdt_get_property_w()
719 return (struct fdt_property *)(uintptr_t) in fdt_get_property_w()
1472 int fdt_property(void *fdt, const char *name, const void *val, int len);
1476 return fdt_property(fdt, name, &tmp, sizeof(tmp)); in fdt_property_u32()
1481 return fdt_property(fdt, name, &tmp, sizeof(tmp)); in fdt_property_u64()
1507 fdt_property(fdt, name, str, strlen(str)+1)
Dfdt_ro.c356 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()
Dfdt_rw.c185 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()
Dfdt_sw.c295 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()
Dfdt.h41 struct fdt_property { struct
Dfdt_wip.c61 struct fdt_property *prop; in fdt_nop_property()
Dfdt.c195 offset += sizeof(struct fdt_property) - FDT_TAGSIZE in fdt_next_tag()
/linux-6.1.9/scripts/dtc/
Dfdtget.c110 const struct fdt_property *data; in list_properties()
/linux-6.1.9/arch/arc/plat-axs10x/
Daxs10x.c317 const struct fdt_property *prop; in axs103_early_init()
/linux-6.1.9/arch/mips/cavium-octeon/
Docteon-platform.c522 const struct fdt_property *phy_prop; in octeon_fdt_set_phy()
523 struct fdt_property *alt_prop; in octeon_fdt_set_phy()