/openbmc/linux/scripts/dtc/libfdt/ |
H A D | libfdt.h | 660 const struct fdt_property *fdt_get_property_by_offset(const void *fdt, 663 static inline struct fdt_property *fdt_get_property_by_offset_w(void *fdt, in fdt_get_property_by_offset_w() 667 return (struct fdt_property *)(uintptr_t) in fdt_get_property_by_offset_w() 686 const struct fdt_property *fdt_get_property_namelen(const void *fdt, 720 const struct fdt_property *fdt_get_property(const void *fdt, int nodeoffset, 722 static inline struct fdt_property *fdt_get_property_w(void *fdt, int nodeoffset, in fdt_get_property_w() 726 return (struct fdt_property *)(uintptr_t) in fdt_get_property_w() 1479 int fdt_property(void *fdt, const char *name, const void *val, int len); 1483 return fdt_property(fdt, name, &tmp, sizeof(tmp)); in fdt_property_u32() 1488 return fdt_property(fdt, name, &tmp, sizeof(tmp)); in fdt_property_u64() [all …]
|
H A D | fdt_ro.c | 356 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()
|
H A D | fdt_rw.c | 185 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()
|
H A D | fdt_sw.c | 295 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 D | fdt.h | 41 struct fdt_property { struct
|
H A D | fdt_wip.c | 61 struct fdt_property *prop; in fdt_nop_property()
|
H A D | fdt.c | 199 offset += sizeof(struct fdt_property) - FDT_TAGSIZE + len; in fdt_next_tag()
|
/openbmc/u-boot/tools/libfdt/ |
H A D | fdt_rw.c | 7 const struct fdt_property *old_prop; in fdt_remove_unused_strings() 8 struct fdt_property *new_prop; in fdt_remove_unused_strings() 25 new_prop = (struct fdt_property *)(unsigned long) in fdt_remove_unused_strings()
|
/openbmc/u-boot/scripts/dtc/libfdt/ |
H A D | libfdt.h | 546 const struct fdt_property *fdt_get_property_by_offset(const void *fdt, 562 const struct fdt_property *fdt_get_property_namelen(const void *fdt, 596 const struct fdt_property *fdt_get_property(const void *fdt, int nodeoffset, 598 static inline struct fdt_property *fdt_get_property_w(void *fdt, int nodeoffset, in fdt_get_property_w() 602 return (struct fdt_property *)(uintptr_t) in fdt_get_property_w() 1305 int fdt_property(void *fdt, const char *name, const void *val, int len); 1309 return fdt_property(fdt, name, &tmp, sizeof(tmp)); in fdt_property_u32() 1314 return fdt_property(fdt, name, &tmp, sizeof(tmp)); in fdt_property_u64() 1340 fdt_property(fdt, name, str, strlen(str)+1)
|
H A D | fdt_ro.c | 290 static const struct fdt_property *fdt_get_property_by_offset_(const void *fdt, in fdt_get_property_by_offset_() 295 const struct fdt_property *prop; in fdt_get_property_by_offset_() 311 const struct fdt_property *fdt_get_property_by_offset(const void *fdt, in fdt_get_property_by_offset() 327 static const struct fdt_property *fdt_get_property_namelen_(const void *fdt, in fdt_get_property_namelen_() 337 const struct fdt_property *prop; in fdt_get_property_namelen_() 357 const struct fdt_property *fdt_get_property_namelen(const void *fdt, in fdt_get_property_namelen() 375 const struct fdt_property *fdt_get_property(const void *fdt, in fdt_get_property() 387 const struct fdt_property *prop; in fdt_getprop_namelen() 404 const struct fdt_property *prop; in fdt_getprop_by_offset()
|
H A D | fdt_sw.c | 225 struct fdt_property *prop; in fdt_property_placeholder() 245 int fdt_property(void *fdt, const char *name, const void *val, int len) in fdt_property() function 283 struct fdt_property *prop = in fdt_finish()
|
H A D | fdt_rw.c | 204 int len, struct fdt_property **prop) in fdt_resize_property_() 222 int len, struct fdt_property **prop) in fdt_add_property_() 275 struct fdt_property *prop; in fdt_setprop_placeholder() 308 struct fdt_property *prop; in fdt_appendprop() 334 struct fdt_property *prop; in fdt_delprop()
|
H A D | fdt.h | 86 struct fdt_property { struct
|
H A D | fdt_wip.c | 106 struct fdt_property *prop; in fdt_nop_property()
|
H A D | fdt.c | 124 offset += sizeof(struct fdt_property) - FDT_TAGSIZE in fdt_next_tag()
|
/openbmc/u-boot/lib/libfdt/ |
H A D | fdt_ro.c | 250 const struct fdt_property *fdt_get_property_by_offset(const void *fdt, in fdt_get_property_by_offset() 255 const struct fdt_property *prop; in fdt_get_property_by_offset() 271 const struct fdt_property *fdt_get_property_namelen(const void *fdt, in fdt_get_property_namelen() 279 const struct fdt_property *prop; in fdt_get_property_namelen() 295 const struct fdt_property *fdt_get_property(const void *fdt, in fdt_get_property() 306 const struct fdt_property *prop; in fdt_getprop_namelen() 318 const struct fdt_property *prop; in fdt_getprop_by_offset()
|
H A D | fdt_region.c | 48 const struct fdt_property *prop; in fdt_find_regions() 252 const struct fdt_property *prop; in fdt_add_alias_regions() 468 const struct fdt_property *prop; in fdt_next_region()
|
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_fdt.c | 78 struct fdt_property *prop = (struct fdt_property *)pos; in get_property()
|
/openbmc/u-boot/board/armltd/vexpress/ |
H A D | vexpress_tc2.c | 42 const struct fdt_property *prop; in ft_board_setup()
|
/openbmc/u-boot/arch/arm/lib/ |
H A D | psci-dt.c | 34 const struct fdt_property *prop; in fdt_psci()
|
/openbmc/u-boot/scripts/dtc/pylibfdt/ |
H A D | libfdt.i_shipped | 18 * a struct called fdt_property. That struct causes swig to create a class in 19 * libfdt.py called fdt_property(), which confuses things. 24 return fdt_property(fdt, name, val, len); 978 %rename(fdt_property) fdt_property_func; 1013 %typemap(out) (struct fdt_property *) { 1073 /* We have both struct fdt_property and a function fdt_property() */ 1074 %warnfilter(302) fdt_property; 1092 * This function has a stub since the name fdt_property is used for both a
|
/openbmc/linux/scripts/dtc/ |
H A D | fdtget.c | 110 const struct fdt_property *data; in list_properties()
|
/openbmc/linux/arch/arc/plat-axs10x/ |
H A D | axs10x.c | 316 const struct fdt_property *prop; in axs103_early_init()
|
/openbmc/u-boot/drivers/pinctrl/nxp/ |
H A D | pinctrl-imx.c | 22 const struct fdt_property *prop; in imx_pinctrl_set_state()
|
/openbmc/u-boot/tools/ |
H A D | fdtgrep.c | 298 const struct fdt_property *prop; in display_fdt_by_regions() 616 const struct fdt_property *prop; in h_include()
|