Searched refs:fdt_property (Results 1 - 7 of 7) sorted by relevance

/gem5/ext/libfdt/
H A Dlibfdt.h377 * fdt_property structure within the device tree blob at the given
394 const struct fdt_property *fdt_get_property_by_offset(const void *fdt,
409 const struct fdt_property *fdt_get_property_namelen(const void *fdt,
421 * fdt_get_property() retrieves a pointer to the fdt_property
441 const struct fdt_property *fdt_get_property(const void *fdt, int nodeoffset,
443 static inline struct fdt_property *fdt_get_property_w(void *fdt, int nodeoffset,
447 return (struct fdt_property *)(uintptr_t)
977 int fdt_property(void *fdt, const char *name, const void *val, int len);
981 return fdt_property(fdt, name, &tmp, sizeof(tmp));
986 return fdt_property(fd
[all...]
H A Dfdt.h71 struct fdt_property { struct
H A Dfdt_wip.c64 struct fdt_property *prop;
H A Dfdt_ro.c218 const struct fdt_property *fdt_get_property_by_offset(const void *fdt,
223 const struct fdt_property *prop;
239 const struct fdt_property *fdt_get_property_namelen(const void *fdt,
247 const struct fdt_property *prop;
263 const struct fdt_property *fdt_get_property(const void *fdt,
274 const struct fdt_property *prop;
286 const struct fdt_property *prop;
H A Dfdt_sw.c170 int fdt_property(void *fdt, const char *name, const void *val, int len) function
172 struct fdt_property *prop;
218 struct fdt_property *prop =
H A Dfdt_rw.c185 int len, struct fdt_property **prop)
203 int len, struct fdt_property **prop)
256 struct fdt_property *prop;
274 struct fdt_property *prop;
300 struct fdt_property *prop;
H A Dfdt.c102 offset += sizeof(struct fdt_property) - FDT_TAGSIZE

Completed in 9 milliseconds