Home
last modified time | relevance | path

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

/linux/scripts/dtc/libfdt/
H A Dlibfdt.h730 const struct fdt_property *fdt_get_property_by_offset(const void *fdt,
733 static inline struct fdt_property *fdt_get_property_by_offset_w(void *fdt, in fdt_get_property_by_offset_w()
737 return (struct fdt_property *)(uintptr_t) in fdt_get_property_by_offset_w()
756 const struct fdt_property *fdt_get_property_namelen(const void *fdt,
760 static inline struct fdt_property *
764 return (struct fdt_property *)(uintptr_t)fdt_get_property_namelen( in fdt_get_property_namelen_w()
797 const struct fdt_property *fdt_get_property(const void *fdt, int nodeoffset,
799 static inline struct fdt_property *fdt_get_property_w(void *fdt, int nodeoffset, in fdt_get_property_w()
803 return (struct fdt_property *)(uintptr_t) in fdt_get_property_w()
1672 int fdt_property(void *fdt, const char *name, const void *val, int len);
[all …]
H A Dfdt_ro.c359 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 Dfdt_rw.c188 int len, struct fdt_property **prop) in fdt_resize_property_()
207 int namelen, int len, struct fdt_property **prop) in fdt_add_property_()
265 struct fdt_property *prop; in fdt_setprop_placeholder_namelen()
300 struct fdt_property *prop; in fdt_appendprop()
327 struct fdt_property *prop; in fdt_delprop()
H A 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()
H A Dfdt.h41 struct fdt_property { struct
H A Dfdt_wip.c61 struct fdt_property *prop; in fdt_nop_property()
H A Dfdt.c199 offset += sizeof(struct fdt_property) - FDT_TAGSIZE + len; in fdt_next_tag()
/linux/lib/
H A Dtest_kho.c107 err |= fdt_property(fdt, "compatible", compatible, sizeof(compatible)); in kho_test_prepare_fdt()
108 err |= fdt_property(fdt, "magic", &magic, sizeof(magic)); in kho_test_prepare_fdt()
111 err |= fdt_property(fdt, "nr_folios", &state->nr_folios, in kho_test_prepare_fdt()
113 err |= fdt_property(fdt, "folios_info", &state->folios_info_phys, in kho_test_prepare_fdt()
115 err |= fdt_property(fdt, "csum", &state->csum, sizeof(state->csum)); in kho_test_prepare_fdt()
/linux/arch/arc/plat-axs10x/
H A Daxs10x.c316 const struct fdt_property *prop; in axs103_early_init()
/linux/scripts/dtc/
H A Dfdtget.c110 const struct fdt_property *data; in list_properties()
/linux/kernel/liveupdate/
H A Dluo_core.c167 err |= fdt_property(fdt_out, LUO_FDT_LIVEUPDATE_NUM, &ln, sizeof(ln)); in luo_fdt_setup()
H A Dluo_flb.c559 err |= fdt_property(fdt_out, LUO_FDT_FLB_HEADER, &header_ser_pa, in luo_flb_setup_outgoing()
H A Dluo_session.c455 err |= fdt_property(fdt_out, LUO_FDT_SESSION_HEADER, &header_ser_pa, in luo_session_setup_outgoing()
H A Dkexec_handover.c1346 err |= fdt_property(root, KHO_FDT_MEMORY_MAP_PROP_NAME, &empty_mem_map, in kho_out_fdt_setup()
/linux/arch/powerpc/kexec/
H A Dcore_64.c497 const struct fdt_property *prop; in update_cpus_node()
/linux/arch/mips/cavium-octeon/
H A Docteon-platform.c524 const struct fdt_property *phy_prop; in octeon_fdt_set_phy()
525 struct fdt_property *alt_prop; in octeon_fdt_set_phy()
/linux/mm/
H A Dmemblock.c2503 err |= fdt_property(fdt, "start", &map->start, sizeof(map->start)); in prepare_kho_fdt()
2504 err |= fdt_property(fdt, "size", &map->size, sizeof(map->size)); in prepare_kho_fdt()