fdt_property
const struct fdt_property *prop;
const struct fdt_property *phy_prop;
struct fdt_property *alt_prop;
const struct fdt_property *prop;
err |= fdt_property(root, KHO_FDT_MEMORY_MAP_PROP_NAME, &empty_mem_map,
err |= fdt_property(fdt_out, LUO_FDT_LIVEUPDATE_NUM, &ln, sizeof(ln));
err |= fdt_property(fdt_out, LUO_FDT_FLB_HEADER, &header_ser_pa,
err |= fdt_property(fdt_out, LUO_FDT_SESSION_HEADER, &header_ser_pa,
err |= fdt_property(fdt, "compatible", compatible, sizeof(compatible));
err |= fdt_property(fdt, "magic", &magic, sizeof(magic));
err |= fdt_property(fdt, "nr_folios", &state->nr_folios,
err |= fdt_property(fdt, "folios_info", &state->folios_info_phys,
err |= fdt_property(fdt, "csum", &state->csum, sizeof(state->csum));
err |= fdt_property(fdt, "start", &map->start, sizeof(map->start));
err |= fdt_property(fdt, "size", &map->size, sizeof(map->size));
const struct fdt_property *data;
offset += sizeof(struct fdt_property) - FDT_TAGSIZE + len;
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 namelen, 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;
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,
static inline struct fdt_property *fdt_get_property_by_offset_w(void *fdt,
return (struct fdt_property *)(uintptr_t)
const struct fdt_property *fdt_get_property_namelen(const void *fdt,
static inline struct fdt_property *
return (struct fdt_property *)(uintptr_t)fdt_get_property_namelen(
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)