fdt_property
int fdt_property(void *fdt, const char *name, const void *val, int len);
return fdt_property(fdt, name, &tmp, sizeof(tmp));
return fdt_property(fdt, name, &tmp, sizeof(tmp));
fdt_property(fdt, name, str, strlen(str)+1)
const struct fdt_property *fdt_get_property_by_offset(const void *fdt,
const struct fdt_property *fdt_get_property_namelen(const void *fdt,
const struct fdt_property *fdt_get_property(const void *fdt, int nodeoffset,
static inline struct fdt_property *fdt_get_property_w(void *fdt, int nodeoffset,
return (struct fdt_property *)(uintptr_t)
offset += sizeof(struct fdt_property) - FDT_TAGSIZE
static const struct fdt_property *fdt_get_property_by_offset_(const void *fdt,
const struct fdt_property *prop;
const struct fdt_property *fdt_get_property_by_offset(const void *fdt,
static const struct fdt_property *fdt_get_property_namelen_(const void *fdt,
const struct fdt_property *prop;
const struct fdt_property *fdt_get_property_namelen(const void *fdt,
const struct fdt_property *fdt_get_property(const void *fdt,
const struct fdt_property *prop;
const struct fdt_property *prop;
int len, struct fdt_property **prop)
int len, struct fdt_property **prop)
struct fdt_property *prop;
struct fdt_property *prop;
struct fdt_property *prop;
struct fdt_property *prop;
struct fdt_property *prop =
struct fdt_property *prop;
const struct fdt_property *property = fdt_get_property_by_offset(fdt, prop, &len);